From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- api/alltypes/index.html | 179 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) (limited to 'api/alltypes') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index fc316df2..028c4c66 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -130,6 +130,27 @@ +pl.treksoft.kvision.toolbar.ButtonGroup + +

The Bootstrap button group.

+ + + + +pl.treksoft.kvision.toolbar.ButtonGroupSize + +

Button group sizes.

+ + + + +pl.treksoft.kvision.toolbar.ButtonGroupStyle + +

Button group styles.

+ + + + pl.treksoft.kvision.html.ButtonSize

Button sizes.

@@ -144,6 +165,13 @@ +pl.treksoft.kvision.html.ButtonType + +

Button types.

+ + + + pl.treksoft.kvision.form.spinner.ButtonsType

Spinner buttons layout types.

@@ -235,6 +263,13 @@ +pl.treksoft.kvision.dropdown.ContextMenu + +

Context menu component.

+ + + + pl.treksoft.kvision.core.CssSize

This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.).

@@ -318,6 +353,13 @@ +pl.treksoft.kvision.core.Display + +

Definitions of CSS display options.

+ + + + pl.treksoft.kvision.html.Div

Simple component rendered as div.

@@ -346,6 +388,19 @@ +org.w3c.files.File (extensions in package pl.treksoft.kvision.utils) + + + + + +pl.treksoft.kvision.form.FilesFormControl + +

Base interface of a form control with a list of files value.

+ + + + pl.treksoft.kvision.panel.FlexAlignContent

CSS flexbox content alignment options.

@@ -430,6 +485,26 @@ +pl.treksoft.kvision.form.FormEnctype + +

Form encoding types.

+ + + + +pl.treksoft.kvision.form.FormInput + + + + + +pl.treksoft.kvision.form.FormMethod + +

Form methods.

+ + + + pl.treksoft.kvision.form.FormPanel

Bootstrap form component.

@@ -437,6 +512,13 @@ +pl.treksoft.kvision.form.FormTarget + +

Form targets.

+ + + + pl.treksoft.kvision.form.FormType

Bootstrap form layout options.

@@ -506,6 +588,13 @@ +pl.treksoft.kvision.dropdown.Header + +

Menu header component.

+ + + + pl.treksoft.kvision.table.HeaderCell

HTML table header cell component.

@@ -541,6 +630,13 @@ +pl.treksoft.kvision.html.Iframe + +

Iframe component.

+ + + + pl.treksoft.kvision.html.Image

Image component.

@@ -636,6 +732,34 @@ +pl.treksoft.kvision.navbar.Nav + +

The Bootstrap Nav container.

+ + + + +pl.treksoft.kvision.navbar.NavForm + +

The Bootstrap Nav form container.

+ + + + +pl.treksoft.kvision.navbar.Navbar + +

The Bootstrap Navbar container.

+ + + + +pl.treksoft.kvision.navbar.NavbarType + +

Navbar types.

+ + + + pl.treksoft.kvision.form.NumberFormControl

Base interface of a form control with a numeric value.

@@ -684,6 +808,20 @@ +pl.treksoft.kvision.progress.ProgressBar + +

The Bootstrap progress bar.

+ + + + +pl.treksoft.kvision.progress.ProgressBarStyle + +

Progress bar styles.

+ + + + pl.treksoft.kvision.form.check.Radio

The form field component rendered as HTML input type="radio".

@@ -761,6 +899,13 @@ +pl.treksoft.kvision.html.Sandbox + +

Iframe sandbox options.

+ + + + pl.treksoft.kvision.form.select.Select

The form field component for Select control.

@@ -796,6 +941,13 @@ +pl.treksoft.kvision.dropdown.Separator + +

Menu separator component.

+ + + + pl.treksoft.kvision.panel.Side

Dock layout directions.

@@ -907,6 +1059,12 @@ +pl.treksoft.kvision.html.Template + + + + + pl.treksoft.kvision.form.text.Text

Form field text component.

@@ -991,6 +1149,13 @@ +pl.treksoft.kvision.toolbar.Toolbar + +

The Bootstrap toolbar.

+ + + + pl.treksoft.kvision.core.UNIT

Definitions of CSS units.

@@ -1005,6 +1170,20 @@ +pl.treksoft.kvision.form.upload.Upload + +

The form field file upload component.

+ + + + +pl.treksoft.kvision.form.upload.UploadInput + +

The file upload component.

+ + + + pl.treksoft.kvision.panel.VPanel

The container with vertical layout.

-- cgit