From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-grid-wrapper/index.html | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html (limited to 'docs/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html') diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html b/docs/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html new file mode 100644 index 00000000..61d5d5ab --- /dev/null +++ b/docs/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