SimpleOptionalLongProperty

open class SimpleOptionalLongProperty(initialValue: Long?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Long?> , OptionalLongProperty

Boilerplate which avoids having to use generics.

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

Constructors

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