From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../-grid-wrapper/index.html | 65 ---------------------- 1 file changed, 65 deletions(-) delete mode 100644 api/pl.treksoft.kvision.panel/-grid-wrapper/index.html (limited to 'api/pl.treksoft.kvision.panel/-grid-wrapper/index.html') diff --git a/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html b/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html deleted file mode 100644 index bfa2adae..00000000 --- a/api/pl.treksoft.kvision.panel/-grid-wrapper/index.html +++ /dev/null @@ -1,65 +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
-

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