public interface IGenericItem<Model,Item extends IGenericItem<?,?,?>,VH extends android.support.v7.widget.RecyclerView.ViewHolder> extends IItem<Item,VH>
| Modifier and Type | Method and Description |
|---|---|
Model |
getModel()
get's the model of the item
|
IGenericItem<?,?,?> |
withModel(Model model)
set's the model of the item
|
attachToWindow, bindView, detachFromWindow, equals, failedToRecycle, generateView, generateView, getLayoutRes, getTag, getType, getViewHolder, isEnabled, isSelectable, isSelected, unbindView, withEnabled, withSelectable, withSetSelected, withTaggetIdentifier, withIdentifierIGenericItem<?,?,?> withModel(Model model)
model - Model getModel()