Uses of Class
com.vaadin.client.ui.VTree.TreeNode
-
Packages that use VTree.TreeNode Package Description com.vaadin.client.ui com.vaadin.client.ui.tree -
-
Uses of VTree.TreeNode in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as VTree.TreeNode Modifier and Type Field Description VTree.TreeNode
VTree. focusedNode
For internal use only.VTree.TreeNode
VTree. lastSelection
For internal use only.Methods in com.vaadin.client.ui that return VTree.TreeNode Modifier and Type Method Description VTree.TreeNode
VTree. getCommonGrandParent(VTree.TreeNode node1, VTree.TreeNode node2)
Returns the first common parent of two nodesprotected VTree.TreeNode
VTree. getFirstRootNode()
Returns the first root node of the tree or null if there are no root nodes.protected VTree.TreeNode
VTree. getLastRootNode()
Returns the last root node of the tree or null if there are no root nodes.VTree.TreeNode
VTree. getNodeByKey(String key)
Methods in com.vaadin.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 nodeprotected 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.client.ui with parameters of type VTree.TreeNode Modifier and Type Method Description VTree.TreeNode
VTree. getCommonGrandParent(VTree.TreeNode node1, VTree.TreeNode node2)
Returns the first common parent of two nodesboolean
VTree.TreeNode. isGrandParentOf(VTree.TreeNode child)
Travels up the hierarchy looking for this nodeboolean
VTree. isSelected(VTree.TreeNode treeNode)
Is a node selected in the treeboolean
VTree.TreeNode. isSibling(VTree.TreeNode node)
void
VTree. registerNode(VTree.TreeNode treeNode)
void
VTree. setFocusedNode(VTree.TreeNode node)
Focuses a node and scrolls it into viewvoid
VTree. setFocusedNode(VTree.TreeNode node, boolean scrollIntoView)
Sets the node currently in focusvoid
VTree. setSelected(VTree.TreeNode treeNode, boolean selected)
-
Uses of VTree.TreeNode in com.vaadin.client.ui.tree
Fields in com.vaadin.client.ui.tree with type parameters of type VTree.TreeNode Modifier and Type Field Description protected Map<VTree.TreeNode,TooltipInfo>
TreeConnector. tooltipMap
Methods in com.vaadin.client.ui.tree with parameters of type VTree.TreeNode Modifier and Type Method Description void
TreeConnector. updateNodeFromUIDL(VTree.TreeNode treeNode, UIDL uidl, int level)
-