From 4191287261b46b95908469c2ec3fa9d886681861 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 10:51:45 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.core/-widget/index.html | 14 ++++++++++++++ docs/api/pl.treksoft.kvision.core/-widget/widget.html | 16 ++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.core/-widget/widget.html (limited to 'docs/api/pl.treksoft.kvision.core/-widget') diff --git a/docs/api/pl.treksoft.kvision.core/-widget/index.html b/docs/api/pl.treksoft.kvision.core/-widget/index.html index 7fc8cf3d..c0105aed 100644 --- a/docs/api/pl.treksoft.kvision.core/-widget/index.html +++ b/docs/api/pl.treksoft.kvision.core/-widget/index.html @@ -526,6 +526,20 @@ +

Companion Object Functions

+ + + + + + + +
+

widget

+
+fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Unit +

DSL builder extension function

+

Inheritors

diff --git a/docs/api/pl.treksoft.kvision.core/-widget/widget.html b/docs/api/pl.treksoft.kvision.core/-widget/widget.html new file mode 100644 index 00000000..1f11e7d6 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-widget/widget.html @@ -0,0 +1,16 @@ + + + +Widget.widget - kvision + + + +kvision / pl.treksoft.kvision.core / Widget / widget
+
+

widget

+ +fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Unit +

DSL builder extension function

+

It takes the same parameters as the constructor of the built component.

+ + -- cgit