Uses of Class
org.eclnt.jsfserver.elements.impl.FIXGRIDTreeItem
Packages that use FIXGRIDTreeItem
Package
Description
-
Uses of FIXGRIDTreeItem in org.eclnt.jsfserver.defaultscreens
Subclasses of FIXGRIDTreeItem in org.eclnt.jsfserver.defaultscreensConstructors in org.eclnt.jsfserver.defaultscreens with parameters of type FIXGRIDTreeItem -
Uses of FIXGRIDTreeItem in org.eclnt.jsfserver.elements.impl
Classes in org.eclnt.jsfserver.elements.impl with type parameters of type FIXGRIDTreeItemModifier and TypeClassDescriptionclass
FIXGRIDTreeBinding<ItemClass extends FIXGRIDTreeItem>
Binding class for FIXGRID component when being used as tree.Fields in org.eclnt.jsfserver.elements.impl declared as FIXGRIDTreeItemMethods in org.eclnt.jsfserver.elements.impl that return FIXGRIDTreeItemModifier and TypeMethodDescriptionFIXGRIDTreeItem.getParentNode()
FIXGRIDTreeBinding.getRootNode()
Gets the root node.Methods in org.eclnt.jsfserver.elements.impl that return types with arguments of type FIXGRIDTreeItemModifier and TypeMethodDescriptionFIXGRIDTreeItem.getAllContainedNodes()
FIXGRIDTreeItem.getChildNodes()
Methods in org.eclnt.jsfserver.elements.impl with parameters of type FIXGRIDTreeItemModifier and TypeMethodDescriptionvoid
FIXGRIDTreeItem.addSubNode
(FIXGRIDTreeItem subNode, boolean asFirst) void
FIXGRIDTreeItem.addSubNode
(FIXGRIDTreeItem subNode, int index) protected void
FIXGRIDTreeBinding.applyOriginalIndexToCurrentNode
(FIXGRIDTreeItem node) boolean
FIXGRIDTreeItem.checkIfNodeHasAsParent
(FIXGRIDTreeItem potentialParent) Checks if the node that is passed as paramter is a parent of this node.FIXGRIDTreeBinding.getNodeTextsFromTop
(FIXGRIDTreeItem item) Passes back a list of texts representing the texts from the top node down to the node that is passed as parameter.void
FIXGRIDTreeItem.moveSubNodeBehind
(FIXGRIDTreeItem subNode, FIXGRIDTreeItem refSubNode) Change sequence of nodes within the parent node.void
FIXGRIDTreeItem.moveSubNodeInFront
(FIXGRIDTreeItem subNode, FIXGRIDTreeItem refSubNode) Change sequence of nodes within the parent node.void
FIXGRIDTreeItem.moveSubNodeOneDown
(FIXGRIDTreeItem subNode) SeemoveSubNodeOneUp(FIXGRIDTreeItem)
- this is just the opposite direction of moving...void
FIXGRIDTreeItem.moveSubNodeOneUp
(FIXGRIDTreeItem subNode) Moves one child node up within its parent.void
FIXGRIDTreeItem.moveSubNodeToFirst
(FIXGRIDTreeItem subNode) Moves on subNode within its parent to the first child position.void
FIXGRIDTreeItem.moveSubNodeToLast
(FIXGRIDTreeItem subNode) Moves on subNode within its parent to the last child position.void
FIXGRIDTreeBinding.removeNode
(FIXGRIDTreeItem node) Removes node from tree - together with all of its subnodes.void
FIXGRIDTreeBinding.setRootNode
(FIXGRIDTreeItem value) Sets the root node - this method needs to be called with great care: setting a new root node will remove the current tree and replace it by another.protected void
FIXGRIDTreeBinding.sortNodes
(FIXGRIDTreeItem node, String sortReference, String objectBindingString, boolean ascending) protected void
FIXGRIDTreeBinding.sortNodesByOriginalIndex
(FIXGRIDTreeItem node) protected void
FIXGRIDTreeBinding.updateLevelOfChildrenIfRequired
(FIXGRIDTreeItem node) Makes sure that all childrens' level is set to "node's own level plus 1".Method parameters in org.eclnt.jsfserver.elements.impl with type arguments of type FIXGRIDTreeItemModifier and TypeMethodDescriptionvoid
FIXGRIDTreeItem.appendVisibleSubNodes
(List<FIXGRIDTreeItem> list, int counter, int maxCounter) void
FIXGRIDTreeItem.moveSubNodesOneDown
(Set<FIXGRIDTreeItem> subNodes) Move a set of nodes within its parent.void
FIXGRIDTreeItem.moveSubNodesOneUp
(Set<FIXGRIDTreeItem> subNodes) Move operation with a set of subNodes.Constructors in org.eclnt.jsfserver.elements.impl with parameters of type FIXGRIDTreeItemModifierConstructorDescriptionFIXGRIDTreeBinding
(FIXGRIDTreeItem rootNode) Constructor with explicit passing of root node.FIXGRIDTreeBinding
(FIXGRIDTreeItem rootNode, boolean changeIndexIsSupported) FIXGRIDTreeItem
(FIXGRIDTreeItem parentNode) Creates an item that is added as child to the parentNode item.FIXGRIDTreeItem
(FIXGRIDTreeItem parentNode, boolean asFirst) Creates an item that is added as child to the parentNode item. -
Uses of FIXGRIDTreeItem in org.eclnt.jsfserver.rttools
Subclasses of FIXGRIDTreeItem in org.eclnt.jsfserver.rttoolsConstructors in org.eclnt.jsfserver.rttools with parameters of type FIXGRIDTreeItemModifierConstructorDescriptionTreeNode
(FIXGRIDTreeItem parentNode, Object bean) TreeNode
(FIXGRIDTreeItem parentNode, String absPath, String text, boolean isFolder, boolean alsoReadSubFolders) -
Uses of FIXGRIDTreeItem in org.eclnt.workplace
Subclasses of FIXGRIDTreeItem in org.eclnt.workplaceModifier and TypeClassDescriptionclass
Represents function in function tree.Constructors in org.eclnt.workplace with parameters of type FIXGRIDTreeItemModifierConstructorDescriptionFunctionNode
(FIXGRIDTreeItem parentNode) This constructor is used when creating folder nodes.FunctionNode
(FIXGRIDTreeItem parentNode, String page) This constructor is used when creating page nodes - containing start information.FunctionNode
(FIXGRIDTreeItem parentNode, WorkpageStartInfo wpsi)