public abstract class AbstractViewCell<VH extends BaseViewHolder>
extends java.lang.Object
| Constructor and Description |
|---|
AbstractViewCell() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
bindViewCell(VH viewHolder) |
abstract int |
getItemId() |
abstract int |
getLayoutId() |
abstract java.lang.Class<? extends VH> |
getViewHolderClass() |