fun Container.tabPanel(classes: Set<String> = setOf(), init: TabPanel.() -> Unit = null): TabPanel
DSL builder extension function.
It takes the same parameters as the constructor of the built component.