FixedFormatProperty

Boilerplate which avoids having to use generics. Instead of Property<FixedFormat>, use FixedFormatProperty.

Inheritors

Properties

Link copied to clipboard
abstract val bean: Any?
Link copied to clipboard
abstract val beanName: String?
Link copied to clipboard
abstract override var value: FixedFormat

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun addListener(listener: InvalidationListener)
Link copied to clipboard
Link copied to clipboard

Returns a read-only view of this mutable FixedFormatProperty. Typical usage :

Link copied to clipboard
Link copied to clipboard
abstract fun bidirectionalUnbind(other: Property<*>?)
Link copied to clipboard
open fun <T : FixedFormat> bindCastTo(bindTo: ObservableValue<T>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun getValue(thisRef: Any, kProperty: KProperty<*>): FixedFormat
Link copied to clipboard
abstract fun isBound(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun removeListener(listener: InvalidationListener)
Link copied to clipboard
open operator fun setValue(thisRef: Any, kProperty: KProperty<*>, newValue: FixedFormat)
Link copied to clipboard
Link copied to clipboard
abstract fun unbind()