Uses of Class
overit.geocall.util.Tree
Packages that use Tree
Package
Description
-
Uses of Tree in overit.geocall.basic.ui.container
Fields in overit.geocall.basic.ui.container declared as TreeModifier and TypeFieldDescriptionprotected TreeTreeEditor._changedFromprotected TreeTreeEditor._changedToprotected TreeTreeEditor._cuttingprotected TreeTreeEditor._tprotected TreeTreeEditor._tIneditMethods in overit.geocall.basic.ui.container that return TreeModifier and TypeMethodDescriptionTreeEditor.getCutting()Gets the cutting node of the TreeTreeEditor.getNewNode()Returns a new nodeTreeEditor.getNewTree()Returns a new treeTreeEditor.getTree()Returns theTreeof the TreeEditorprotected TreeTreeEditor.resolveTree(Object o, String field) Methods in overit.geocall.basic.ui.container with parameters of type TreeModifier and TypeMethodDescriptionprotected voidTreeEditor.changedSubTree(Tree t) protected voidTreeEditor.changedSubTree(Tree from, Tree to) protected MenuTreeEditor.createMenu(Tree t) protected booleanprotected booleanprotected booleanprotected booleanprotected voidTreeEditor.fillArcDescription(org.apache.ecs.ConcreteElement dUp, org.apache.ecs.ConcreteElement dDown, Tree tg) protected final voidTreeEditor.fillArcDescription(org.apache.ecs.html.Div dUp, org.apache.ecs.html.Div dDown, Tree t) protected voidprotected Stringprotected StringTreeEditor.getArcDescription(Tree tg) protected org.apache.ecs.ElementTreeEditor.getCountInfo(Tree t) protected org.apache.ecs.html.TRTreeEditor.getDropDownItem(String event, String param, String icon, String title, String msg, Tree t) Deprecated.protected org.apache.ecs.html.TableTreeEditor.getDropDownMenu(Tree tt) Deprecated.ImplementscreateMenu(tree)protected org.apache.ecs.ElementTreeEditor.getDropDownT(Tree t) Deprecated.UsecreateMenu(tree)protected org.apache.ecs.html.DivDeprecated.ImplementscreateMenu(tree)protected org.apache.ecs.html.DivDeprecated.The opening of the menu is managed in response to the Ajax OpenMenu event
ImplementscreateMenu(tree)protected org.apache.ecs.ElementTreeEditor.getMinusPlusButton(Tree t) protected org.apache.ecs.html.TDTreeEditor.getTDAlert(Tree t) protected org.apache.ecs.html.TDTreeEditor.getTDNodeType(Tree t) TreeEditor.getTreeAlert(Tree tg) Returns the string used in the Alert (seeonAccept()) when the node has a not valid definitionprotected org.apache.ecs.html.DivTreeEditor.getUpDownButton(Tree t) protected SerializableTreeEditor.pasteContent(Tree dest, Serializable s, boolean local) protected voidTreeEditor.setOnClickAction(Tree t, org.apache.ecs.html.Div d) protected voidTreeSelector.setOnClickAction(Tree t, org.apache.ecs.html.A a) voidSets aTreeto the TreeEditorprotected org.apache.ecs.Element -
Uses of Tree in overit.geocall.platform
Subclasses of Tree in overit.geocall.platformModifier and TypeClassDescriptionstatic classUtility class containing the information of a resource discovered during the search phase -
Uses of Tree in overit.geocall.util
Fields in overit.geocall.util declared as TreeMethods in overit.geocall.util that return TreeModifier and TypeMethodDescriptionAdds a child in the desired positionAdds a child to the Tree, in the desired positionAdds a child, in the last position of the list of childs, to the TreeTree.createCopy()Creates a copy of the TreeTree.delChild(int i) Deletes the children in the i-th positionTree.getChild(int i) Returns the child element in the i-th positionTree.getChild(int i, boolean applyFilter, boolean reverse) Returns the child element in the i-th positionTree.getFirstChild()Returns the first children of the Tree elementTree.getFirstChild(boolean applyFilter) Returns the first children of the Tree elementTree.getLastChild()Returns the last children of the Tree elementTree.getLastChild(boolean applyFilter) Returns the last children of the Tree elementTree.getNodeByPath(String path) Returns the Tree element node at the desired pathTree.getParent()Returns the parent Tree, the node directly connected to this when moving towards the rootTree.getRoot()Returns the top element of the TreeSets the child in the i-th positionMethods in overit.geocall.util with parameters of type TreeModifier and TypeMethodDescriptionbooleanTree.addAfterNodeByPath(String path, Tree t) Adds a node element after the sub-tree at the desired pathbooleanTree.addBeforeNodeByPath(String path, Tree t) Adds a node element before the sub-tree at the desired pathAdds a child in the desired positionAdds a child to the Tree, in the desired positionAdds a child, in the last position of the list of childs, to the TreebooleanTree.addChildNodeByPath(String path, int i, Tree t) Adds a child node of the Tree in the desired pathbooleanTree.addChildNodeByPath(String path, Tree t) Adds a child node, as last child, of the Tree in the desired pathbooleanChecks if the Tree contains the one passed as parameterSets the child in the i-th positionbooleanTree.setNodeByPath(String path, Tree t) Sets the node of the Tree in the desired pathConstructors in overit.geocall.util with parameters of type Tree -
Uses of Tree in overit.geocallapp.wfm.core.ux.datacollection.template.treejson
Subclasses of Tree in overit.geocallapp.wfm.core.ux.datacollection.template.treejsonMethods in overit.geocallapp.wfm.core.ux.datacollection.template.treejson that return TreeModifier and TypeMethodDescriptionTemplateJsonTreeEditor.getNewNode()Method to get a new template json treeMethods in overit.geocallapp.wfm.core.ux.datacollection.template.treejson with parameters of type TreeModifier and TypeMethodDescriptionprotected voidMethod to add a new node by a code stringprotected voidTemplateJsonTreeEditor.buildDescription(Tree tree, org.apache.ecs.html.Div div) Method to add the description to the nodeprotected voidMethod to add the icon a text by the node typeprotected voidMethod handler to design html tree view using TemplateHtmlJsonTree.protected org.apache.ecs.html.DivTemplateJsonTreeEditor.getColorWrapper(Tree tree, org.apache.ecs.html.Div div) Method to create a new Dib with the color set in the color properties of the nodeprotected voidTemplateJsonTreeEditor.setOnClickNodeAction(Tree t, org.apache.ecs.html.Div d) Method that add the event SelectHtmlTreeNode (onClick) in each node -
Uses of Tree in overit.geocallapp.wfm.project.bl.tree
Subclasses of Tree in overit.geocallapp.wfm.project.bl.tree -
Uses of Tree in overit.geocallapp.wfm.project.ux.structure.treeview
Methods in overit.geocallapp.wfm.project.ux.structure.treeview with parameters of type Tree -
Uses of Tree in overit.geocallapp.wfm.util
Subclasses of Tree in overit.geocallapp.wfm.utilModifier and TypeClassDescriptionclassoverit.geocallapp.wfm.util.WFMTree<T>
createMenu(tree)