AbstractGridView

AbstractGridView ⇐ RecyclingListView

Kind: global abstract class
Extends: RecyclingListView
Properties

NameTypeDescription
directionTypenumber

the direction HORIZONTAL or VERTICAL

itemViewClassObject

Item view class to use (default GridLine)

lineItemViewClassObject

Item view class to use in line (default is TileView)

itemMarginnumber

Space to add between each item of line

$$itemMarginnumber

DO NOT OVERRIDE - the real value of item margin used by the component

lineMarginnumber

Space to add between each line

nbViewBeforenumber

The number of views before current to keep before recycling

nbViewAfternumber

The number of views after current to keep before recycling

nbItemPerLinenumber

The number of views per line

currentLineIndexnumber

The Line index

currentLineGridLineView

The currentLine Item

currentColumnIndexnumber

The Raw index

dataItemObject

The current data Item

prefixstring

the item prefix

endOfLineMoveboolean

flag to jump to previous or next line on line end or not

AbstractGridView()

Basic Grid view of Tile