SimpleOptionalNodeProperty

open class SimpleOptionalNodeProperty(initialValue: Node?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Node?> , OptionalNodeProperty

Boilerplate which avoids having to use generics.

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

Constructors

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