TreeNode
Getting a reference to a TreeNode instance
You can get a reference to a single tree node in 3 ways:
- In event callbacks
- In action mapping callback
- By calling treeModel methods (
getNodeById
,getNodeByPath
,getNodeBy
)
Complete API
Complete API for a single TreeNode instance:
Updated less than a minute ago