open fun add(panel: Component, route: String): StackPanel
Adds given component and bounds it's activation to a given route.
route
- JavaScript route to activate given child
Return
current container
open fun add(child: Component): StackPanel
Overrides SimplePanel.add
Adds given component to the current container.
Return
current container