public class OnItemBindModel<T extends ItemBindingModel> extends java.lang.Object implements OnItemBind<T>
OnItemBind that selects item views by delegating to each item. Items must implement
ItemBindingModel.| Constructor and Description |
|---|
OnItemBindModel() |
| 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. |
public void onItemBind(ItemBinding itemBinding, int position, T item)
OnItemBindItemBinding.
Note that you should not do complex processing in this method as it's called many times.onItemBind in interface OnItemBind<T extends ItemBindingModel>