From f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 29 Jan 2019 23:41:38 +0100 Subject: API documentation for KVision 0.0.23 --- api/alltypes/index.html | 36 ++- api/index-outline.html | 279 ++++++++++++++++----- api/pl.treksoft.kvision.core/-container/index.html | 2 +- api/pl.treksoft.kvision.core/-widget/index.html | 4 +- .../-data-container/-init-.html | 18 +- .../-data-container/clear-on-update.html | 2 +- .../-data-container/data-container.html | 8 +- .../-data-container/index.html | 12 +- .../-data-container/on-update.html | 2 +- .../-data-updatable/index.html | 2 +- .../-sorter-type/-a-s-c.html | 14 ++ .../-sorter-type/-d-e-s-c.html | 14 ++ .../-sorter-type/index.html | 33 +++ api/pl.treksoft.kvision.data/index.html | 11 +- .../-check-box-input/-init-.html | 21 ++ .../-check-box-input/check-box-input.html | 16 ++ .../-check-box-input/index.html | 185 ++++++++++++++ .../-check-box/index.html | 2 +- .../-check-box/input.html | 2 +- .../-check-input/check-input.html | 16 -- .../-check-input/index.html | 19 +- .../-radio-group-input/-init-.html | 25 ++ .../-radio-group-input/blur.html | 14 ++ .../-radio-group-input/disabled.html | 16 ++ .../-radio-group-input/focus.html | 14 ++ .../-radio-group-input/get-sn-class.html | 18 ++ .../-radio-group-input/index.html | 206 +++++++++++++++ .../-radio-group-input/inline.html | 21 ++ .../-radio-group-input/name.html | 16 ++ .../-radio-group-input/options.html | 21 ++ .../-radio-group-input/radio-group-input.html | 16 ++ .../-radio-group-input/size.html | 16 ++ .../-radio-group-input/value.html | 21 ++ .../-radio-group/index.html | 2 +- .../-radio-group/input.html | 2 +- .../-radio-input/-init-.html | 21 ++ .../-radio-input/index.html | 185 ++++++++++++++ .../-radio-input/radio-input.html | 16 ++ .../-radio/index.html | 2 +- .../-radio/input.html | 2 +- api/pl.treksoft.kvision.form.check/index.html | 29 ++- .../-select-opt-group/index.html | 15 ++ .../-select-opt-group/select-opt-group.html | 18 ++ .../-select-option/index.html | 16 ++ .../-select-option/select-option.html | 20 ++ .../-spinner-input/-init-.html | 6 +- .../-spinner-input/index.html | 8 +- .../-spinner-input/max.html | 2 +- .../-spinner-input/min.html | 2 +- .../-spinner-input/spinner-input.html | 2 +- .../-spinner/-init-.html | 6 +- .../-spinner/index.html | 8 +- .../-spinner/max.html | 2 +- .../-spinner/min.html | 2 +- .../-spinner/spinner.html | 2 +- .../-upload/get-native-file.html | 3 +- .../-upload/index.html | 2 +- .../-form-input/index.html | 11 +- .../-form-panel/get-data-with-file-content.html | 17 ++ .../-form-panel/index.html | 9 + .../-form/get-data-with-file-content.html | 17 ++ api/pl.treksoft.kvision.form/-form/index.html | 9 + .../-k-files-form-control/get-native-file.html | 20 ++ .../-k-files-form-control/index.html | 9 + .../-simple-panel/index.html | 9 + .../-k-v-service-manager/add-route.html | 4 +- .../-k-v-service-manager/call.html | 4 +- .../-k-v-service-manager/delete-requests.html | 2 +- .../-k-v-service-manager/index.html | 12 +- .../-k-v-service-manager/options-requests.html | 2 +- .../-k-v-service-manager/post-requests.html | 2 +- .../-k-v-service-manager/put-requests.html | 2 +- api/pl.treksoft.kvision.remote/-request.html | 29 --- api/pl.treksoft.kvision.remote/index.html | 12 +- api/pl.treksoft.kvision.remote/with-profile.html | 4 +- .../-date-serializer/deserialize.html | 2 +- .../-date-serializer/index.html | 4 +- .../-date-serializer/serialize.html | 2 +- .../-k-v_-d-a-t-e_-f-o-r-m-a-t.html | 14 -- .../-k-v_-d-e-f-a-u-l-t_-d-a-t-e_-f-o-r-m-a-t.html | 14 ++ .../-k-v_-j-s-o-n_-d-a-t-e_-f-o-r-m-a-t.html | 14 ++ api/pl.treksoft.kvision.types/index.html | 11 +- .../java.util.-date/index.html | 2 +- .../java.util.-date/to-string-f.html | 2 +- .../kotlin.-string/index.html | 2 +- .../kotlin.-string/to-date-f.html | 2 +- api/pl.treksoft.kvision.utils/-j-s-o-n/index.html | 18 +- .../-j-s-o-n/nonstrict.html | 2 +- api/pl.treksoft.kvision.utils/-j-s-o-n/plain.html | 2 +- api/pl.treksoft.kvision.utils/-j-s-o-n/to-obj.html | 15 ++ 90 files changed, 1526 insertions(+), 229 deletions(-) create mode 100644 api/pl.treksoft.kvision.data/-sorter-type/-a-s-c.html create mode 100644 api/pl.treksoft.kvision.data/-sorter-type/-d-e-s-c.html create mode 100644 api/pl.treksoft.kvision.data/-sorter-type/index.html create mode 100644 api/pl.treksoft.kvision.form.check/-check-box-input/-init-.html create mode 100644 api/pl.treksoft.kvision.form.check/-check-box-input/check-box-input.html create mode 100644 api/pl.treksoft.kvision.form.check/-check-box-input/index.html delete mode 100644 api/pl.treksoft.kvision.form.check/-check-input/check-input.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/-init-.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/blur.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/disabled.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/focus.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/get-sn-class.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/index.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/inline.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/name.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/options.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/radio-group-input.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/size.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group-input/value.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-input/-init-.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-input/index.html create mode 100644 api/pl.treksoft.kvision.form.check/-radio-input/radio-input.html create mode 100644 api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html create mode 100644 api/pl.treksoft.kvision.form.select/-select-option/select-option.html create mode 100644 api/pl.treksoft.kvision.form/-form-panel/get-data-with-file-content.html create mode 100644 api/pl.treksoft.kvision.form/-form/get-data-with-file-content.html create mode 100644 api/pl.treksoft.kvision.form/-k-files-form-control/get-native-file.html delete mode 100644 api/pl.treksoft.kvision.remote/-request.html delete mode 100644 api/pl.treksoft.kvision.types/-k-v_-d-a-t-e_-f-o-r-m-a-t.html create mode 100644 api/pl.treksoft.kvision.types/-k-v_-d-e-f-a-u-l-t_-d-a-t-e_-f-o-r-m-a-t.html create mode 100644 api/pl.treksoft.kvision.types/-k-v_-j-s-o-n_-d-a-t-e_-f-o-r-m-a-t.html create mode 100644 api/pl.treksoft.kvision.utils/-j-s-o-n/to-obj.html diff --git a/api/alltypes/index.html b/api/alltypes/index.html index fc9ecd55..d8bc1d69 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -207,6 +207,13 @@ +pl.treksoft.kvision.form.check.CheckBoxInput + +

