|
|||||||||||
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.bebop.TextStylable
com.arsdigita.bebop.BlockStylable
com.arsdigita.bebop.SimpleContainer
com.arsdigita.bebop.SegmentedPanel
com.arsdigita.cms.ui.folder.FolderItemPane
Encapsulates a FolderManipulator
in order to create a flat
item listing. Also contains a new item form.
2 *
Nested Class Summary |
Nested classes inherited from class com.arsdigita.bebop.SegmentedPanel |
com.arsdigita.bebop.SegmentedPanel.Segment |
Field Summary | |
static int |
LIST_SIZE
|
static String |
versionId
|
Fields inherited from class com.arsdigita.bebop.SegmentedPanel |
HEADER_CLASS |
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.util.BebopConstants |
BEBOP_BORDER, BEBOP_BOXPANEL, BEBOP_CELL, BEBOP_CHECKBOX, BEBOP_CHECKBOXGROUP, BEBOP_COLUMNPANEL, BEBOP_DATE, BEBOP_DATETIME, BEBOP_DHTMLEDITOR, BEBOP_FORMERRORS, BEBOP_FORMWIDGET, BEBOP_GRIDPANEL, BEBOP_LIST, BEBOP_MULTISELECT, BEBOP_OPTION, BEBOP_PAD, BEBOP_PADFRAME, BEBOP_PANELROW, BEBOP_PORTAL, BEBOP_PORTLET, BEBOP_RADIO, BEBOP_RADIOGROUP, BEBOP_SEG_BODY, BEBOP_SEG_HEADER, BEBOP_SEG_PANEL, BEBOP_SEGMENT, BEBOP_SELECT, BEBOP_TABLE, BEBOP_TABLEBODY, BEBOP_TABLEROW, BEBOP_TEXTAREA |
Fields inherited from interface com.arsdigita.bebop.Component |
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE |
Constructor Summary | |
FolderItemPane()
Create a new item listing pane. |
|
FolderItemPane(FolderSelectionModel folderSel)
Construct a new item listing pane. |
Method Summary | |
void |
actionPerformed(com.arsdigita.bebop.event.ActionEvent e)
|
FolderManipulator |
getManipulator()
|
CMSPermissionsPane |
getPermissionsPane()
|
void |
process(com.arsdigita.bebop.event.FormSectionEvent e)
|
void |
register(com.arsdigita.bebop.Page p)
|
void |
reset(com.arsdigita.bebop.PageState s)
|
void |
setPermissionLinkVis(com.arsdigita.bebop.PageState state)
|
void |
stateChanged(com.arsdigita.bebop.event.ChangeEvent e)
|
void |
submitted(com.arsdigita.bebop.event.FormSectionEvent e)
|
Methods inherited from class com.arsdigita.bebop.SegmentedPanel |
addSegment, addSegment, addSegment, addSegment, generateXML |
Methods inherited from class com.arsdigita.bebop.SimpleContainer |
add, add, children, contains, generateChildrenXML, generateParent, 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 |
public static final String versionId
public static int LIST_SIZE
Constructor Detail |
public FolderItemPane()
FolderSelectionModel
to keep track of the currently selected
folder. This requires that this list is used within a content
section. The section's root folder is used as the starting point for
browsing.
public FolderItemPane(FolderSelectionModel folderSel)
folderSel
- maintains the currently displayed folder.Method Detail |
public void register(com.arsdigita.bebop.Page p)
register
in interface com.arsdigita.bebop.Component
public void submitted(com.arsdigita.bebop.event.FormSectionEvent e) throws com.arsdigita.bebop.FormProcessException
submitted
in interface com.arsdigita.bebop.event.FormSubmissionListener
com.arsdigita.bebop.FormProcessException
public void process(com.arsdigita.bebop.event.FormSectionEvent e)
process
in interface com.arsdigita.bebop.event.FormProcessListener
public void stateChanged(com.arsdigita.bebop.event.ChangeEvent e)
stateChanged
in interface com.arsdigita.bebop.event.ChangeListener
public void actionPerformed(com.arsdigita.bebop.event.ActionEvent e)
actionPerformed
in interface com.arsdigita.bebop.event.ActionListener
public void reset(com.arsdigita.bebop.PageState s)
reset
in interface com.arsdigita.bebop.Resettable
public final FolderManipulator getManipulator()
public final CMSPermissionsPane getPermissionsPane()
public void setPermissionLinkVis(com.arsdigita.bebop.PageState state)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |