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 --- .../-simple-panel/index.html | 25 +++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html') diff --git a/docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html index 62847644..404f707b 100644 --- a/docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -18,7 +18,7 @@

<init>

-SimplePanel(classes: Set<String> = setOf()) +SimplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null) @@ -280,6 +280,15 @@ +

invoke

+ + +open operator fun invoke(vararg children: Component): Container +

Operator function for adding children in a DSL style.

+ + + +

removeCssClass

@@ -346,6 +355,20 @@ +

Companion Object Functions

+ + + + + + + +
+

simplePanel

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

DSL builder extension function

+

Inheritors

-- cgit