From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- docs/api/pl.treksoft.kvision.form/index.html | 130 --------------------------- 1 file changed, 130 deletions(-) delete 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 deleted file mode 100644 index e8287197..00000000 --- a/docs/api/pl.treksoft.kvision.form/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - -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.

-
-

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.

-
-

FormType

-
-enum class FormType -

Bootstrap form layout options.

-
-

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