public class RadioButtonBooleanAdapter extends java.lang.Object implements ViewDataAdapter<android.widget.RadioButton,java.lang.Boolean>
Boolean value from a RadioButton.| Constructor and Description |
|---|
RadioButtonBooleanAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getData(android.widget.RadioButton radioButton)
Extract and return the appropriate data from a given
View. |
public java.lang.Boolean getData(android.widget.RadioButton radioButton)
ViewDataAdapterView.getData in interface ViewDataAdapter<android.widget.RadioButton,java.lang.Boolean>radioButton - The View from which contains the data that we are
interested in.