InputSpinner
class InputSpinner(key: String? = null, func: InputSpinner.() -> Unit) : Input
Content copied to clipboard
Input of the type Spinner.
Constructors
Functions
Link copied to clipboard
Set a listener which returns the new value when it changed.
Link copied to clipboard
Set a drawable.
Link copied to clipboard
Invoke the result listener which returns the input value.
Link copied to clipboard
Set the text when no item is selected.
Link copied to clipboard
Set the SpinnerOption's to to be displayed.
Set the options with a list of StringRes.
Set the options with a list of Strings.
Link copied to clipboard
Set a listener which returns the final value when the user clicks the positive button.