CanBeDisabled

interface CanBeDisabled : Disablable

Represents an object which supports the notion of disabling. In the case of a component this means that when it is disabled it can't be interacted with (click, press, etc).

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

disabledProperty
Link copied to clipboard
common
abstract override val disabledProperty: Property<Boolean>
isDisabled
Link copied to clipboard
common
abstract override var isDisabled: Boolean

Inheritors

ComponentProperties
Link copied to clipboard
DefaultCanBeDisabled
Link copied to clipboard

Extensions

isEnabled
Link copied to clipboard
common
var CanBeDisabled.isEnabled: Boolean
onDisabledChanged
Link copied to clipboard
common
fun CanBeDisabled.onDisabledChanged(fn: (ObservableValueChanged<Boolean>) -> Unit): Subscription

Sources

(source)
Link copied to clipboard