com.arsdigita.cms.ui
Class ItemSearchBrowsePane
java.lang.Object
com.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.bebop.TextStylable
com.arsdigita.bebop.BlockStylable
com.arsdigita.bebop.SimpleContainer
com.arsdigita.cms.ui.CMSContainer
com.arsdigita.cms.ui.ItemSearchBrowsePane
- All Implemented Interfaces:
- com.arsdigita.bebop.event.ChangeListener, Cloneable, com.arsdigita.bebop.Component, com.arsdigita.bebop.Container, EventListener, com.arsdigita.bebop.event.FormProcessListener, com.arsdigita.bebop.event.FormSubmissionListener, com.arsdigita.util.Lockable, com.arsdigita.bebop.Resettable, com.arsdigita.bebop.event.TreeExpansionListener
- public class ItemSearchBrowsePane
- extends CMSContainer
- implements com.arsdigita.bebop.Resettable, com.arsdigita.bebop.event.TreeExpansionListener, com.arsdigita.bebop.event.ChangeListener, com.arsdigita.bebop.event.FormProcessListener, com.arsdigita.bebop.event.FormSubmissionListener
A pane that contains a folder tree on the left and a folder
manipulator on the right.
- Version:
- $Id: //cms/dev/src/com/arsdigita/cms/ui/ItemSearchBrowsePane.java#8 $
- Author:
- David LutterKort <dlutter@redhat.com>
Fields inherited from class com.arsdigita.bebop.BlockStylable |
ABSBOTTOM, ABSMIDDLE, BASELINE, BOTTOM, CENTER, FULL_WIDTH, INSERT, LEFT, MIDDLE, RIGHT, TEXTTOP, TOP |
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 |
Methods inherited from class com.arsdigita.bebop.SimpleContainer |
add, add, children, contains, generateChildrenXML, generateParent, generateXML, get, getNamespace, getTag, indexOf, isEmpty, setNamespace, setTag, size |
Methods inherited from class com.arsdigita.bebop.BlockStylable |
setBorder, setBorder, setBorderColor, setHorizontalAlignment, setMargin, setMargin, setPadding, setPadding, setVerticalAlignment |
Methods inherited from class com.arsdigita.bebop.TextStylable |
setBackgroundColor, setColor |
Methods inherited from class com.arsdigita.bebop.SimpleComponent |
clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, lock, register, respond, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
Methods inherited from class com.arsdigita.bebop.Completable |
addCompletionListener, fireCompletionEvent |
Methods inherited from interface com.arsdigita.bebop.Component |
getClassAttr, getIdAttr, getKey, getStyleAttr, isVisible, register, respond, setClassAttr, setIdAttr, setKey, setStyleAttr, setVisible |
Methods inherited from interface com.arsdigita.util.Lockable |
isLocked, lock |
versionId
public static final String versionId
- See Also:
- Constant Field Values
ItemSearchBrowsePane
public ItemSearchBrowsePane()
register
public void register(com.arsdigita.bebop.Page p)
- Specified by:
register
in interface com.arsdigita.bebop.Component
reset
public void reset(com.arsdigita.bebop.PageState s)
- Specified by:
reset
in interface com.arsdigita.bebop.Resettable
getFolderBrowser
public ItemSearchFolderBrowser getFolderBrowser()
getFolderSelectionModel
public final FolderSelectionModel getFolderSelectionModel()
setSelectedFolder
protected void setSelectedFolder(com.arsdigita.bebop.PageState s,
String key)
- sets the current level of expansion of the folder tree
and in the folder browser table
treeCollapsed
public void treeCollapsed(com.arsdigita.bebop.event.TreeExpansionEvent e)
- Specified by:
treeCollapsed
in interface com.arsdigita.bebop.event.TreeExpansionListener
treeExpanded
public void treeExpanded(com.arsdigita.bebop.event.TreeExpansionEvent e)
- Specified by:
treeExpanded
in interface com.arsdigita.bebop.event.TreeExpansionListener
stateChanged
public void stateChanged(com.arsdigita.bebop.event.ChangeEvent e)
- Specified by:
stateChanged
in interface com.arsdigita.bebop.event.ChangeListener
process
public void process(com.arsdigita.bebop.event.FormSectionEvent e)
- Specified by:
process
in interface com.arsdigita.bebop.event.FormProcessListener
submitted
public void submitted(com.arsdigita.bebop.event.FormSectionEvent e)
- Specified by:
submitted
in interface com.arsdigita.bebop.event.FormSubmissionListener
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC