-
- All Implemented Interfaces:
public final class PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder extends RecyclerView.ViewHolder
-
-
Field Summary
Fields Modifier and Type Field Description private final View
view
private final View
itemView
private final WeakReference<RecyclerView>
mNestedRecyclerView
private final Integer
mPosition
private final Integer
mOldPosition
private final Long
mItemId
private final Integer
mItemViewType
private final Integer
mPreLayoutPosition
private final RecyclerView.ViewHolder
mShadowedHolder
private final RecyclerView.ViewHolder
mShadowingHolder
private final Integer
mFlags
private final List<Object>
mPayloads
private final List<Object>
mUnmodifiedPayloads
private final RecyclerView.Recycler
mScrapContainer
private final Boolean
mInChangeScrap
private final Integer
mPendingAccessibilityState
private final RecyclerView
mOwnerRecyclerView
-
Constructor Summary
Constructors Constructor Description PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder(View view)
-
Method Summary
Modifier and Type Method Description final View
getView()
final Unit
bind(PoiOpeningTimesItem poiOpeningTimesItem)
-
Methods inherited from class com.pointrlabs.core.map.views.poi.adapter.PoiOpeningTimesAdapter.PoiOpeningTimesViewHolder
addChangePayload, addFlags, clearOldPosition, clearPayload, clearReturnedFromScrapFlag, clearTmpDetachFlag, doesTransientStatePreventRecycling, flagRemovedAndOffsetPosition, getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, getUnmodifiedPayloads, hasAnyOfTheFlags, isAdapterPositionUnknown, isBound, isInvalid, isRecyclable, isRemoved, isScrap, isTmpDetached, isUpdated, needsUpdate, offsetPosition, onEnteredHiddenState, onLeftHiddenState, resetInternal, saveOldPosition, setFlags, setIsRecyclable, setScrapContainer, shouldBeKeptAsChild, shouldIgnore, stopIgnoring, toString, unScrap, wasReturnedFromScrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-