TreeListView.areAllVisibleNodesLoaded

Syntax

areAllVisibleNodesLoaded();

Description

The areAllVisibleNodesLoaded method determines whether all visible nodes are loaded.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Get whether all nodes are loaded
Tree.areAllVisibleNodesLoaded();
// -> true

After executing the example it is obtained whether all nodes are loaded.

See also:

TreeListView