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.form/index.html | 130 +++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.form/index.html (limited to 'docs/api/pl.treksoft.kvision.form/index.html') diff --git a/docs/api/pl.treksoft.kvision.form/index.html b/docs/api/pl.treksoft.kvision.form/index.html new file mode 100644 index 00000000..936f6b35 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form/index.html @@ -0,0 +1,130 @@ + + + +pl.treksoft.kvision.form - kvision + + + +kvision / pl.treksoft.kvision.form
+
+

Package pl.treksoft.kvision.form

+

Convenient forms implementation, with support for many different input components and easy to define +validation.

+

Types

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

BoolFormControl

+
+interface BoolFormControl : FormControl +

Base interface of a form control with a boolean value.

+
+

DateFormControl

+
+interface DateFormControl : FormControl +

Base interface of a form control with a date value.

+
+

FORMTYPE

+
+enum class FORMTYPE +

Bootstrap form layout options.

+
+

FieldLabel

+
+open class FieldLabel : Tag +

Helper class for HTML label element.

+
+

Form

+
+class Form<K> +

The form definition class. Can be used directly or indirectly inside a FormPanel.

+
+

FormControl

+
+interface FormControl : Component +

Base interface of a form control.

+
+

FormPanel

+
+open class FormPanel<K> : SimplePanel +

Bootstrap form component.

+
+

HelpBlock

+
+open class HelpBlock : Tag +

Helper class for Bootstrap help block element.

+
+

INPUTSIZE

+
+enum class INPUTSIZE +

Input controls sizes.

+
+

NumberFormControl

+
+interface NumberFormControl : FormControl +

Base interface of a form control with a numeric value.

+
+

StringFormControl

+
+interface StringFormControl : FormControl +

Base interface of a form control with a text value.

+
+

Extensions for External Classes

+ + + + + + + +
+

kotlin.collections.Map

+
+
+ + -- cgit