com.extjs.gxt.ui.client.util
Class TreeBuilder

java.lang.Object
  extended by com.extjs.gxt.ui.client.util.TreeBuilder

Deprecated. see TreePanel

public class TreeBuilder
extends java.lang.Object

Various ways of populating trees.

See Also:
Tree

Constructor Summary
TreeBuilder()
          Deprecated.  
 
Method Summary
static void buildTree(Tree tree, com.google.gwt.user.client.Element root)
          Deprecated. Populates a tree from existing dom elements.
static void buildTree(Tree tree, TreeModel model)
          Deprecated. Populates a tree from the given model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeBuilder

public TreeBuilder()
Deprecated. 
Method Detail

buildTree

public static void buildTree(Tree tree,
                             com.google.gwt.user.client.Element root)
Deprecated. 
Populates a tree from existing dom elements. The tree item text is taken from the 'title' attribute of the element.

Parameters:
tree - the tree
root - the root element

buildTree

public static void buildTree(Tree tree,
                             TreeModel model)
Deprecated. 
Populates a tree from the given model.

Parameters:
tree - the tree
model - the model