Class 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  
      • Fields inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder

        itemView
    • 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 the Member passed
      • 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

      • textView

        public android.widget.TextView textView
    • Constructor Detail

      • IndexViewHolder

        public IndexViewHolder​(android.view.View itemView)
    • Method Detail

      • bind

        public void bind​(Member member)
        Populates the views using the Member passed
        Parameters:
        member - Member to use