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 --- .../-widget/dispatch-event.html | 14 +++++++++++ .../-widget/event-target.html | 14 +++++++++++ api/pl.treksoft.kvision.core/-widget/index.html | 29 ++++++++++++++++++++++ .../-widget/surrounding-span.html | 14 +++++++++++ 4 files changed, 71 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-widget/dispatch-event.html create mode 100644 api/pl.treksoft.kvision.core/-widget/event-target.html create mode 100644 api/pl.treksoft.kvision.core/-widget/surrounding-span.html (limited to 'api/pl.treksoft.kvision.core/-widget') diff --git a/api/pl.treksoft.kvision.core/-widget/dispatch-event.html b/api/pl.treksoft.kvision.core/-widget/dispatch-event.html new file mode 100644 index 00000000..2f0cdf19 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/dispatch-event.html @@ -0,0 +1,14 @@ + + + +Widget.dispatchEvent - kvision + + + +kvision / pl.treksoft.kvision.core / Widget / dispatchEvent
+
+

dispatchEvent

+ +protected open fun dispatchEvent(type: String, eventInitDict: CustomEventInit): Boolean? + + diff --git a/api/pl.treksoft.kvision.core/-widget/event-target.html b/api/pl.treksoft.kvision.core/-widget/event-target.html new file mode 100644 index 00000000..df803991 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/event-target.html @@ -0,0 +1,14 @@ + + + +Widget.eventTarget - kvision + + + +kvision / pl.treksoft.kvision.core / Widget / eventTarget
+
+

eventTarget

+ +var eventTarget: Widget? + + 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

diff --git a/api/pl.treksoft.kvision.core/-widget/surrounding-span.html b/api/pl.treksoft.kvision.core/-widget/surrounding-span.html new file mode 100644 index 00000000..ba10975e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/surrounding-span.html @@ -0,0 +1,14 @@ + + + +Widget.surroundingSpan - kvision + + + +kvision / pl.treksoft.kvision.core / Widget / surroundingSpan
+
+

surroundingSpan

+ +protected var surroundingSpan: Boolean + + -- cgit