Package io. kvision. panel
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)
Content copied to clipboard
The container with support for Bootstrap responsive grid layout.
Link copied to clipboard
Left or right tab size.
Link copied to clipboard
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)
Content copied to clipboard
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
Content copied to clipboard
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
Content copied to clipboard
DSL builder extension function.