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

Package pl.treksoft.kvision.form.select

+

Full-featured select component with support for remote (AJAX) data source.

+

Types

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

AjaxOptions

+
+data class AjaxOptions +

Data class for AJAX options.

+
+

DATATYPE

+
+enum class DATATYPE +

Data type for the AJAX call.

+
+

HTTPTYPE

+
+enum class HTTPTYPE +

HTTP protocol type for the AJAX call.

+
+

SELECTWIDTHTYPE

+
+enum class SELECTWIDTHTYPE +

Select width types. See Bootstrap Select width.

+
+

Select

+
+open class Select : SimplePanel, StringFormControl +

The form field component for Select control.

+
+

SelectInput

+
+open class SelectInput : SimplePanel +

The basic component for Select control.

+
+

SelectOptGroup

+
+open class SelectOptGroup : SimplePanel +

The helper container for adding option groups to Select.

+
+

SelectOption

+
+open class SelectOption : Widget +

The helper component for adding options to Select or SelectOptGroup.

+
+

Functions

+ + + + + + + +
+

toJs

+
+fun AjaxOptions.toJs(emptyOption: Boolean): dynamic +

Convert AjaxOptions to JavaScript JSON object.

+
+ + -- cgit