tab Panel
fun Container.tabPanel(tabPosition: TabPosition = TabPosition.TOP, sideTabSize: SideTabSize = SideTabSize.SIZE_3, scrollableTabs: Boolean = false, draggableTabs: Boolean = false, classes: Set<String>? = null, className: String? = null, init: TabPanel.() -> Unit? = null): TabPanel
Content copied to clipboard
DSL builder extension function.
It takes the same parameters as the constructor of the built component.
fun <S> Container.tabPanel(state: ObservableState<S>, tabPosition: TabPosition = TabPosition.TOP, sideTabSize: SideTabSize = SideTabSize.SIZE_3, scrollableTabs: Boolean = false, draggableTabs: Boolean = false, classes: Set<String>? = null, className: String? = null, init: TabPanel.(S) -> Unit): TabPanel
Content copied to clipboard
DSL builder extension function for observable state.
It takes the same parameters as the constructor of the built component.