public static class CustomRecycleViewAdapter.ViewHolder<T>
extends RecyclerView.ViewHolder
| Constructor and Description |
|---|
ViewHolder(android.view.View view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasDivider() |
void |
hasDivider(boolean hasDivider) |
void |
setEnable(boolean enable) |
java.lang.String |
toString() |
public final android.view.View mView
public T mItem