Class ContentPagesViewHolder


  • public class ContentPagesViewHolder
    extends androidx.recyclerview.widget.RecyclerView.ViewHolder
    The View Holder for the list of Content Page Contains all the views to be displayed on each list item
    • Field Summary

      Fields 
      Modifier and Type Field Description
      android.widget.TextView mContentPageLabel  
      • Fields inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder

        itemView
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentPagesViewHolder​(android.view.View itemView)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bind​(ContentPage contentPage)
      Binds a ContentPage to the views on this viewholder
      • Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder

        getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • mContentPageLabel

        public android.widget.TextView mContentPageLabel
    • Constructor Detail

      • ContentPagesViewHolder

        public ContentPagesViewHolder​(android.view.View itemView)