Selectable

interface Selectable

Represents an object that supports the notion of selection.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

isSelected
Link copied to clipboard
common
abstract var isSelected: Boolean
selectedProperty
Link copied to clipboard
common
abstract val selectedProperty: Property<Boolean>
A Property that wraps the isSelected and offers data binding and observability features.

Inheritors

CheckBox
Link copied to clipboard
RadioButton
Link copied to clipboard
ToggleButton
Link copied to clipboard
DefaultSelectable
Link copied to clipboard
DefaultCheckBox
Link copied to clipboard
DefaultRadioButton
Link copied to clipboard
DefaultToggleButton
Link copied to clipboard

Sources

(source)
Link copied to clipboard