open fun addTab(title: String, panel: Component, icon: String? = null, image: ResString? = null, closable: Boolean = false, route: String? = null): TabPanel
Adds new tab and optionally bounds it's activation to a given route.
closable
- determines if this tab is closable
route
- JavaScript route to activate given child
Return
current container