|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.util.TreeBuilder
TreePanel
public class TreeBuilder
Various ways of populating trees.
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 |
---|
public TreeBuilder()
Method Detail |
---|
public static void buildTree(Tree tree, com.google.gwt.user.client.Element root)
tree
- the treeroot
- the root elementpublic static void buildTree(Tree tree, TreeModel model)
tree
- the treemodel
- the model
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |