SimpleOptionalEdgesProperty

open class SimpleOptionalEdgesProperty(initialValue: Edges?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Edges?> , OptionalEdgesProperty

Boilerplate which avoids having to use generics.

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

Constructors

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