ReadOnlyFontStylePropertyWrapper
class ReadOnlyFontStylePropertyWrapper(wraps: FontStyleProperty) : ReadOnlyPropertyWrapper<FontStyle, Property<FontStyle>> , ReadOnlyFontStyleProperty
Never use this class directly. Use FontStyleProperty.asReadOnly to obtain a read-only version of a mutable FontStyleProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<FontStyle, Property<FontStyle>>
, use ReadOnlyFontStylePropertyWrapper
.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<FontStyle>, FontStyle, FontStyle) -> Unit): ChangeListener<FontStyle, ObservableValue<FontStyle>>
open override fun addBindChangeListener(listener: ChangeListener<FontStyle, ObservableValue<FontStyle>>)
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<FontStyle>, FontStyle, FontStyle) -> Unit): ChangeListener<FontStyle, ObservableValue<FontStyle>>
open override fun addChangeListener(listener: ChangeListener<FontStyle, ObservableValue<FontStyle>>)
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<FontStyle>, FontStyle, FontStyle) -> Unit): ChangeListener<FontStyle, ObservableValue<FontStyle>>
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<FontStyle, ObservableValue<FontStyle>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard