com.plumtree.remote.prc.content.property
Interface IImageProperty

All Superinterfaces:
IBaseProperty

public interface IImageProperty
extends IBaseProperty

Represents an image property, which can be added to an IDataEntryTemplate. A sub-type of IBaseProperty.

An image property allows an image file to be uploaded as the property value in a content item.

The value of the property can be retrieved using IContentItem.getImagePropertyValue(com.plumtree.remote.prc.content.property.IBaseProperty) and updated using IContentItem.setImagePropertyValue(com.plumtree.remote.prc.content.property.IBaseProperty, java.lang.String, java.io.InputStream).


Methods inherited from interface com.plumtree.remote.prc.content.property.IBaseProperty
getDescription, getDisplayName, getName, setDescription, setDisplayName, setName
 



For additional information on the IDK, including tutorials, blogs, code samples and more, see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.