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. |
|
enum class FLEXWRAP
CSS flexbox wrap modes. |
|
open class FlexPanel : SimplePanel
The container with CSS flexbox layout support. |
|
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. |
|
enum class GRIDSIZE
Bootstrap grid sizes. |
|
open class GridPanel : SimplePanel
The container with CSS grid layout support. |
|
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. |
|
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. |
|
open class VPanel : FlexPanel
The container with vertical layout. |