Package io.guise.framework.model
Interface PendingImageModel
-
- All Superinterfaces:
ImageModel
,Model
,com.globalmentor.beans.PropertyBindable
,com.globalmentor.beans.PropertyConstrainable
- All Known Subinterfaces:
PendingImageComponent
- All Known Implementing Classes:
CachedImageModel
,PendingImage
,PendingImageActionControl
public interface PendingImageModel extends ImageModel
A model for an image that is pending.- Author:
- Garret Wilson
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IMAGE_PENDING_PROPERTY
The image pending bound property.-
Fields inherited from interface io.guise.framework.model.ImageModel
IMAGE_URI_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isImagePending()
-
Methods inherited from interface io.guise.framework.model.ImageModel
getImageURI, setImageURI
-
-