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 --- api/pl.treksoft.kvision.core/-widget/index.html | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'api/pl.treksoft.kvision.core/-widget/index.html') diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index 8249776f..30f392af 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -39,6 +39,13 @@ +

eventTarget

+ + +var eventTarget: Widget? + + +

id

@@ -73,6 +80,13 @@ +

surroundingSpan

+ + +var surroundingSpan: Boolean + + +

title

@@ -659,6 +673,13 @@ +

dispatchEvent

+ + +open fun dispatchEvent(type: String, eventInitDict: CustomEventInit): Boolean? + + +

getElement

@@ -856,6 +877,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> +

Companion Object Functions

-- cgit