StylableContentDisplayProperty
class StylableContentDisplayProperty(initialValue: ContentDisplay, bean: Any? = null, beanName: String? = null) : SimpleStylableProperty<ContentDisplay> , ContentDisplayProperty
Boilerplate which avoids having to use generics.
A subclass of SimpleContentDisplayProperty, which also stores the pre-styled value, so that if the style is removed, then the pre-styled value can be reinstated.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<ContentDisplay>, ContentDisplay, ContentDisplay) -> Unit): ChangeListener<ContentDisplay, ObservableValue<ContentDisplay>>
open override fun addBindChangeListener(listener: ChangeListener<ContentDisplay, ObservableValue<ContentDisplay>>)
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<ContentDisplay>, ContentDisplay, ContentDisplay) -> Unit): ChangeListener<ContentDisplay, ObservableValue<ContentDisplay>>
open override fun addChangeListener(listener: ChangeListener<ContentDisplay, ObservableValue<ContentDisplay>>)
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<ContentDisplay>, ContentDisplay, ContentDisplay) -> Unit): ChangeListener<ContentDisplay, ObservableValue<ContentDisplay>>
Link copied to clipboard
Link copied to clipboard
Returns a read-only view of this mutable ContentDisplayProperty. Typical usage :
Link copied to clipboard
open override fun <B> bidirectionalBind(other: Property<B>, converter: Converter<ContentDisplay, B>): BidirectionalBind
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
Link copied to clipboard
Link copied to clipboard
open override fun removeChangeListener(listener: ChangeListener<ContentDisplay, ObservableValue<ContentDisplay>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A type UNSAFE way to set the value by te Theme. If newValue is the wrong type, an ClassCastException will be thrown.
Link copied to clipboard