From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.form.select/index.html | 104 +++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/index.html (limited to 'api/pl.treksoft.kvision.form.select/index.html') diff --git a/api/pl.treksoft.kvision.form.select/index.html b/api/pl.treksoft.kvision.form.select/index.html new file mode 100644 index 00000000..3965c9a8 --- /dev/null +++ b/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.

+
+

Select

+
+open class Select : SimplePanel, StringFormControl +

The form field component for Select control.

+
+

SelectInput

+
+open class SelectInput : SimplePanel, FormInput +

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.

+
+

SelectWidthType

+
+enum class SelectWidthType +

Select width types. See Bootstrap Select width.

+
+

Functions

+ + + + + + + +
+

toJs

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

Convert AjaxOptions to JavaScript JSON object.

+
+ + -- cgit