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.ViewHolderThe 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.TextViewmContentPageLabel 
- 
Constructor Summary
Constructors Constructor Description ContentPagesViewHolder(android.view.View itemView) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(ContentPage contentPage)Binds aContentPageto the views on this viewholder 
 - 
 
- 
- 
Method Detail
- 
bind
public void bind(ContentPage contentPage)
Binds aContentPageto the views on this viewholder- Parameters:
 contentPage- instance ofContentPage
 
 - 
 
 -