InputButtonToggleGroup
class InputButtonToggleGroup(key: String? = null, func: InputButtonToggleGroup.() -> Unit) : Input
Content copied to clipboard
Input of the type ButtonToggleGroup.
Constructors
Link copied to clipboard
fun InputButtonToggleGroup(key: String? = null, func: InputButtonToggleGroup.() -> Unit)
Content copied to clipboard
Functions
Link copied to clipboard
Set a listener that returns at change the new index.
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 options to be displays as buttons of the ButtonToggleGroup.
Link copied to clipboard
Set a listener that returns the final index when the user clicks the positive button.