From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-widget/-refresh-delegate/-init-.html | 4 ++-- .../-widget/-refresh-delegate/get-value.html | 4 ++-- .../-widget/-refresh-delegate/index.html | 17 ++++++++++------- .../-widget/-refresh-delegate/set-value.html | 4 ++-- 4 files changed, 16 insertions(+), 13 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-widget/-refresh-delegate') diff --git a/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/-init-.html b/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/-init-.html index ffe56f3b..32f397ec 100644 --- a/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/-init-.html +++ b/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/-init-.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / Widget / RefreshDelegate / <init>

<init>

- -RefreshDelegate(refreshFunction: (T) -> Unit) +(js) +RefreshDelegate(refreshFunction: (T) -> Unit) diff --git a/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/get-value.html b/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/get-value.html index ab2b6578..a435337b 100644 --- a/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/get-value.html +++ b/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/get-value.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / Widget / RefreshDelegate / getValue

getValue

- -operator fun getValue(thisRef: StyledComponent, property: KProperty<*>): T +(js) +operator fun getValue(thisRef: StyledComponent, property: KProperty<*>): T diff --git a/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/index.html b/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/index.html index 0aa1544f..bf4d2967 100644 --- a/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/index.html +++ b/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/index.html @@ -8,16 +8,17 @@ kvision / pl.treksoft.kvision.core / Widget / RefreshDelegate

RefreshDelegate

-protected inner class RefreshDelegate<T> +(js) protected inner class RefreshDelegate<T>

Constructors

+RefreshDelegate(refreshFunction: (T) -> Unit)
-

<init>

+(js) +

<init>

-RefreshDelegate(refreshFunction: (T) -> Unit)
@@ -26,17 +27,19 @@ -

getValue

+(js) +

getValue

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

setValue

+(js) +

setValue

-operator fun setValue(thisRef: StyledComponent, property: KProperty<*>, value: T): Unit +operator fun setValue(thisRef: StyledComponent, property: KProperty<*>, value: T): Unit diff --git a/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/set-value.html b/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/set-value.html index 478219f2..9380bb0c 100644 --- a/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/set-value.html +++ b/api/pl.treksoft.kvision.core/-widget/-refresh-delegate/set-value.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / Widget / RefreshDelegate / setValue

setValue

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