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

Bootstrap grid sizes.

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 Tab(label: String? = null, icon: String? = null, image: <Error class: unknown class>? = null, closable: Boolean = false, val route: String? = null, init: Tab.() -> Unit? = null)

The single Tab component inside the TabPanel container.

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 TabPanel.tab(label: String? = null, icon: String? = null, image: <Error class: unknown class>? = null, closable: Boolean = false, route: String? = null, init: Tab.() -> Unit? = null): Tab

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.