StylableImageProperty
class StylableImageProperty(initialValue: Image, bean: Any? = null, beanName: String? = null) : SimpleStylableProperty<Image> , ImageProperty
Boilerplate which avoids having to use generics.
A subclass of SimpleImageProperty, 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<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 override 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
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