Class IndexViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.cheetahdigital.members.ui.list.IndexViewHolder
-
public class IndexViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolder
ViewHolder for the side alphanumeric index for this list
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.TextView
textView
-
Constructor Summary
Constructors Constructor Description IndexViewHolder(android.view.View itemView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bind(Member member)
Populates the views using theMember
passed
-