ReadOnlyOptionalFixedFormatProperty
interface ReadOnlyOptionalFixedFormatProperty : ObservableOptionalFixedFormat, ReadOnlyProperty<FixedFormat?>
Boilerplate which avoids having to use generics.
Similar to ReadOnlyFixedFormatProperty, but the value can also be null
.
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?>>
abstract fun addChangeListener(listener: 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