class ListViewDataSource
package elements
implements CollectionViewDataSource
import elements.ListView
Available with elements plugin
Constructor
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.