From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.panel/index.html | 68 +++++++++++++-------------- 1 file changed, 34 insertions(+), 34 deletions(-) (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 index 355d9aa7..103993ca 100644 --- a/docs/api/pl.treksoft.kvision.panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/index.html @@ -15,10 +15,10 @@ CSS grid and Bootstrap responsive 12 columns gid).

-

DIRECTION

+

Direction

-enum class DIRECTION +enum class Direction

Split panel direction.

@@ -33,119 +33,119 @@ CSS grid and Bootstrap responsive 12 columns gid).

-

FLEXALIGNCONTENT

+

FlexAlignContent

-enum class FLEXALIGNCONTENT +enum class FlexAlignContent

CSS flexbox content alignment options.

-

FLEXALIGNITEMS

+

FlexAlignItems

-enum class FLEXALIGNITEMS +enum class FlexAlignItems

CSS flexbox alignments options.

-

FLEXDIR

+

FlexDir

-enum class FLEXDIR +enum class FlexDir

CSS flexbox directions.

-

FLEXJUSTIFY

+

FlexJustify

-enum class FLEXJUSTIFY +enum class FlexJustify

CSS flexbox justification options.

-

FLEXWRAP

+

FlexPanel

-enum class FLEXWRAP -

CSS flexbox wrap modes.

+open class FlexPanel : SimplePanel +

The container with CSS flexbox layout support.

-

FlexPanel

+

FlexWrap

-open class FlexPanel : SimplePanel -

The container with CSS flexbox layout support.

+enum class FlexWrap +

CSS flexbox wrap modes.

-

GRIDALIGN

+

GridAlign

-enum class GRIDALIGN +enum class GridAlign

CSS grid alignment options.

-

GRIDALIGNCONTENT

+

GridAlignContent

-enum class GRIDALIGNCONTENT +enum class GridAlignContent

CSS grid content alignment options.

-

GRIDFLOW

+

GridFlow

-enum class GRIDFLOW +enum class GridFlow

CSS grid flow options.

-

GRIDJUSTIFY

+

GridJustify

-enum class GRIDJUSTIFY +enum class GridJustify

CSS grid justification options.

-

GRIDJUSTIFYCONTENT

+

GridJustifyContent

-enum class GRIDJUSTIFYCONTENT +enum class GridJustifyContent

CSS grid content justification options.

-

GRIDSIZE

+

GridPanel

-enum class GRIDSIZE -

Bootstrap grid sizes.

+open class GridPanel : SimplePanel +

The container with CSS grid layout support.

-

GridPanel

+

GridSize

-open class GridPanel : SimplePanel -

The container with CSS grid layout support.

+enum class GridSize +

Bootstrap grid sizes.

@@ -184,10 +184,10 @@ CSS grid and Bootstrap responsive 12 columns gid).

-

SIDE

+

Side

-enum class SIDE +enum class Side

Dock layout directions.

-- cgit