From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- docs/api/pl.treksoft.kvision.panel/index.html | 242 ++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.panel/index.html (limited to 'docs/api/pl.treksoft.kvision.panel/index.html') diff --git a/docs/api/pl.treksoft.kvision.panel/index.html b/docs/api/pl.treksoft.kvision.panel/index.html new file mode 100644 index 00000000..355d9aa7 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/index.html @@ -0,0 +1,242 @@ + + + +pl.treksoft.kvision.panel - kvision + + + +kvision / pl.treksoft.kvision.panel
+
+

Package pl.treksoft.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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

DIRECTION

+
+enum class DIRECTION +

Split panel direction.

+
+

DockPanel

+
+open class DockPanel : SimplePanel +

The container with dock layout (up, down, left, right and center positions).

+
+

FLEXALIGNCONTENT

+
+enum class FLEXALIGNCONTENT +

CSS flexbox content alignment options.

+
+

FLEXALIGNITEMS

+
+enum class FLEXALIGNITEMS +

CSS flexbox alignments options.

+
+

FLEXDIR

+
+enum class FLEXDIR +

CSS flexbox directions.

+
+

FLEXJUSTIFY

+
+enum class FLEXJUSTIFY +

CSS flexbox justification options.

+
+

FLEXWRAP

+
+enum class FLEXWRAP +

CSS flexbox wrap modes.

+
+

FlexPanel

+
+open class FlexPanel : SimplePanel +

The container with CSS flexbox layout support.

+
+

GRIDALIGN

+
+enum class GRIDALIGN +

CSS grid alignment options.

+
+

GRIDALIGNCONTENT

+
+enum class GRIDALIGNCONTENT +

CSS grid content alignment options.

+
+

GRIDFLOW

+
+enum class GRIDFLOW +

CSS grid flow options.

+
+

GRIDJUSTIFY

+
+enum class GRIDJUSTIFY +

CSS grid justification options.

+
+

GRIDJUSTIFYCONTENT

+
+enum class GRIDJUSTIFYCONTENT +

CSS grid content justification options.

+
+

GRIDSIZE

+
+enum class GRIDSIZE +

Bootstrap grid sizes.

+
+

GridPanel

+
+open class GridPanel : SimplePanel +

The container with CSS grid layout support.

+
+

GridWrapper

+
+class GridWrapper : WidgetWrapper
+

HPanel

+
+open class HPanel : FlexPanel +

The container with horizontal layout.

+
+

ResponsiveGridPanel

+
+open class ResponsiveGridPanel : SimplePanel +

The container with support for Bootstrap responsive grid layout.

+
+

Root

+
+class Root : SimplePanel +

Root container.

+
+

SIDE

+
+enum class SIDE +

Dock layout directions.

+
+

SimplePanel

+
+open class SimplePanel : Widget, Container +

Basic container class, rendered as a DIV element with all children directly within.

+
+

SplitPanel

+
+open class SplitPanel : SimplePanel +

The container with draggable splitter.

+
+

StackPanel

+
+open class StackPanel : SimplePanel +

The container with only one active (visible) child at any moment.

+
+

TabPanel

+
+open class TabPanel : SimplePanel +

The container rendering it's children as tabs.

+
+

VPanel

+
+open class VPanel : FlexPanel +

The container with vertical layout.

+
+ + -- cgit