Class ChoiceViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.cheetahdigital.challenges.ui.responses.multiquestion.multichoice.ChoiceViewHolder
-
- Direct Known Subclasses:
OtherViewHolder
public class ChoiceViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolder
TheRecyclerView.ViewHolder
class forMultiChoiceQuestionFragment
-
-
Field Summary
Fields Modifier and Type Field Description SDKCheckedTextView
mMultiChoiceView
-
Constructor Summary
Constructors Constructor Description ChoiceViewHolder(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 theOption
to theChoiceViewHolder
-
-
-
Field Detail
-
mMultiChoiceView
public SDKCheckedTextView mMultiChoiceView
-
-
Method Detail
-
bind
public void bind(Option option)
Method to bind and display theOption
to theChoiceViewHolder
- Parameters:
option
-Option
to display
-
-