T - the item typepublic interface OnItemBind<T>
ItemBinding for an item in the collection.| Modifier and Type | Method and Description |
|---|---|
void |
onItemBind(ItemBinding itemBinding,
int position,
T item)
Called on each item in the collection, allowing you to modify the given
ItemBinding. |
void onItemBind(ItemBinding itemBinding, int position, T item)
ItemBinding.
Note that you should not do complex processing in this method as it's called many times.