SimpleContentDisplayProperty

open class SimpleContentDisplayProperty(initialValue: ContentDisplay, bean: Any? = null, beanName: String? = null) : SimpleProperty<ContentDisplay> , ContentDisplayProperty

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

Constructors

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