StylableOptionalImageProperty
class StylableOptionalImageProperty(initialValue: Image?, bean: Any? = null, beanName: String? = null) : SimpleStylableProperty<Image?> , OptionalImageProperty
Boilerplate which avoids having to use generics.
A subclass of SimpleOptionalImageProperty, 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
Link copied to clipboard
fun ObservableOptionalImage.asObservableImageView(): OptionalNodeUnaryFunction<Image?, ObservableOptionalImage>
fun ObservableOptionalImage.asObservableImageView(tint: Color): OptionalNodeUnaryFunction<Image?, ObservableOptionalImage>
A Property function which converts an Image to an ImageView
Link copied to clipboard
Returns a read-only view of this mutable OptionalImageProperty. 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
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