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 --- .../-styled-component/index.html | 32 ++++------------------ 1 file changed, 6 insertions(+), 26 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-styled-component/index.html') 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>
-- cgit