Mojox treeview node
Class Node Extends ViewCell#
| Constructors | |
|---|---|
| New | Creates a new node. |
| Properties | |
|---|---|
| Bounds | (read only) |
| Children | Child nodes. (read only) |
| Expanded | Node expanded state. |
| NumChildren | Number of children. (read only) |
| Parent | Node parent. (read only) |
| Rect | (read only) |
| Selected | True if node is selected. |
| Methods | |
|---|---|
| AddChild | |
| CollapseAll | Collapses this node and all child nodes. |
| ExpandAll | Expands this node and all child nodes. |
| GetChild | Gets a child node by index. |
| Remove | Removes this node from it's parent. |
| RemoveAllChildren | Removes all children. |
| RemoveChild | Removes a child node. |
| RemoveChildren |