From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- .../-refresh-delegate-provider/-init-.html | 14 ------- .../-refresh-delegate-provider/index.html | 37 ------------------ .../provide-delegate.html | 14 ------- .../-refresh-delegate/-init-.html | 14 ------- .../-refresh-delegate/get-value.html | 14 ------- .../-styled-component/-refresh-delegate/index.html | 44 ---------------------- .../-refresh-delegate/set-value.html | 14 ------- .../-styled-component/get-cache-key.html | 14 +++++++ .../-styled-component/index.html | 32 +++------------- .../-styled-component/refresh-on-update.html | 16 -------- 10 files changed, 20 insertions(+), 193 deletions(-) delete mode 100644 api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/-init-.html delete mode 100644 api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/index.html delete mode 100644 api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/provide-delegate.html delete mode 100644 api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/-init-.html delete mode 100644 api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/get-value.html delete mode 100644 api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/index.html delete mode 100644 api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/set-value.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/get-cache-key.html delete mode 100644 api/pl.treksoft.kvision.core/-styled-component/refresh-on-update.html (limited to 'api/pl.treksoft.kvision.core/-styled-component') diff --git a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/-init-.html b/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/-init-.html deleted file mode 100644 index ad8a84f1..00000000 --- a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/-init-.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -StyledComponent.RefreshDelegateProvider.<init> - kvision - - - -kvision / pl.treksoft.kvision.core / StyledComponent / RefreshDelegateProvider / <init>
-
-

<init>

- -RefreshDelegateProvider(initialValue: T?, refreshFunction: (T) -> Unit) - - diff --git a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/index.html b/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/index.html deleted file mode 100644 index 3faf26b0..00000000 --- a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -StyledComponent.RefreshDelegateProvider - kvision - - - -kvision / pl.treksoft.kvision.core / StyledComponent / RefreshDelegateProvider
-
-

RefreshDelegateProvider

-protected inner class RefreshDelegateProvider<T> -

Constructors

- - - - - - - -
-

<init>

-
-RefreshDelegateProvider(initialValue: T?, refreshFunction: (T) -> Unit)
-

Functions

- - - - - - - -
-

provideDelegate

-
-operator fun provideDelegate(thisRef: Any?, prop: KProperty<*>): StyledComponent.RefreshDelegate<T>
- - diff --git a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/provide-delegate.html b/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/provide-delegate.html deleted file mode 100644 index b6db894d..00000000 --- a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate-provider/provide-delegate.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -StyledComponent.RefreshDelegateProvider.provideDelegate - kvision - - - -kvision / pl.treksoft.kvision.core / StyledComponent / RefreshDelegateProvider / provideDelegate
-
-

provideDelegate

- -operator fun provideDelegate(thisRef: Any?, prop: KProperty<*>): StyledComponent.RefreshDelegate<T> - - diff --git a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/-init-.html b/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/-init-.html deleted file mode 100644 index 6664bcca..00000000 --- a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/-init-.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -StyledComponent.RefreshDelegate.<init> - kvision - - - -kvision / pl.treksoft.kvision.core / StyledComponent / RefreshDelegate / <init>
-
-

<init>

- -RefreshDelegate(refreshFunction: (T) -> Unit) - - diff --git a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/get-value.html b/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/get-value.html deleted file mode 100644 index f86e30fb..00000000 --- a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/get-value.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -StyledComponent.RefreshDelegate.getValue - kvision - - - -kvision / pl.treksoft.kvision.core / StyledComponent / RefreshDelegate / getValue
-
-

getValue

- -operator fun getValue(thisRef: StyledComponent, property: KProperty<*>): T - - diff --git a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/index.html b/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/index.html deleted file mode 100644 index a58740f7..00000000 --- a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/index.html +++ /dev/null @@ -1,44 +0,0 @@ - - - -StyledComponent.RefreshDelegate - kvision - - - -kvision / pl.treksoft.kvision.core / StyledComponent / 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
- - diff --git a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/set-value.html b/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/set-value.html deleted file mode 100644 index 0769f37f..00000000 --- a/api/pl.treksoft.kvision.core/-styled-component/-refresh-delegate/set-value.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -StyledComponent.RefreshDelegate.setValue - kvision - - - -kvision / pl.treksoft.kvision.core / StyledComponent / RefreshDelegate / setValue
-
-

setValue

- -operator fun setValue(thisRef: StyledComponent, property: KProperty<*>, value: T): Unit - - diff --git a/api/pl.treksoft.kvision.core/-styled-component/get-cache-key.html b/api/pl.treksoft.kvision.core/-styled-component/get-cache-key.html new file mode 100644 index 00000000..f390126d --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/get-cache-key.html @@ -0,0 +1,14 @@ + + + +StyledComponent.getCacheKey - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / getCacheKey
+
+

getCacheKey

+ +protected open fun getCacheKey(): String + + diff --git a/api/pl.treksoft.kvision.core/-styled-component/index.html b/api/pl.treksoft.kvision.core/-styled-component/index.html index 75b76eec..70940517 100644 --- a/api/pl.treksoft.kvision.core/-styled-component/index.html +++ b/api/pl.treksoft.kvision.core/-styled-component/index.html @@ -10,25 +10,6 @@

StyledComponent

abstract class StyledComponent : Component

Base class for components supporting CSS styling.

-

Types

- - - - - - - - - - - -
-

RefreshDelegate

-
-inner class RefreshDelegate<T>
-

RefreshDelegateProvider

-
-inner class RefreshDelegateProvider<T>

Constructors

@@ -598,20 +579,19 @@ +open fun getCacheKey(): String +open fun getSnStyle(): List<StringPair> +

Returns the list of String pairs defining CSS style attributes and their values.

+
-

getSnStyle

+

getCacheKey

-open fun getSnStyle(): List<StringPair> -

Returns the list of String pairs defining CSS style attributes and their values.

-
-

refreshOnUpdate

+

getSnStyle

-fun <T> refreshOnUpdate(refreshFunction: (T) -> Unit = { this.refresh() }): StyledComponent.RefreshDelegateProvider<T>
-fun <T> refreshOnUpdate(initialValue: T, refreshFunction: (T) -> Unit = { this.refresh() }): StyledComponent.RefreshDelegateProvider<T>
diff --git a/api/pl.treksoft.kvision.core/-styled-component/refresh-on-update.html b/api/pl.treksoft.kvision.core/-styled-component/refresh-on-update.html deleted file mode 100644 index b8863ff3..00000000 --- a/api/pl.treksoft.kvision.core/-styled-component/refresh-on-update.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -StyledComponent.refreshOnUpdate - kvision - - - -kvision / pl.treksoft.kvision.core / StyledComponent / refreshOnUpdate
-
-

refreshOnUpdate

- -protected fun <T> refreshOnUpdate(refreshFunction: (T) -> Unit = { this.refresh() }): StyledComponent.RefreshDelegateProvider<T>
- -protected fun <T> refreshOnUpdate(initialValue: T, refreshFunction: (T) -> Unit = { this.refresh() }): StyledComponent.RefreshDelegateProvider<T> - - -- cgit