SimpleOptionalCharProperty

open class SimpleOptionalCharProperty(initialValue: Char?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Char?> , OptionalCharProperty

Boilerplate which avoids having to use generics.

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

Constructors

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