kvision / pl.treksoft.kvision.core / Widget / RefreshDelegate

RefreshDelegate

protected inner class RefreshDelegate<T>

Constructors

<init>

RefreshDelegate(refreshFunction: (T) -> Unit)

Functions

getValue

operator fun getValue(thisRef: StyledComponent, property: KProperty<*>): T

setValue

operator fun setValue(thisRef: StyledComponent, property: KProperty<*>, value: T): Unit