From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- api/pl.treksoft.kvision.core/-widget/index.html | 34 ++++++++++++---------- .../-widget/strict-d-o-m.html | 21 ------------- api/pl.treksoft.kvision.core/-widget/vnkey.html | 14 --------- 3 files changed, 18 insertions(+), 51 deletions(-) delete mode 100644 api/pl.treksoft.kvision.core/-widget/strict-d-o-m.html delete mode 100644 api/pl.treksoft.kvision.core/-widget/vnkey.html (limited to 'api/pl.treksoft.kvision.core/-widget') diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index ae49be9f..96f66046 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -106,15 +106,6 @@ -

strictDOM

- - -var strictDOM: Boolean -

Determines if the current widget is strictly bound to the DOM.

- - - -

surroundingSpan

@@ -147,13 +138,6 @@ -

vnkey

- - -var vnkey: String? - - -

vnode

@@ -1205,6 +1189,24 @@ +

MaximizeIcon

+ + +open class MaximizeIcon : Widget +

Helper class for maximize icon component.

+ + + + +

MinimizeIcon

+ + +open class MinimizeIcon : Widget +

Helper class for minimize icon component.

+ + + +

SelectOption

diff --git a/api/pl.treksoft.kvision.core/-widget/strict-d-o-m.html b/api/pl.treksoft.kvision.core/-widget/strict-d-o-m.html deleted file mode 100644 index da9715a0..00000000 --- a/api/pl.treksoft.kvision.core/-widget/strict-d-o-m.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -Widget.strictDOM - kvision - - - -kvision / pl.treksoft.kvision.core / Widget / strictDOM
-
-

strictDOM

- -var strictDOM: Boolean -

Determines if the current widget is strictly bound to the DOM.

-

Getter
-

Determines if the current widget is strictly bound to the DOM.

-

-

Setter
-

Determines if the current widget is strictly bound to the DOM.

-

- - diff --git a/api/pl.treksoft.kvision.core/-widget/vnkey.html b/api/pl.treksoft.kvision.core/-widget/vnkey.html deleted file mode 100644 index 72c1282f..00000000 --- a/api/pl.treksoft.kvision.core/-widget/vnkey.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -Widget.vnkey - kvision - - - -kvision / pl.treksoft.kvision.core / Widget / vnkey
-
-

vnkey

- -protected var vnkey: String? - - -- cgit