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 --- api/pl.treksoft.kvision.form.check/index.html | 81 --------------------------- 1 file changed, 81 deletions(-) delete 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 deleted file mode 100644 index d61b4b2a..00000000 --- a/api/pl.treksoft.kvision.form.check/index.html +++ /dev/null @@ -1,81 +0,0 @@ - - - -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