From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../pl.treksoft.kvision.panel/-grid-panel/add.html | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html (limited to 'docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html') diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html b/docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html deleted file mode 100644 index 8948ae0d..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html +++ /dev/null @@ -1,45 +0,0 @@ - - - -GridPanel.add - kvision - - - -kvision / pl.treksoft.kvision.panel / GridPanel / add
-
-

add

- -fun add(child: 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()): GridPanel -

Adds a component to the grid container.

-

Parameters

-

-child - child component

-

-columnStart - number of starting column

-

-rowStart - number of starting row

-

-columnEnd - number of ending column

-

-rowEnd - number of ending row

-

-area - grid area

-

-justifySelf - child self justification

-

-alignSelf - child self alignment

-

-classes - a set of CSS class names

-

Return
-current container

- -open fun add(child: Component): GridPanel -

Overrides SimplePanel.add

-

Adds given component to the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - -- cgit