AttributeDelegate

class AttributeDelegate(attributeName: String)

Constructors

Link copied to clipboard
constructor(attributeName: String)

Functions

Link copied to clipboard
operator fun getValue(thisRef: Widget, property: KProperty<*>): String?
Link copied to clipboard
operator fun setValue(thisRef: Widget, property: KProperty<*>, value: String?)