From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- .../-modal/clear-parent.html | 14 ++++++++++++++ api/pl.treksoft.kvision.modal/-modal/get-root.html | 14 ++++++++++++++ api/pl.treksoft.kvision.modal/-modal/index.html | 21 +++++++++++++++++++++ api/pl.treksoft.kvision.modal/-modal/parent.html | 16 ++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 api/pl.treksoft.kvision.modal/-modal/clear-parent.html create mode 100644 api/pl.treksoft.kvision.modal/-modal/get-root.html create mode 100644 api/pl.treksoft.kvision.modal/-modal/parent.html (limited to 'api/pl.treksoft.kvision.modal/-modal') diff --git a/api/pl.treksoft.kvision.modal/-modal/clear-parent.html b/api/pl.treksoft.kvision.modal/-modal/clear-parent.html new file mode 100644 index 00000000..9c0873ae --- /dev/null +++ b/api/pl.treksoft.kvision.modal/-modal/clear-parent.html @@ -0,0 +1,14 @@ + + + +Modal.clearParent - kvision + + + +kvision / pl.treksoft.kvision.modal / Modal / clearParent
+
+

clearParent

+ +open fun clearParent(): Widget + + diff --git a/api/pl.treksoft.kvision.modal/-modal/get-root.html b/api/pl.treksoft.kvision.modal/-modal/get-root.html new file mode 100644 index 00000000..d87baefc --- /dev/null +++ b/api/pl.treksoft.kvision.modal/-modal/get-root.html @@ -0,0 +1,14 @@ + + + +Modal.getRoot - kvision + + + +kvision / pl.treksoft.kvision.modal / Modal / getRoot
+
+

getRoot

+ +open fun getRoot(): Root? + + diff --git a/api/pl.treksoft.kvision.modal/-modal/index.html b/api/pl.treksoft.kvision.modal/-modal/index.html index de677cd2..47e7e6fb 100644 --- a/api/pl.treksoft.kvision.modal/-modal/index.html +++ b/api/pl.treksoft.kvision.modal/-modal/index.html @@ -54,6 +54,13 @@ +

parent

+ + +open var parent: Container? + + +

size

@@ -104,6 +111,13 @@ +

clearParent

+ + +open fun clearParent(): Widget + + +

getChildren

@@ -113,6 +127,13 @@ +

getRoot

+ + +open fun getRoot(): Root? + + +

getSnAttrs

diff --git a/api/pl.treksoft.kvision.modal/-modal/parent.html b/api/pl.treksoft.kvision.modal/-modal/parent.html new file mode 100644 index 00000000..90ef47cd --- /dev/null +++ b/api/pl.treksoft.kvision.modal/-modal/parent.html @@ -0,0 +1,16 @@ + + + +Modal.parent - kvision + + + +kvision / pl.treksoft.kvision.modal / Modal / parent
+
+

parent

+ +open var parent: Container? +

Overrides Widget.parent

+

Overrides Component.parent

+ + -- cgit