From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- .../-grid-wrapper/-init-.html | 14 +++++ .../-grid-wrapper/get-sn-style.html | 18 ++++++ .../-grid-wrapper/index.html | 67 ++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 api/pl.treksoft.kvision.panel/-grid-wrapper/-init-.html create mode 100644 api/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html create mode 100644 api/pl.treksoft.kvision.panel/-grid-wrapper/index.html (limited to 'api/pl.treksoft.kvision.panel/-grid-wrapper') diff --git a/api/pl.treksoft.kvision.panel/-grid-wrapper/-init-.html b/api/pl.treksoft.kvision.panel/-grid-wrapper/-init-.html new file mode 100644 index 00000000..e2d4fe8e --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-wrapper/-init-.html @@ -0,0 +1,14 @@ + + + +GridWrapper.<init> - kvision + + + +kvision / pl.treksoft.kvision.panel / GridWrapper / <init>
+
+

<init>

+ +GridWrapper(delegate: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GridJustify? = null, alignSelf: GridAlign? = null, classes: Set<String> = setOf()) + + diff --git a/api/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html b/api/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html new file mode 100644 index 00000000..a4a3f150 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html @@ -0,0 +1,18 @@ + + + +GridWrapper.getSnStyle - kvision + + + +kvision / pl.treksoft.kvision.panel / GridWrapper / getSnStyle
+
+

getSnStyle

+ +protected fun getSnStyle(): List<StringPair> +

Overrides StyledComponent.getSnStyle

+

Returns the list of String pairs defining CSS style attributes and their values.

+

Return
+the list of attributes and their values

+ + diff --git a/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html b/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html new file mode 100644 index 00000000..e7ed1c07 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html @@ -0,0 +1,67 @@ + + + +GridWrapper - kvision + + + +kvision / pl.treksoft.kvision.panel / GridWrapper
+
+

GridWrapper

+class GridWrapper : WidgetWrapper +

Constructors

+ + + + + + + +
+

<init>

+
+GridWrapper(delegate: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GridJustify? = null, alignSelf: GridAlign? = null, classes: Set<String> = setOf())
+

Inherited Properties

+ + + + + + + +
+

visible

+
+open var visible: Boolean +

Visibility state of the current component.

+
+

Functions

+ + + + + + + +
+

getSnStyle

+
+fun getSnStyle(): List<StringPair> +

Returns the list of String pairs defining CSS style attributes and their values.

+
+

Inherited Functions

+ + + + + + + +
+

render

+
+open fun render(): VNode +

Renders current component as a Snabbdom vnode.

+
+ + -- cgit