From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api1/pl.treksoft.kvision.form.check/index.html | 108 +++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 api1/pl.treksoft.kvision.form.check/index.html (limited to 'api1/pl.treksoft.kvision.form.check/index.html') diff --git a/api1/pl.treksoft.kvision.form.check/index.html b/api1/pl.treksoft.kvision.form.check/index.html new file mode 100644 index 00000000..3f550ef8 --- /dev/null +++ b/api1/pl.treksoft.kvision.form.check/index.html @@ -0,0 +1,108 @@ + + + +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".

+
+

CheckBoxInput

+
+open class CheckBoxInput : CheckInput +

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

+
+

CheckBoxStyle

+
+enum class CheckBoxStyle +

Checkbox style options.

+
+

CheckInput

+
+abstract 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.

+
+

RadioGroupInput

+
+open class RadioGroupInput : SimplePanel, FormInput +

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

+
+

RadioInput

+
+open class RadioInput : CheckInput +

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

+
+

RadioStyle

+
+enum class RadioStyle +

Radio style options.

+
+ + -- cgit