Uses of Class
com.vaadin.terminal.gwt.client.ui.tree.VTree.TreeNode

Packages that use VTree.TreeNode
com.vaadin.terminal.gwt.client.ui.tree   
 

Uses of VTree.TreeNode in com.vaadin.terminal.gwt.client.ui.tree
 

Fields in com.vaadin.terminal.gwt.client.ui.tree with type parameters of type VTree.TreeNode
protected  Map<VTree.TreeNode,TooltipInfo> TreeConnector.tooltipMap
           
 

Methods in com.vaadin.terminal.gwt.client.ui.tree that return VTree.TreeNode
 VTree.TreeNode VTree.getCommonGrandParent(VTree.TreeNode node1, VTree.TreeNode node2)
          Returns the first common parent of two nodes
protected  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.terminal.gwt.client.ui.tree that return types with arguments of type VTree.TreeNode
 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.terminal.gwt.client.ui.tree with parameters of type VTree.TreeNode
 VTree.TreeNode VTree.getCommonGrandParent(VTree.TreeNode node1, VTree.TreeNode node2)
          Returns the first common parent of two nodes
 boolean VTree.TreeNode.isGrandParentOf(VTree.TreeNode child)
          Travels up the hierarchy looking for this node
 boolean VTree.isSelected(VTree.TreeNode treeNode)
          Is a node selected in the tree
 boolean 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 view
 void VTree.setFocusedNode(VTree.TreeNode node, boolean scrollIntoView)
          Sets the node currently in focus
 void VTree.setSelected(VTree.TreeNode treeNode, boolean selected)
           
 void TreeConnector.updateNodeFromUIDL(VTree.TreeNode treeNode, UIDL uidl)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.