ReadOnlyFixedFormatProperty
Boilerplate which avoids having to use generics. Instead of ReadOnlyProperty<FixedFormat>
, use ReadOnlyFixedFormatProperty
.
Inheritors
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<FixedFormat>, FixedFormat, FixedFormat) -> Unit): ChangeListener<FixedFormat, ObservableValue<FixedFormat>>
abstract fun addBindChangeListener(listener: ChangeListener<FixedFormat, ObservableValue<FixedFormat>>)
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<FixedFormat>, FixedFormat, FixedFormat) -> Unit): ChangeListener<FixedFormat, ObservableValue<FixedFormat>>
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<FixedFormat>, FixedFormat, FixedFormat) -> Unit): ChangeListener<FixedFormat, ObservableValue<FixedFormat>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun removeChangeListener(listener: ChangeListener<FixedFormat, ObservableValue<FixedFormat>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard