[ view source ]
interface CollectionViewDataSource
package ceramic
extended by ListViewDataSource, SelectListView
Available with ui plugin
Methods
collectionViewItemFrameAtIndex(collectionView:CollectionView, itemIndex:Int, frame:CollectionViewItemFrame):Void
Get the item frame at the requested index.
collectionViewReleaseItemAtIndex(collectionView:CollectionView, itemIndex:Int, view:View):Bool
collectionViewItemAtIndex(collectionView:CollectionView, itemIndex:Int, reusableView:View):View
Get a view at the given index. If reusableView
is provided,
it can be recycled as the new item to avoid creating new instances.