Uses of Class
com.vaadin.v7.client.ui.VTree.TreeNode
-
Packages that use VTree.TreeNode Package Description com.vaadin.v7.client.ui com.vaadin.v7.client.ui.tree -
-
Uses of VTree.TreeNode in com.vaadin.v7.client.ui
Fields in com.vaadin.v7.client.ui declared as VTree.TreeNode Modifier and Type Field Description VTree.TreeNodeVTree. focusedNodeFor internal use only.VTree.TreeNodeVTree. lastSelectionFor internal use only.Methods in com.vaadin.v7.client.ui that return VTree.TreeNode Modifier and Type Method Description VTree.TreeNodeVTree. getCommonGrandParent(VTree.TreeNode node1, VTree.TreeNode node2)Returns the first common parent of two nodes.protected VTree.TreeNodeVTree. getFirstRootNode()Returns the first root node of the tree or null if there are no root nodes.protected VTree.TreeNodeVTree. getLastRootNode()Returns the last root node of the tree or null if there are no root nodes.VTree.TreeNodeVTree. getNodeByKey(String key)Methods in com.vaadin.v7.client.ui that return types with arguments of type VTree.TreeNode Modifier and Type Method Description List<VTree.TreeNode>VTree.TreeNode. getChildren()Returns the children of the node.protected List<VTree.TreeNode>VTree. getRootNodes()Returns a list of all root nodes in the Tree in the order they appear in the tree.Methods in com.vaadin.v7.client.ui with parameters of type VTree.TreeNode Modifier and Type Method Description VTree.TreeNodeVTree. getCommonGrandParent(VTree.TreeNode node1, VTree.TreeNode node2)Returns the first common parent of two nodes.booleanVTree.TreeNode. isGrandParentOf(VTree.TreeNode child)Travels up the hierarchy looking for this node.booleanVTree. isSelected(VTree.TreeNode treeNode)Is a node selected in the tree.booleanVTree.TreeNode. isSibling(VTree.TreeNode node)voidVTree. registerNode(VTree.TreeNode treeNode)voidVTree. setFocusedNode(VTree.TreeNode node)Focuses a node and scrolls it into view.voidVTree. setFocusedNode(VTree.TreeNode node, boolean scrollIntoView)Sets the node currently in focus.voidVTree. setSelected(VTree.TreeNode treeNode, boolean selected) -
Uses of VTree.TreeNode in com.vaadin.v7.client.ui.tree
Fields in com.vaadin.v7.client.ui.tree with type parameters of type VTree.TreeNode Modifier and Type Field Description protected Map<VTree.TreeNode,TooltipInfo>TreeConnector. tooltipMapMethods in com.vaadin.v7.client.ui.tree with parameters of type VTree.TreeNode Modifier and Type Method Description voidTreeConnector. updateNodeFromUIDL(VTree.TreeNode treeNode, UIDL uidl, int level)
-