Gets or sets load size for the virtual array.
String value used when hooking to change event.
String value used when hooking to itemsLoading event.
Gets or sets length for the virtual array.
Gets or sets length for the virtual array.
Loads items from an array starting at index.
A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by ,
(e.g. "propertyChange", "change").
Callback function which will be executed when event is raised.
An optional parameter which will be used as this
context for callback execution.
Raised when still not loaded items are requested.
Raised when a change occurs.
Advanced array like class that helps loading items on demand.