DefaultSelectable

class DefaultSelectable(initialSelected: Boolean) : Selectable

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
open override var isSelected: Boolean
selectedProperty
Link copied to clipboard
common
open override val selectedProperty: Property<Boolean>
A Property that wraps the isSelected and offers data binding and observability features.

Sources

(source)
Link copied to clipboard