Class ContentPagesViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.cheetahdigital.content.ui.contentpage.list.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
-
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 aContentPage
to the views on this viewholder
-
-
-
Method Detail
-
bind
public void bind(ContentPage contentPage)
Binds aContentPage
to the views on this viewholder- Parameters:
contentPage
- instance ofContentPage
-
-