|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminTreeConfiguration
Used by the tree handler to configure the tree
Method Summary | |
---|---|
void |
prepareContextMenu(info.magnolia.cms.gui.control.Tree tree,
boolean browseMode,
javax.servlet.http.HttpServletRequest request)
Prepare the context menu of the tree. |
void |
prepareFunctionBar(info.magnolia.cms.gui.control.Tree tree,
boolean browseMode,
javax.servlet.http.HttpServletRequest request)
Prepare the functionbar (footerbar) of the tree. |
void |
prepareTree(info.magnolia.cms.gui.control.Tree tree,
boolean browseMode,
javax.servlet.http.HttpServletRequest request)
Override this method to configure the tree control (define the columns, ...) |
void |
setMessages(info.magnolia.cms.i18n.Messages m)
Sets the messages bundle to be used. |
Method Detail |
---|
void setMessages(info.magnolia.cms.i18n.Messages m)
void prepareTree(info.magnolia.cms.gui.control.Tree tree, boolean browseMode, javax.servlet.http.HttpServletRequest request)
tree
- browseMode
- true if this tree is shown in simple browse modevoid prepareContextMenu(info.magnolia.cms.gui.control.Tree tree, boolean browseMode, javax.servlet.http.HttpServletRequest request)
tree
- browseMode
- true if this tree is shown in simple browse modevoid prepareFunctionBar(info.magnolia.cms.gui.control.Tree tree, boolean browseMode, javax.servlet.http.HttpServletRequest request)
tree
- browseMode
- true if this tree is shown in simple browse mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |