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 --- api/pl.treksoft.kvision.html/-button/index.html | 31 +++++++++++++------ .../-canvas/after-insert.html | 16 ---------- api/pl.treksoft.kvision.html/-canvas/index.html | 35 +++++++++++++++------- api/pl.treksoft.kvision.html/-iframe/index.html | 31 +++++++++++++------ api/pl.treksoft.kvision.html/-image/index.html | 31 +++++++++++++------ 5 files changed, 90 insertions(+), 54 deletions(-) delete mode 100644 api/pl.treksoft.kvision.html/-canvas/after-insert.html (limited to 'api/pl.treksoft.kvision.html') diff --git a/api/pl.treksoft.kvision.html/-button/index.html b/api/pl.treksoft.kvision.html/-button/index.html index 788848ee..b8224c03 100644 --- a/api/pl.treksoft.kvision.html/-button/index.html +++ b/api/pl.treksoft.kvision.html/-button/index.html @@ -191,6 +191,20 @@

Visibility state of the current component.

+ + +

vnkey

+ + +var vnkey: String? + + + +

vnode

+ + +var vnode: VNode? +

Functions

@@ -288,15 +302,6 @@ -

afterPostpatch

- - -open fun afterPostpatch(node: VNode): Unit -

Method called after updating Snabbdom vnode.

- - - -

clearDragDropData

@@ -421,6 +426,14 @@ +

refreshOnUpdate

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

removeCssClass

diff --git a/api/pl.treksoft.kvision.html/-canvas/after-insert.html b/api/pl.treksoft.kvision.html/-canvas/after-insert.html deleted file mode 100644 index 24af2f0d..00000000 --- a/api/pl.treksoft.kvision.html/-canvas/after-insert.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -Canvas.afterInsert - kvision - - - -kvision / pl.treksoft.kvision.html / Canvas / afterInsert
-
-

afterInsert

- -protected open fun afterInsert(node: VNode): Unit -

Overrides Widget.afterInsert

-

Method called after inserting Snabbdom vnode into the DOM.

- - diff --git a/api/pl.treksoft.kvision.html/-canvas/index.html b/api/pl.treksoft.kvision.html/-canvas/index.html index 9bde9f8f..7b3b70a9 100644 --- a/api/pl.treksoft.kvision.html/-canvas/index.html +++ b/api/pl.treksoft.kvision.html/-canvas/index.html @@ -146,20 +146,25 @@

Visibility state of the current component.

- - -

Functions

- - + + + + + +
-

afterInsert

+

vnkey

-open fun afterInsert(node: VNode): Unit -

Method called after inserting Snabbdom vnode into the DOM.

+var vnkey: String?
+

vnode

+var vnode: VNode?
+

Functions

+ + @@ -367,6 +372,14 @@ + + + + + + + + + + + +

getSnAttrs

@@ -225,11 +230,11 @@
-

afterPostpatch

+

afterInsert

-open fun afterPostpatch(node: VNode): Unit -

Method called after updating Snabbdom vnode.

+open fun afterInsert(node: VNode): Unit +

Method called after inserting Snabbdom vnode into the DOM.

+

refreshOnUpdate

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

removeCssClass

diff --git a/api/pl.treksoft.kvision.html/-iframe/index.html b/api/pl.treksoft.kvision.html/-iframe/index.html index 206f2e40..7c441582 100644 --- a/api/pl.treksoft.kvision.html/-iframe/index.html +++ b/api/pl.treksoft.kvision.html/-iframe/index.html @@ -182,6 +182,20 @@

Visibility state of the current component.

+

vnkey

+
+var vnkey: String?
+

vnode

+
+var vnode: VNode?

Functions

@@ -270,15 +284,6 @@ -

afterPostpatch

- - -open fun afterPostpatch(node: VNode): Unit -

Method called after updating Snabbdom vnode.

- - - -

clearDragDropData

@@ -412,6 +417,14 @@ +

refreshOnUpdate

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

removeCssClass

diff --git a/api/pl.treksoft.kvision.html/-image/index.html b/api/pl.treksoft.kvision.html/-image/index.html index df1bdd84..7345c1c3 100644 --- a/api/pl.treksoft.kvision.html/-image/index.html +++ b/api/pl.treksoft.kvision.html/-image/index.html @@ -164,6 +164,20 @@

Visibility state of the current component.

+ + +

vnkey

+ + +var vnkey: String? + + + +

vnode

+ + +var vnode: VNode? +

Functions

@@ -252,15 +266,6 @@ -

afterPostpatch

- - -open fun afterPostpatch(node: VNode): Unit -

Method called after updating Snabbdom vnode.

- - - -

clearDragDropData

@@ -385,6 +390,14 @@ +

refreshOnUpdate

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

removeCssClass

-- cgit