| Interface | Description |
|---|---|
| ItemBindingModel |
Implement this interface on yor items to use with
OnItemBindModel. |
| Class | Description |
|---|---|
| OnItemBindClass<T> |
An
OnItemBind that selects an item view based on the class of the given item. |
| OnItemBindModel<T extends ItemBindingModel> |
An
OnItemBind that selects item views by delegating to each item. |