ImageProperty
Boilerplate which avoids having to use generics. Instead of Property<Image>
, use ImageProperty
.
Inheritors
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
Returns a read-only view of this mutable ImageProperty. Typical usage :
Link copied to clipboard
open fun <B> bidirectionalBind(other: Property<B>, converter: Converter<Image, 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
Link copied to clipboard
Link copied to clipboard