add

open fun add(child: Component, position: Side)

Adds a component to the dock container.

Parameters

child

child component

position

position in the dock


open override fun add(child: Component)

Adds given component to the current container.

Parameters

child

child component


open override fun add(position: Int, child: Component)

Adds given component to the current container at the given position.

Parameters

position

the position to insert child component

child

the child component