SimpleLongProperty

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

Boilerplate which avoids having to use generics. Instead of SimpleProperty<Long>, we can use SimpleLongProperty.

Constructors

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