SimpleIndentationProperty

open class SimpleIndentationProperty(initialValue: Indentation, bean: Any? = null, beanName: String? = null) : SimpleProperty<Indentation> , IndentationProperty

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

Constructors

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