From e6e1126cba9e8e35ef8a972039428a7e3c91249b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 8 Mar 2018 13:47:54 +0100 Subject: API documentantion update --- api/alltypes/index.html | 118 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) (limited to 'api/alltypes/index.html') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index fe473ce7..fc316df2 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -186,6 +186,13 @@ +pl.treksoft.kvision.core.Clear + +

Definitions of CSS clear options.

+ + + + pl.treksoft.kvision.modal.CloseIcon

Helper class for close icon component.

@@ -297,6 +304,13 @@ +pl.treksoft.kvision.core.Direction + +

Definitions of CSS text direction options.

+ + + + pl.treksoft.kvision.panel.Direction

Split panel direction.

@@ -374,6 +388,27 @@ +pl.treksoft.kvision.core.FontStyle + +

Definitions of CSS font style options.

+ + + + +pl.treksoft.kvision.core.FontVariant + +

Definitions of CSS font variant options.

+ + + + +pl.treksoft.kvision.core.FontWeight + +

Definitions of CSS font weight options.

+ + + + pl.treksoft.kvision.form.spinner.ForceType

Spinner force rounding types.

@@ -533,6 +568,12 @@ +kotlin.js.Json (extensions in package pl.treksoft.kvision.form) + + + + + pl.treksoft.kvision.utils.KvEvent

Helper class for defining custom events.

@@ -629,6 +670,13 @@ +pl.treksoft.kvision.core.PosFloat + +

Definitions of CSS float options.

+ + + + pl.treksoft.kvision.core.Position

Definitions of CSS position options.

@@ -866,6 +914,13 @@ +pl.treksoft.kvision.core.TextAlign + +

Definitions of CSS text align options.

+ + + + pl.treksoft.kvision.form.text.TextArea

Form field textarea component.

@@ -880,6 +935,27 @@ +pl.treksoft.kvision.core.TextDecoration + +

Type-safe definition of CSS text decoration.

+ + + + +pl.treksoft.kvision.core.TextDecorationLine + +

Definitions of CSS text decoration line options.

+ + + + +pl.treksoft.kvision.core.TextDecorationStyle + +

Definitions of CSS text decoration style options.

+ + + + pl.treksoft.kvision.form.text.TextInput

Basic text component.

@@ -894,6 +970,27 @@ +pl.treksoft.kvision.core.TextOverflow + +

Definitions of CSS text overflow options.

+ + + + +pl.treksoft.kvision.core.TextShadow + +

Type-safe definition of CSS text shadow.

+ + + + +pl.treksoft.kvision.core.TextTransform + +

Definitions of CSS text transform options.

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

Definitions of CSS units.

@@ -901,6 +998,13 @@ +pl.treksoft.kvision.core.UnicodeBidi + +

Definitions of CSS unicode-bidi options.

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

The container with vertical layout.

@@ -908,6 +1012,20 @@ +pl.treksoft.kvision.core.VerticalAlign + +

Definitions of CSS vertical align options.

+ + + + +pl.treksoft.kvision.core.WhiteSpace + +

Definitions of CSS white space options.

+ + + + pl.treksoft.kvision.core.Widget

Base widget class. The parent of all component classes.

-- cgit