Interface | Description |
---|---|
ColorPickerInput.Callback<T> |
The callback for this input, used to get/set values from/to the corresponding model object field
|
DatePickerInput.Callback<T> |
The callback for this input, used to get/set values from/to the corresponding model object field
|
EditTextInput.Callback<T> |
The callback for this input, used to get/set values from/to the corresponding model object field
|
EditTextInput.CallbackExtended<T> |
Extended callback that has additional methods to manage the input
|
SelectDialogInput.Callback<T> |
The callback for this input, used to get/set values from/to the corresponding model object field
|
SelectDialogInput.CallbackExtended<T> |
Extended callback that has additional methods to manage the input
|
SwitchInput.Callback<T> |
The callback for this input, used to get/set values from/to the corresponding model object field
|
Class | Description |
---|---|
AbstractInput<T> |
Represents an abstract form input.
|
ColorPickerInput<T> |
Form input for a
ColorPickerDialog created on a ImageButton click |
DatePickerInput<T> |
Form input for a
DatePickerDialog created on a EditText click |
EditTextInput<T> |
Form input for a
EditText |
SelectDialogInput<T> |
Form input for a
SelectDialog created on a EditText click |
SwitchInput<T> |
Form input for a
Switch |