LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


getFlatList(name, full)

Retrieves a list of all or currently visible items.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeView directive
full (optional)BooleanDetermines whether a full list or partial list of currently visible items is retrieved

Return Value

An array that represents a linear list of all items in the tree structure. If full is set to true, the returned list contains all tree items, otherwise a list of currently visible items is returned.

Remarks

This method is part of IntegralUITreeViewService.

Version Information

Supported in: v2.0.

See Also