Package com.maxkeppeler.sheets.input.type
Types
Link copied to clipboard
Listener that returns the new index.
Link copied to clipboard
Listener which returns the new value.
Link copied to clipboard
Listener that returns the new value.
Link copied to clipboard
typealias EditTextInputValidationListener = (value: CharSequence) -> ValidationResult
Content copied to clipboard
Listener that is invoked when the value changes and to which a custom validation logic can be executed.
Link copied to clipboard
class InputButtonToggleGroup(key: String? = null, func: InputButtonToggleGroup.() -> Unit) : Input
Content copied to clipboard
Input of the type ButtonToggleGroup.
Link copied to clipboard
class InputCheckBox(key: String? = null, func: InputCheckBox.() -> Unit) : Input
Content copied to clipboard
Input of the type Checkbox.
Link copied to clipboard
class InputCustom(key: String? = null, func: InputCustom.() -> Unit) : Input
Content copied to clipboard
Input of a unknown type displayed in a custom view.
Link copied to clipboard
Listener that is invoked when the data of the input changed.
Link copied to clipboard
Listener that is invoked when the view is ready.
Link copied to clipboard
class InputEditText(key: String? = null, func: InputEditText.() -> Unit) : Input
Content copied to clipboard
Input of the type EditText.
Link copied to clipboard
class InputRadioButtons(key: String? = null, func: InputRadioButtons.() -> Unit) : Input
Content copied to clipboard
Input of the type RadioButton.
Link copied to clipboard
class InputSeparator(key: String? = null, func: InputSeparator.() -> Unit? = null) : Input
Content copied to clipboard
Represents a separator view that can be used to create the visual effect that following inputs belong to a specific section.
Link copied to clipboard
class InputSwitch(key: String? = null, func: InputSwitch.() -> Unit) : Input
Content copied to clipboard
Input of the type Switch.
Link copied to clipboard
Listener which returns the new index.
Link copied to clipboard
Listener which returns the new value.