public class CloudImageProperty extends Object implements CustomProperty
Constructor and Description |
---|
CloudImageProperty(String idProperty,
EncodedImage placeholderImage)
Deprecated.
Create an image property for the given id that will hold the place holder image
while downloading the actual image
|
Modifier and Type | Method and Description |
---|---|
Object |
propertyValue(CloudObject obj,
String propertyName)
Deprecated.
Returns a property value for the given property name
|
public CloudImageProperty(String idProperty, EncodedImage placeholderImage)
idProperty
- the idplaceholderImage
- placeholder shown while id is downloadedpublic Object propertyValue(CloudObject obj, String propertyName)
propertyValue
in interface CustomProperty
obj
- the cloud objectpropertyName
- the name of the property