From a70acf853de62d0754ca95aa4103712b82afdef8 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 17 Oct 2018 18:40:15 +0200 Subject: API Documentation for KVision 0.0.18 --- .../-styled-component/index.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (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 f9dcb89a..47d48f08 100644 --- a/api/pl.treksoft.kvision.core/-styled-component/index.html +++ b/api/pl.treksoft.kvision.core/-styled-component/index.html @@ -10,6 +10,25 @@

StyledComponent

abstract class StyledComponent : Component

Base class for components supporting CSS styling.

+

Types

+ + + + + + + + + + + +
+

RefreshDelegate

+
+inner class RefreshDelegate<T>
+

RefreshDelegateProvider

+
+inner class RefreshDelegateProvider<T>

Constructors

@@ -559,6 +578,14 @@

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

+ + + +
+

refreshOnUpdate

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

Inherited Functions

-- cgit