Interface PendingImageComponent

    • Field Detail

      • PENDING_IMAGE_URI_PROPERTY

        static final java.lang.String PENDING_IMAGE_URI_PROPERTY
        The pending image URI bound property.
    • Method Detail

      • getPendingImageURI

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

        void setPendingImageURI​(java.net.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:
        PENDING_IMAGE_URI_PROPERTY