Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Trees > Classes > TreeListView > TreeListView.areAllVisibleNodesLoaded

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