SimpleOptionalTooltipProperty

open class SimpleOptionalTooltipProperty(initialValue: Tooltip?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Tooltip?> , OptionalTooltipProperty

Boilerplate which avoids having to use generics.

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

Constructors

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