Class PoiOpeningTimesAdapter
-
- All Implemented Interfaces:
public final class PoiOpeningTimesAdapter extends ListAdapter<PoiOpeningTimesItem, PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder
-
Constructor Summary
Constructors Constructor Description PoiOpeningTimesAdapter()
-
Method Summary
Modifier and Type Method Description PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder
onCreateViewHolder(ViewGroup parent, Integer viewType)
Unit
onBindViewHolder(PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder holder, Integer position)
-
Methods inherited from class androidx.recyclerview.widget.RecyclerView.Adapter
bindViewHolder, createViewHolder, getItemId, getItemViewType, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onBindViewHolder, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, unregisterAdapterDataObserver
-
Methods inherited from class androidx.recyclerview.widget.ListAdapter
getCurrentList, getItemCount, onCurrentListChanged, submitList, submitList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onCreateViewHolder
PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder onCreateViewHolder(ViewGroup parent, Integer viewType)
-
onBindViewHolder
Unit onBindViewHolder(PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder holder, Integer position)
-
-
-
-