Rich set of container classes, supporting both simple use cases and sophisticated layouts (including CSS flexbox, CSS grid and Bootstrap responsive 12 columns gid).
enum class Direction
Split panel direction. |
|
open class DockPanel : SimplePanel
The container with dock layout (up, down, left, right and center positions). |
|
enum class FlexAlignContent
CSS flexbox content alignment options. |
|
enum class FlexAlignItems
CSS flexbox alignments options. |
|
enum class FlexDir
CSS flexbox directions. |
|
enum class FlexJustify
CSS flexbox justification options. |
|
open class FlexPanel : SimplePanel
The container with CSS flexbox layout support. |
|
enum class FlexWrap
CSS flexbox wrap modes. |
|
enum class GridAlign
CSS grid alignment options. |
|
enum class GridAlignContent
CSS grid content alignment options. |
|
enum class GridFlow
CSS grid flow options. |
|
enum class GridJustify
CSS grid justification options. |
|
enum class GridJustifyContent
CSS grid content justification options. |
|
open class GridPanel : SimplePanel
The container with CSS grid layout support. |
|
enum class GridSize
Bootstrap grid sizes. |
|
class GridWrapper : WidgetWrapper |
|
open class HPanel : FlexPanel
The container with horizontal layout. |
|
open class ResponsiveGridPanel : SimplePanel
The container with support for Bootstrap responsive grid layout. |
|
class Root : SimplePanel
Root container. |
|
enum class Side
Dock layout directions. |
|
enum class SideTabSize
Left or right tab size. |
|
open class SimplePanel : Widget, Container
Basic container class, rendered as a DIV element with all children directly within. |
|
open class SplitPanel : SimplePanel
The container with draggable splitter. |
|
open class StackPanel : SimplePanel
The container with only one active (visible) child at any moment. |
|
open class TabPanel : SimplePanel
The container rendering it's children as tabs. |
|
enum class TabPosition
Tab position. |
|
open class VPanel : FlexPanel
The container with vertical layout. |