Class InfoBinder.ViewHolder
java.lang.Object
androidx.recyclerview.widget.RecyclerView.ViewHolder
com.pranavpandey.android.dynamic.support.recyclerview.binder.factory.InfoBinder.ViewHolder
- Enclosing class:
- InfoBinder<Query>
View holder to hold the dynamic info view layout.
-
Field Summary
Fields inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder
itemView
-
Constructor Summary
ConstructorDescriptionViewHolder
(View view) Constructor to initialize views from the supplied layout. -
Method Summary
Modifier and TypeMethodDescriptionGet the dynamic info view for this view holder.Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder
getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString
-
Constructor Details
-
ViewHolder
Constructor to initialize views from the supplied layout.- Parameters:
view
- The view for this view holder.
-
-
Method Details
-
getDynamicInfo
Get the dynamic info view for this view holder.- Returns:
- The dynamic info view for this view holder.
-