| Module: | libext | Package: | wrap.ext.tree | Parent: | Panel | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.tree.TreePanel
Inheritance : Object : Observable : Component : BoxComponent : Container : Panel
Constructors
| Signature |
| public TreePanel(TreePanelConfig config) |
Methods
| Name | Signature |
| collapseAll | void collapseAll() |
| expandAll | void expandAll() |
| expandPath | void expandPath(String path) |
| expandPath | void expandPath(String path, String attr) |
| expandPath | void expandPath(String path, String attr, Function callback) |
| getChecked | Array<TreeNode> getChecked() |
| getChecked | Array<TreeNode> getChecked(String attribute) |
| getChecked | Array<TreeNode> getChecked(String attribute, TreeNode startNode) |
| getEl | Element getEl() |
| getLoader | TreeLoader getLoader() |
| getNodeById | TreeNode getNodeById(String id) |
| getRootNode | TreeNode getRootNode() |
| getSelectionModel | SelectionModel getSelectionModel() |
| getTreeEl | Element getTreeEl() |
| selectPath | void selectPath(String path) |
| selectPath | void selectPath(String path, String attr) |
| selectPath | void selectPath(String path, String attr, Function callback) |
| setRootNode | void setRootNode(Node node) |
Properties
| Name | Type | Comment | |
| dragZone |
| ||
| dropZone |
| ||
| root |
|
Constructors
|
public TreePanel(TreePanelConfig config) Parameters
|
Methods
|
collapseAll void collapseAll() |
|
expandAll void expandAll() |
|
expandPath void expandPath(String path) Parameters
|
|
expandPath void expandPath(String path, String attr) Parameters
|
|
expandPath void expandPath(String path, String attr, Function callback) Parameters
|
|
getChecked Array<TreeNode> getChecked()
|
||||
|
getChecked Array<TreeNode> getChecked(String attribute)
Parameters
|
||||||||||
|
getChecked Array<TreeNode> getChecked(String attribute, TreeNode startNode)
Parameters
|
|||||||||||||
|
getEl Element getEl()
|
||||
|
getLoader TreeLoader getLoader()
|
||||
|
getNodeById TreeNode getNodeById(String id)
Parameters
|
||||||||||
|
getRootNode TreeNode getRootNode()
|
||||
|
getSelectionModel SelectionModel getSelectionModel()
|
||||
|
getTreeEl Element getTreeEl()
|
||||
|
selectPath void selectPath(String path) Parameters
|
|
selectPath void selectPath(String path, String attr) Parameters
|
|
selectPath void selectPath(String path, String attr, Function callback) Parameters
|
|
setRootNode void setRootNode(Node node) Parameters
|
| Module: | libext | Package: | wrap.ext.tree | Parent: | Panel | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |