Class OtherViewHolder

    • Field Summary

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

        itemView
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bind​(Option option)
      Method to bind and display the Option to the ChoiceViewHolder
      • 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

      • mOtherEditText

        public android.widget.EditText mOtherEditText
    • Constructor Detail

      • OtherViewHolder

        public OtherViewHolder​(@NonNull
                               android.view.View itemView)