kvision / pl.treksoft.kvision.form.select / Select / 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