kvision / pl.treksoft.kvision.table / Table / addAll

addAll

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

Overrides SimplePanel.addAll

Adds a list of components to the current container.

Parameters

children - list of child components

Return
current container