class LabelsEditAdapter extends BaseBindingAdapter<Label,com.weebly.opus1269.clipman.databinding.LabelEditRowBinding,LabelHandlers,LabelViewModel,LabelsEditAdapter.LabelViewHolder>
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LabelsEditAdapter.LabelViewHolder
Our ViewHolder
|
(package private) static class |
LabelsEditAdapter.LabelViewHolderFactory
Factory to create an instance of our ViewHolder
|
(package private) static class |
LabelsEditAdapter.LabelViewModelFactory
Factory to create an instance of our ViewModel
|
mLifecycleOwner| Constructor and Description |
|---|
LabelsEditAdapter(androidx.lifecycle.LifecycleOwner owner,
LabelHandlers handlers) |
| Modifier and Type | Method and Description |
|---|---|
void |
onBindViewHolder(LabelsEditAdapter.LabelViewHolder holder,
int position) |
getItemCount, getItemId, onCreateViewHolder, submitListbindViewHolder, createViewHolder, getItemViewType, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onBindViewHolder, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, unregisterAdapterDataObserverLabelsEditAdapter(androidx.lifecycle.LifecycleOwner owner,
LabelHandlers handlers)
public void onBindViewHolder(@NonNull
LabelsEditAdapter.LabelViewHolder holder,
int position)
onBindViewHolder in class BaseBindingAdapter<Label,com.weebly.opus1269.clipman.databinding.LabelEditRowBinding,LabelHandlers,LabelViewModel,LabelsEditAdapter.LabelViewHolder>