Class OtherViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.cheetahdigital.challenges.ui.responses.multiquestion.multichoice.ChoiceViewHolder
-
- com.cheetahdigital.challenges.ui.responses.multiquestion.multichoice.OtherViewHolder
-
public class OtherViewHolder extends ChoiceViewHolder
TheRecyclerView.ViewHolderclass forMultiChoiceQuestionFragment
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.EditTextmOtherEditText-
Fields inherited from class com.cheetahdigital.challenges.ui.responses.multiquestion.multichoice.ChoiceViewHolder
mMultiChoiceView
-
-
Constructor Summary
Constructors Constructor Description OtherViewHolder(android.view.View itemView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(Option option)Method to bind and display theOptionto theChoiceViewHolder
-
-
-
Method Detail
-
bind
public void bind(Option option)
Description copied from class:ChoiceViewHolderMethod to bind and display theOptionto theChoiceViewHolder- Overrides:
bindin classChoiceViewHolder- Parameters:
option-Optionto display
-
-