com.arsdigita.cms.ui
Class ItemSearchBrowsePane

java.lang.Object
  extended bycom.arsdigita.bebop.Completable
      extended bycom.arsdigita.bebop.SimpleComponent
          extended bycom.arsdigita.bebop.TextStylable
              extended bycom.arsdigita.bebop.BlockStylable
                  extended bycom.arsdigita.bebop.SimpleContainer
                      extended bycom.arsdigita.cms.ui.CMSContainer
                          extended bycom.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>

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.cms.ui.CMSContainer
CMS_XML_NS
 
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
 
Constructor Summary
ItemSearchBrowsePane()
           
 
Method Summary
 ItemSearchFolderBrowser getFolderBrowser()
           
 FolderSelectionModel getFolderSelectionModel()
           
 void process(com.arsdigita.bebop.event.FormSectionEvent e)
           
 void register(com.arsdigita.bebop.Page p)
           
 void reset(com.arsdigita.bebop.PageState s)
           
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
 void stateChanged(com.arsdigita.bebop.event.ChangeEvent e)
           
 void submitted(com.arsdigita.bebop.event.FormSectionEvent e)
           
 void treeCollapsed(com.arsdigita.bebop.event.TreeExpansionEvent e)
           
 void treeExpanded(com.arsdigita.bebop.event.TreeExpansionEvent e)
           
 
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 class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ItemSearchBrowsePane

public ItemSearchBrowsePane()
Method Detail

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 21 2004:2352 UTC