Class InterestViewHolder


  • public class InterestViewHolder
    extends androidx.recyclerview.widget.RecyclerView.ViewHolder
    View Holder for Interests
    • Field Summary

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

        itemView
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setInterestName​(java.lang.String text)
      Set the interestName
      • 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

      • interestName

        public android.widget.TextView interestName
    • Constructor Detail

      • InterestViewHolder

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

      • setInterestName

        public void setInterestName​(java.lang.String text)
        Set the interestName
        Parameters:
        text - value to set