From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-grid-wrapper/index.html | 67 ---------------------- 1 file changed, 67 deletions(-) delete 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 deleted file mode 100644 index e7ed1c07..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html +++ /dev/null @@ -1,67 +0,0 @@ - - - -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