LongListBox.getVisibleItems

Syntax

getVisibleItems();

Description

The getVisibleItems method returns the array of visible elements of grouped list.

Comments

Array elements - objects of the PP.Ui.LongListItem class.

Example

The example of method use is given in description of the LongListBox.isAllLoaded method.

See also:

LongListBox