SimpleOptionalTextPositionProperty

open class SimpleOptionalTextPositionProperty(initialValue: TextPosition?, bean: Any? = null, beanName: String? = null) : SimpleProperty<TextPosition?> , OptionalTextPositionProperty

Boilerplate which avoids having to use generics.

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

Constructors

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