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