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 --- .../-abstract-text-input/after-postpatch.html | 16 ----------- .../-abstract-text-input/index.html | 31 +++++++++++++++------- .../-rich-text-input/index.html | 9 ------- .../-text-area-input/index.html | 9 ------- .../-text-input/index.html | 9 ------- 5 files changed, 22 insertions(+), 52 deletions(-) delete mode 100644 api/pl.treksoft.kvision.form.text/-abstract-text-input/after-postpatch.html (limited to 'api/pl.treksoft.kvision.form.text') diff --git a/api/pl.treksoft.kvision.form.text/-abstract-text-input/after-postpatch.html b/api/pl.treksoft.kvision.form.text/-abstract-text-input/after-postpatch.html deleted file mode 100644 index eb1f1c60..00000000 --- a/api/pl.treksoft.kvision.form.text/-abstract-text-input/after-postpatch.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -AbstractTextInput.afterPostpatch - kvision - - - -kvision / pl.treksoft.kvision.form.text / AbstractTextInput / afterPostpatch
-
-

afterPostpatch

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

Overrides Widget.afterPostpatch

-

Method called after updating Snabbdom vnode.

- - diff --git a/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html b/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html index 19d38e8a..49be8abc 100644 --- a/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html +++ b/api/pl.treksoft.kvision.form.text/-abstract-text-input/index.html @@ -200,6 +200,20 @@

Visibility state of the current component.

+ + +

vnkey

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

vnode

+ + +var vnode: VNode? +

Functions

@@ -216,15 +230,6 @@ -

afterPostpatch

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

Method called after updating Snabbdom vnode.

- - - -

blur

@@ -430,6 +435,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.form.text/-rich-text-input/index.html b/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html index 0b5e34c0..999cbbed 100644 --- a/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html +++ b/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html @@ -154,15 +154,6 @@ -

afterPostpatch

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

Method called after updating Snabbdom vnode.

- - - -

blur

diff --git a/api/pl.treksoft.kvision.form.text/-text-area-input/index.html b/api/pl.treksoft.kvision.form.text/-text-area-input/index.html index 9c860609..83eac4a8 100644 --- a/api/pl.treksoft.kvision.form.text/-text-area-input/index.html +++ b/api/pl.treksoft.kvision.form.text/-text-area-input/index.html @@ -177,15 +177,6 @@ -

afterPostpatch

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

Method called after updating Snabbdom vnode.

- - - -

blur

diff --git a/api/pl.treksoft.kvision.form.text/-text-input/index.html b/api/pl.treksoft.kvision.form.text/-text-input/index.html index 0dd9e023..f39db4f7 100644 --- a/api/pl.treksoft.kvision.form.text/-text-input/index.html +++ b/api/pl.treksoft.kvision.form.text/-text-input/index.html @@ -168,15 +168,6 @@ -

afterPostpatch

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

Method called after updating Snabbdom vnode.

- - - -

blur

-- cgit