com.guiseframework.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
static java.lang.String IMAGE_PENDING_PROPERTY
          The image pending bound property.
 
Fields inherited from interface com.guiseframework.model.ImageModel
IMAGE_URI_PROPERTY
 
Fields inherited from interface com.guiseframework.model.Model
PLAIN_TEXT_CONTENT_TYPE, XHTML_CONTENT_TYPE, XHTML_FRAGMENT_CONTENT_TYPE
 
Method Summary
 boolean isImagePending()
           
 
Methods inherited from interface com.guiseframework.model.ImageModel
getImageURI, setImageURI
 
Methods inherited from interface com.globalmentor.beans.PropertyBindable
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.globalmentor.beans.PropertyConstrainable
addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, hasVetoableChangeListeners, removeVetoableChangeListener, removeVetoableChangeListener
 

Field Detail

IMAGE_PENDING_PROPERTY

static final java.lang.String IMAGE_PENDING_PROPERTY
The image pending bound property.

Method Detail

isImagePending

boolean isImagePending()
Returns:
Whether the current image is in the process of transitioning to some other value.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.