|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.cms.ui.ImageDisplay
Displays a single ImageAsset, showing its image, width, height, name and mime-type.
Field Summary | |
static String |
versionId
|
Fields inherited from class com.arsdigita.bebop.SimpleComponent |
m_attr |
Fields inherited from interface com.arsdigita.bebop.Component |
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE |
Constructor Summary | |
ImageDisplay(ItemSelectionModel m)
Construct a new ImageDisplay |
Method Summary | |
protected void |
generateImagePropertiesXML(ImageAsset image,
com.arsdigita.bebop.PageState state,
com.arsdigita.xml.Element element)
|
void |
generateXML(com.arsdigita.bebop.PageState state,
com.arsdigita.xml.Element parent)
|
protected ImageAsset |
getImageAsset(com.arsdigita.bebop.PageState state)
|
ItemSelectionModel |
getImageSelectionModel()
|
Methods inherited from class com.arsdigita.bebop.SimpleComponent |
children, clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, lock, register, register, respond, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
Methods inherited from class com.arsdigita.bebop.Completable |
addCompletionListener, fireCompletionEvent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
Constructor Detail |
public ImageDisplay(ItemSelectionModel m)
m
- The ItemSelectionModel
which will supply
this component with the ImageAsset
Method Detail |
public final ItemSelectionModel getImageSelectionModel()
ItemSelectionModel
which supplies this
component with the ImageAsset
public void generateXML(com.arsdigita.bebop.PageState state, com.arsdigita.xml.Element parent)
protected void generateImagePropertiesXML(ImageAsset image, com.arsdigita.bebop.PageState state, com.arsdigita.xml.Element element)
protected ImageAsset getImageAsset(com.arsdigita.bebop.PageState state)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |