getRootNode ();
The getRootNode method returns an object associated with the tree root.
This method can be used to get all nodes of the component: treeList.getRootNode().getNodes(). The result is the same as the result of treeList.getNodes() method execution.
An example of use is identical to use of the treeList.getNodes() method.
See also: