kvision / pl.treksoft.kvision.panel / ResponsiveGridPanel / addAll

addAll

open fun addAll(children: List<Component>): ResponsiveGridPanel

Overrides SimplePanel.addAll

Adds a list of components to the current container.

Parameters

children - list of child components

Return
current container