From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001
From: Robert Jaros Adds a component to the grid container.
add
-
+(js)
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
Parameters
@@ -32,9 +32,8 @@
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.