Interface PendingImageComponent

All Superinterfaces:
Component, DepictedObject, Displayable, ImageComponent, ImageModel, InfoModel, LabelModel, Model, PendingImageModel, PresentationModel, com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable
All Known Implementing Classes:
PendingImage, PendingImageActionControl

public interface PendingImageComponent extends ImageComponent, PendingImageModel
A component that displays an image and is able to indicate when an image is pending.
Author:
Garret Wilson
  • Field Details

    • PENDING_IMAGE_URI_PROPERTY

      static final String PENDING_IMAGE_URI_PROPERTY
      The pending image URI bound property.
  • Method Details

    • getPendingImageURI

      URI getPendingImageURI()
      Returns:
      The pending image URI, which may be a resource URI, or null if there is no image URI.
    • setPendingImageURI

      void setPendingImageURI(URI newPendingImageURI)
      Sets the URI of the pending image. This is a bound property.
      Parameters:
      newPendingImageURI - The new URI of the pending image, which may be a resource URI.
      See Also: