Uses of Class
org.eclnt.ccaddons.pbc.CCWorkplaceFunctionTree.FunctionNode
Packages that use CCWorkplaceFunctionTree.FunctionNode
-
Uses of CCWorkplaceFunctionTree.FunctionNode in org.eclnt.ccaddons.pbc
Methods in org.eclnt.ccaddons.pbc that return types with arguments of type CCWorkplaceFunctionTree.FunctionNodeModifier and TypeMethodDescriptionorg.eclnt.jsfserver.elements.impl.FIXGRIDTreeBinding<CCWorkplaceFunctionTree.FunctionNode>
CCWorkplaceFunctionTree.getFtree()
Tree of functions that is rendered as workplace tree at client side.List<org.eclnt.jsfserver.elements.impl.FIXGRIDTreeBinding<CCWorkplaceFunctionTree.FunctionNode>>
CCWorkplaceFunctions.getTrees()
Direct access to all the function trees that are managed inside the workplace that is currently loadedMethods in org.eclnt.ccaddons.pbc with parameters of type CCWorkplaceFunctionTree.FunctionNodeModifier and TypeMethodDescriptionvoid
CCWorkplaceFunctionTree.DefaultListener.reacOnFunctionNodeActionEvent
(CCWorkplaceFunctionTree.FunctionNode node, org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
CCWorkplaceFunctionTree.IListener.reacOnFunctionNodeActionEvent
(CCWorkplaceFunctionTree.FunctionNode node, org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
CCWorkplaceFunctions.DefaultListener.reactOnFunctionNodeActionEvent
(CCWorkplaceFunctionTree.FunctionNode node, org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
CCWorkplaceFunctions.IListener.reactOnFunctionNodeActionEvent
(CCWorkplaceFunctionTree.FunctionNode node, org.eclnt.jsfserver.base.faces.event.ActionEvent event) Notification about an action that is executed on a function node.void
CCWorkplaceFunctions.DefaultListener.updateFunctionNodeAfterCreation
(org.eclnt.workplace.WorkplaceFunctionTreeInfoNode configurationNode, CCWorkplaceFunctionTree.FunctionNode treeNode) void
CCWorkplaceFunctions.IListener.updateFunctionNodeAfterCreation
(org.eclnt.workplace.WorkplaceFunctionTreeInfoNode configurationNode, CCWorkplaceFunctionTree.FunctionNode treeNode) Possibility to update function node after it was created and regsitered within a function tree.void
CCWorkplaceFunctionTree.DefaultListener.updateFunctionNodeAfterCreation
(org.eclnt.workplace.WorkplaceFunctionTreeInfoNode configurationNode, CCWorkplaceFunctionTree.FunctionNode treeNode) void
CCWorkplaceFunctionTree.IListener.updateFunctionNodeAfterCreation
(org.eclnt.workplace.WorkplaceFunctionTreeInfoNode configurationNode, CCWorkplaceFunctionTree.FunctionNode treeNode)