Static methods

statictoString(this:Int):String

Variables

@:value(cast 1)@:impl@:enuminlineread onlyRECYCLE:CollectionViewItemsBehavior = 1

Create new items that need to be displayed, recycle items that got out of bounds

@:value(cast 2)@:impl@:enuminlineread onlyFREEZE:CollectionViewItemsBehavior = 2

No item is created or removed

@:value(cast 3)@:impl@:enuminlineread onlyLAZY:CollectionViewItemsBehavior = 3

New items are created as needed, existing items are not removed or recycled