open fun add(child: Component, col: Int, row: Int, size: Int = 0, offset: Int = 0): ResponsiveGridPanel
Adds child component to the grid.
Return
this container
open fun add(child: Component): ResponsiveGridPanel
Overrides SimplePanel.add
Adds given component to the current container.
Return
current container