SimpleOptionalContentDisplayProperty
open class SimpleOptionalContentDisplayProperty(initialValue: ContentDisplay?, bean: Any? = null, beanName: String? = null) : SimpleProperty<ContentDisplay?> , OptionalContentDisplayProperty
Boilerplate which avoids having to use generics.
Similar to SimpleContentDisplayProperty, but the value can also be null
.