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
areAllVisibleNodesLoaded();
The areAllVisibleNodesLoaded method determines whether all visible nodes are loaded.
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: