From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- 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..22161c98 --- /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 +

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