From 6c3ac51061f3a06dea5a56d9e57174261915e8db Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 17:09:15 +0100 Subject: Updated API doc --- docs/api/index-outline.html | 2 ++ .../-flex-panel/flex-panel.html | 16 ++++++++++++++++ .../api/pl.treksoft.kvision.panel/-flex-panel/index.html | 14 ++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html (limited to 'docs/api') diff --git a/docs/api/index-outline.html b/docs/api/index-outline.html index 07f3f8f0..e89d6e71 100644 --- a/docs/api/index-outline.html +++ b/docs/api/index-outline.html @@ -1099,6 +1099,7 @@ var alignContent: FLEXALIGNCONTENT?
var alignItems: FLEXALIGNITEMS?
var direction: FLEXDIR?
+fun Container.flexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel
protected open fun getSnStyle(): List<StringPair>
var justify: FLEXJUSTIFY?
open fun remove(child: Component): FlexPanel
@@ -4697,6 +4698,7 @@ var alignContent: FLEXALIGNCONTENT?
var alignItems: FLEXALIGNITEMS?
var direction: FLEXDIR?
+fun Container.flexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel
protected open fun getSnStyle(): List<StringPair>
var justify: FLEXJUSTIFY?
open fun remove(child: Component): FlexPanel
diff --git a/docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html b/docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html new file mode 100644 index 00000000..4b1b9d5f --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-flex-panel/flex-panel.html @@ -0,0 +1,16 @@ + + + +FlexPanel.flexPanel - kvision + + + +kvision / pl.treksoft.kvision.panel / FlexPanel / flexPanel
+
+

flexPanel

+ +fun Container.flexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel +

DSL builder extension function.

+

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

+ + diff --git a/docs/api/pl.treksoft.kvision.panel/-flex-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-flex-panel/index.html index 797d59a3..6ca7eeb6 100644 --- a/docs/api/pl.treksoft.kvision.panel/-flex-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-flex-panel/index.html @@ -174,6 +174,20 @@ +

Companion Object Functions

+ + + + + + + +
+

flexPanel

+
+fun Container.flexPanel(direction: FLEXDIR? = null, wrap: FLEXWRAP? = null, justify: FLEXJUSTIFY? = null, alignItems: FLEXALIGNITEMS? = null, alignContent: FLEXALIGNCONTENT? = null, spacing: Int? = null, classes: Set<String> = setOf(), init: FlexPanel.() -> Unit = null): FlexPanel +

DSL builder extension function.

+

Inheritors

-- cgit