Package org.eclnt.workplace
Class WorkplaceFunctionTreeFromInfoNode
java.lang.Object
org.eclnt.jsfserver.managedbean.DefaultDispatchedBean
org.eclnt.workplace.WorkplaceFunctionTree
org.eclnt.workplace.WorkplaceFunctionTreeFromInfoNode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WorkplaceFunctionsManager.FunctionTree
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclnt.workplace.WorkplaceFunctionTree
WorkplaceFunctionTree.DefaultFunctionNodeActionListener, WorkplaceFunctionTree.FunctionNode, WorkplaceFunctionTree.IFunctionNodeActionListener -
Constructor Summary
ConstructorsConstructorDescriptionWorkplaceFunctionTreeFromInfoNode(IDispatcher owner, WorkplaceFunctionTreeInfoNode rootNode) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected voidThis method is called during construction: in this method the nodes for the function tree are to be built up.Methods inherited from class org.eclnt.workplace.WorkplaceFunctionTree
getFtree, getFunctionNodeActionListener, getFunctionNodeDefaultDropReceive, getWorkpageContainer, loadContentPage, setFunctionNodeActionListener, setFunctionNodeDefaultDropReceive, startPageInNewBrowserMethods inherited from class org.eclnt.jsfserver.managedbean.DefaultDispatchedBean
ccDestroy, getOwningDispatcher, setDispatcher
-
Constructor Details
-
WorkplaceFunctionTreeFromInfoNode
-
-
Method Details
-
getRootNode
-
loadFunctionTree
protected void loadFunctionTree()Description copied from class:WorkplaceFunctionTreeThis method is called during construction: in this method the nodes for the function tree are to be built up.- Specified by:
loadFunctionTreein classWorkplaceFunctionTree
-
checkIfToRenderNode
-