kvision / pl.treksoft.kvision.data / DataContainer / addAll

addAll

fun addAll(children: List<Component>): Container

Overrides Container.addAll

Adds a list of components to the current container.

Parameters

children - list of child components

Return
current container