TreeList.getRootNode

Syntax

getRootNode ();

Description

The getRootNode method returns an object associated with the tree root.

Comments

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.

Example

An example of use is identical to use of the treeList.getNodes() method.

See also:

TreeList