-
- All Implemented Interfaces:
public final class PoiDetailsCarouselAdapter.PoiDetailsViewHolder extends RecyclerView.ViewHolder
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>
binding
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 PoiDetailsCarouselAdapter.PoiDetailsViewHolder(<ERROR CLASS> binding)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>
getBinding()
final Unit
bind(PoiDetailsModel poiDetailModel, Integer position)
-
Methods inherited from class com.pointrlabs.core.map.views.poi.adapter.PoiDetailsCarouselAdapter.PoiDetailsViewHolder
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
-
-
Method Detail
-
getBinding
final <ERROR CLASS> getBinding()
-
bind
final Unit bind(PoiDetailsModel poiDetailModel, Integer position)
-
-
-
-