| com.flexive.faces.plugin.TreePluginExecutor
TreePluginExecutor | public interface TreePluginExecutor extends PluginExecutor(Code) | | A PluginExecutor for extending UI trees rendered by the JSF
com.flexive.faces.components.Tree Tree component.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
addNode | void addNode(String parentNode, TreeNodeWriter.Node node)(Code) | | Add a node to the tree.
Parameters: parentNode - the parent node ID. The semantics depend on the actual tree beingextended, for example it could be a hardcoded menu name or a content node ID. Parameters: node - the tree node to be added. |
|
|