mojox.TreeView.Node - nitrologic/monkey2 GitHub Wiki
mojox::mojox.mojox.TreeView.Node
mojox:mojox.ViewCell
Class Node ExtendsConstructors | |
---|---|
New | Creates a new node. |
Properties | |
---|---|
Children | Child nodes. (read only) |
Expanded | Node expanded state. |
NumChildren | Number of children. (read only) |
Parent | Node parent. (read only) |
Selected | True if node is selected. |
Methods | |
---|---|
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. |