public static class MultipleChoiceOptionItem.ItemRow
extends java.lang.Object
MultipleChoiceOptionItem.| Constructor and Description |
|---|
ItemRow() |
| Modifier and Type | Method and Description |
|---|---|
android.widget.TextView |
getLabelView()
Gets the associated label
TextView. |
android.widget.CheckBox |
getSelectionView()
Gets the associated
CheckBox. |
MultipleChoiceOptionItem.ItemRow |
setLabelView(android.widget.TextView label)
Sets the associated label
TextView. |
MultipleChoiceOptionItem.ItemRow |
setSelectionView(android.widget.CheckBox checkBox)
Sets the associated
CheckBox. |
public android.widget.TextView getLabelView()
TextView.TextView of the label.public MultipleChoiceOptionItem.ItemRow setLabelView(android.widget.TextView label)
TextView.label - the TextView to set.public android.widget.CheckBox getSelectionView()
CheckBox.CheckBox.public MultipleChoiceOptionItem.ItemRow setSelectionView(android.widget.CheckBox checkBox)
CheckBox.checkBox - the CheckBox to set.