kvision / pl.treksoft.kvision.panel / GridPanel / addAll

addAll

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

Overrides SimplePanel.addAll

Adds a list of components to the current container.

Parameters

children - list of child components

Return
current container