The basic input component rendered as HTML input type="checkbox".

+ + + + pl.treksoft.kvision.form.check.CheckBoxStyle

Checkbox style options.

@@ -961,6 +968,20 @@ Not used on the js platform.

+pl.treksoft.kvision.form.check.RadioGroupInput + +

The input component rendered as a group of HTML input type="radio" elements with the same name attribute.

+ + + + +pl.treksoft.kvision.form.check.RadioInput + +

The basic input component rendered as HTML input type="radio".

+ + + + pl.treksoft.kvision.form.check.RadioStyle

Radio style options.

@@ -989,14 +1010,6 @@ Not used on the js platform.

-pl.treksoft.kvision.remote.Request - -

A server request. -Not used on the js platform.

- - - - pl.treksoft.kvision.core.ResString

This type is used for accessing resources with CommonJS require function.

@@ -1143,6 +1156,13 @@ Not used on the js platform.

+pl.treksoft.kvision.data.SorterType + +

Sorter types.

+ + + + pl.treksoft.kvision.form.spinner.Spinner

The form field component for spinner control.

diff --git a/api/index-outline.html b/api/index-outline.html index e78d6a3f..0f57d8aa 100644 --- a/api/index-outline.html +++ b/api/index-outline.html @@ -520,7 +520,7 @@ open fun focus(): Unit
protected open fun getSnClass(): List<StringBoolPair>
var inline: Boolean
-val input: CheckInput
+val input: CheckBoxInput
var label: String?
open fun onClick(handler: CheckBox.(MouseEvent) -> Unit): CheckBox
open fun removeEventListeners(): Widget
@@ -534,6 +534,20 @@ +open class CheckBoxInput : CheckInput
+ enum class CheckBoxStyle
-open class CheckInput : Widget, FormInput
+abstract class CheckInput : Widget, FormInput
interface DataComponent
-class DataContainer<M, C : Component> : Widget, Container, DataUpdatable
+class DataContainer<M, C : Component, CONT : Container> : Widget, Container, DataUpdatable