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

Package pl.treksoft.kvision.form.check

+

Checkbox, radiobutton and radiobutton group components.

+

Types

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

CheckBox

+
+open class CheckBox : SimplePanel, BoolFormControl +

The form field component rendered as HTML input type="checkbox".

+
+

CheckBoxStyle

+
+enum class CheckBoxStyle +

Checkbox style options.

+
+

CheckInput

+
+open class CheckInput : Widget, FormInput +

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

+
+

CheckInputType

+
+enum class CheckInputType +

Type of the check input control (checkbox or radio).

+
+

Radio

+
+open class Radio : SimplePanel, BoolFormControl +

The form field component rendered as HTML input type="radio".

+
+

RadioGroup

+
+open class RadioGroup : SimplePanel, StringFormControl +

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

+
+

RadioStyle

+
+enum class RadioStyle +

Radio style options.

+
+ + -- cgit