Package-level declarations
Rich set of container classes, supporting both simple use cases and sophisticated layouts (including CSS flexbox, CSS grid and Bootstrap responsive 12 columns gid).
Types
Link copied to clipboard
open class ResponsiveGridPanel(gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: <Error class: unknown class>? = null, className: String? = null, init: ResponsiveGridPanel.() -> Unit? = null)
The container with support for Bootstrap responsive grid layout.
Link copied to clipboard
Left or right tab size.
Link copied to clipboard
open class TabPanel(tabPosition: TabPosition = TabPosition.TOP, sideTabSize: SideTabSize = SideTabSize.SIZE_3, val scrollableTabs: Boolean = false, val draggableTabs: Boolean = false, className: String? = null, init: TabPanel.() -> Unit? = null)
The container rendering its children as tabs.
Link copied to clipboard
Tab position.
Functions
Link copied to clipboard
fun <Error class: unknown class>.responsiveGridPanel(gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: <Error class: unknown class>? = null, className: String? = null, init: ResponsiveGridPanel.() -> Unit? = null): ResponsiveGridPanel
DSL builder extension function.
Link copied to clipboard
fun <Error class: unknown class>.tabPanel(tabPosition: TabPosition = TabPosition.TOP, sideTabSize: SideTabSize = SideTabSize.SIZE_3, scrollableTabs: Boolean = false, draggableTabs: Boolean = false, className: String? = null, init: TabPanel.() -> Unit? = null): TabPanel
DSL builder extension function.