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