|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.widgets.tree.TreeSorter
public class TreeSorter
Helper class to enable tree node sorting functionality.
Field Summary |
---|
Fields inherited from class com.gwtext.client.core.JsObject |
---|
jsObj |
Constructor Summary | |
---|---|
TreeSorter(TreePanel treePanel,
TreeSorterConfig config)
Construct a new TreeSorter. |
Method Summary | |
---|---|
void |
sort(TreeNode startNode)
Sort the TreePanel starting from the specified node. |
Methods inherited from class com.gwtext.client.core.JsObject |
---|
getJsObj, getProperties, isCreated, setJsObj |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeSorter(TreePanel treePanel, TreeSorterConfig config)
treePanel
- the tree panel to sortconfig
- the TreeSorter configMethod Detail |
---|
public void sort(TreeNode startNode)
startNode
- the start node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |