ReadOnlyContentDisplayPropertyWrapper
class ReadOnlyContentDisplayPropertyWrapper(wraps: ContentDisplayProperty) : ReadOnlyPropertyWrapper<ContentDisplay, Property<ContentDisplay>> , ReadOnlyContentDisplayProperty
Never use this class directly. Use ContentDisplayProperty.asReadOnly to obtain a read-only version of a mutable ContentDisplayProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<ContentDisplay, Property<ContentDisplay>>
, use ReadOnlyContentDisplayPropertyWrapper
.
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
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