ReadOnlyOptionalFixedFormatPropertyWrapper
class ReadOnlyOptionalFixedFormatPropertyWrapper(wraps: OptionalFixedFormatProperty) : ReadOnlyPropertyWrapper<FixedFormat?, Property<FixedFormat?>> , ReadOnlyOptionalFixedFormatProperty
Boilerplate which avoids having to use generics.
Similar to ReadOnlyFixedFormatPropertyWrapper, but the value can also be null
.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<FixedFormat?>, FixedFormat?, FixedFormat?) -> Unit): ChangeListener<FixedFormat?, ObservableValue<FixedFormat?>>
open override 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?>>
open override 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
open override fun removeChangeListener(listener: ChangeListener<FixedFormat?, ObservableValue<FixedFormat?>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard