ReadOnlyImagePropertyWrapper
class ReadOnlyImagePropertyWrapper(wraps: ImageProperty) : ReadOnlyPropertyWrapper<Image, Property<Image>> , ReadOnlyImageProperty
Never use this class directly. Use ImageProperty.asReadOnly to obtain a read-only version of a mutable ImageProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Image, Property<Image>>
, use ReadOnlyImagePropertyWrapper
.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Image>, Image, Image) -> Unit): ChangeListener<Image, ObservableValue<Image>>
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Image>, Image, Image) -> Unit): ChangeListener<Image, ObservableValue<Image>>
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Image>, Image, Image) -> Unit): ChangeListener<Image, ObservableValue<Image>>
Link copied to clipboard
Link copied to clipboard
A Property function which converts an Image to an ImageView
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