public class RadioGroupBooleanAdapter extends java.lang.Object implements ViewDataAdapter<android.widget.RadioGroup,java.lang.Boolean>
Boolean value from a RadioGroup.| Constructor and Description |
|---|
RadioGroupBooleanAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getData(android.widget.RadioGroup radioGroup)
Extract and return the appropriate data from a given
View. |
public java.lang.Boolean getData(android.widget.RadioGroup radioGroup)
throws ConversionException
ViewDataAdapterView.getData in interface ViewDataAdapter<android.widget.RadioGroup,java.lang.Boolean>radioGroup - The View from which contains the data that we are
interested in.ConversionException - If the adapter is unable to convert the data to the expected
data type.