Constructors

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

Properties

Link copied to clipboard
open override var value: V

Functions

Link copied to clipboard
open override fun revert()
Link copied to clipboard
open override fun style(newValue: Any)

A type UNSAFE way to set the value by te Theme. If newValue is the wrong type, an ClassCastException will be thrown.