public class BindableRecyclerViewItemViewHolder
extends android.support.v7.widget.RecyclerView.ViewHolder
| Constructor and Description |
|---|
BindableRecyclerViewItemViewHolder(android.view.View itemView,
solutions.alterego.androidbound.interfaces.IViewBinder viewBinder,
android.view.ViewGroup parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
onBindViewHolder(java.lang.Object objectForLayout) |
void |
onBindViewHolderWithParentLayoutParams(java.lang.Object objectForLayout,
android.support.v7.widget.RecyclerView.LayoutManager layoutManager) |
void |
unbind() |
public BindableRecyclerViewItemViewHolder(android.view.View itemView,
solutions.alterego.androidbound.interfaces.IViewBinder viewBinder,
android.view.ViewGroup parent)
public void onBindViewHolder(@NonNull
java.lang.Object objectForLayout)
public void onBindViewHolderWithParentLayoutParams(@NonNull
java.lang.Object objectForLayout,
android.support.v7.widget.RecyclerView.LayoutManager layoutManager)
public void unbind()