SimpleOptionalImageProperty

open class SimpleOptionalImageProperty(initialValue: Image?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Image?> , OptionalImageProperty

Boilerplate which avoids having to use generics.

Similar to SimpleImageProperty, but the value can also be null.

Constructors

Link copied to clipboard
constructor(initialValue: Image?, bean: Any? = null, beanName: String? = null)