public interface TreeActions
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TREE_PLUGIN_NAME |
Modifier and Type | Method and Description |
---|---|
Boolean |
adviseNodeOpened(org.richfaces.component.UITree tree)
Returns true if node should be opened according to current document.
|
void |
changeExpandListener(org.richfaces.event.NodeExpandedEvent event)
Listener for node opening/closing events.
|
List<DocumentTreeNode> |
getTreeRoots()
Returns tree roots according to current document first accessible parent.
|
void |
reset() |
void |
resetCurrentDocumentData() |
static final String DEFAULT_TREE_PLUGIN_NAME
List<DocumentTreeNode> getTreeRoots() throws ClientException
ClientException
void changeExpandListener(org.richfaces.event.NodeExpandedEvent event)
Used to not interfere with node state when manually changing open nodes.
Boolean adviseNodeOpened(org.richfaces.component.UITree tree)
void resetCurrentDocumentData()
void reset()
Copyright © 2011 Nuxeo SA. All Rights Reserved.