UI / TreeViewItemDataBase
TreeViewItemDataBase Class
Tree View Node Data Base Class
Table of contents
Accessors
baseGuid(): number other |
---|
The unique identification serial number of the node data, independent of the position |
children(): TreeViewItemDataBase [] other |
All child nodes |
ownerTreeView(): TreeView |
Retrieve the tree view to which the node belongs |
parent(): TreeViewItemDataBase other |
Parent Node |
widgetCanvas(): Widget other |
The UI corresponding to the data of this node |
Accessors
baseGuid
• | ||
---|---|---|
The unique identification serial number of the node data, independent of the position Returns
|
children
• | • | ||||
---|---|---|---|---|---|
All child nodes Returns
| Set child nodes Parameters
|
ownerTreeView
• | ||
---|---|---|
Retrieve the tree view to which the node belongs Returns
|
parent
• | • | ||||
---|---|---|---|---|---|
Parent Node Returns
| Set the parent node. If there is an existing parent node or a root array belonging to treeView.listItems, it will be removed from it and added to the new parent node parentData.children Parameters
|
widgetCanvas
• |
---|
The UI corresponding to the data of this node Returns |