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 TypeClassDescriptionclassFIXGRIDTreeBinding<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 TypeMethodDescriptionvoidFIXGRIDTreeItem.addSubNode(FIXGRIDTreeItem subNode, boolean asFirst) voidFIXGRIDTreeItem.addSubNode(FIXGRIDTreeItem subNode, int index) protected voidFIXGRIDTreeBinding.applyOriginalIndexToCurrentNode(FIXGRIDTreeItem node) booleanFIXGRIDTreeItem.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.voidFIXGRIDTreeItem.moveSubNodeBehind(FIXGRIDTreeItem subNode, FIXGRIDTreeItem refSubNode) Change sequence of nodes within the parent node.voidFIXGRIDTreeItem.moveSubNodeInFront(FIXGRIDTreeItem subNode, FIXGRIDTreeItem refSubNode) Change sequence of nodes within the parent node.voidFIXGRIDTreeItem.moveSubNodeOneDown(FIXGRIDTreeItem subNode) SeemoveSubNodeOneUp(FIXGRIDTreeItem)- this is just the opposite direction of moving...voidFIXGRIDTreeItem.moveSubNodeOneUp(FIXGRIDTreeItem subNode) Moves one child node up within its parent.voidFIXGRIDTreeItem.moveSubNodeToFirst(FIXGRIDTreeItem subNode) Moves on subNode within its parent to the first child position.voidFIXGRIDTreeItem.moveSubNodeToLast(FIXGRIDTreeItem subNode) Moves on subNode within its parent to the last child position.voidFIXGRIDTreeBinding.removeNode(FIXGRIDTreeItem node) Removes node from tree - together with all of its subnodes.voidFIXGRIDTreeBinding.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 voidFIXGRIDTreeBinding.sortNodes(FIXGRIDTreeItem node, String sortReference, String objectBindingString, boolean ascending) protected voidFIXGRIDTreeBinding.sortNodesByOriginalIndex(FIXGRIDTreeItem node) protected voidFIXGRIDTreeBinding.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 TypeMethodDescriptionvoidFIXGRIDTreeItem.appendVisibleSubNodes(List<FIXGRIDTreeItem> list, int counter, int maxCounter) voidFIXGRIDTreeItem.moveSubNodesOneDown(Set<FIXGRIDTreeItem> subNodes) Move a set of nodes within its parent.voidFIXGRIDTreeItem.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 TypeClassDescriptionclassRepresents 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)