From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.form.select/index.html | 104 ------------------------- 1 file changed, 104 deletions(-) delete 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 deleted file mode 100644 index 3965c9a8..00000000 --- a/api/pl.treksoft.kvision.form.select/index.html +++ /dev/null @@ -1,104 +0,0 @@ - - - -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