Title here
Summary here
RecyclingListView
Kind: global abstract class
Extends: RecyclingListView
Properties
Name | Type | Description |
---|---|---|
directionType | number | the direction HORIZONTAL or VERTICAL |
itemViewClass | Object | Item view class to use (default GridLine) |
lineItemViewClass | Object | Item view class to use in line (default is TileView) |
itemMargin | number | Space to add between each item of line |
$$itemMargin | number | DO NOT OVERRIDE - the real value of item margin used by the component |
lineMargin | number | Space to add between each line |
nbViewBefore | number | The number of views before current to keep before recycling |
nbViewAfter | number | The number of views after current to keep before recycling |
nbItemPerLine | number | The number of views per line |
currentLineIndex | number | The Line index |
currentLine | GridLineView | The currentLine Item |
currentColumnIndex | number | The Raw index |
dataItem | Object | The current data Item |
prefix | string | the item prefix |
endOfLineMove | boolean | flag to jump to previous or next line on line end or not |
Basic Grid view of Tile