From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.form.check/index.html | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.check/index.html') diff --git a/docs/api/pl.treksoft.kvision.form.check/index.html b/docs/api/pl.treksoft.kvision.form.check/index.html index 6f670681..22161c98 100644 --- a/docs/api/pl.treksoft.kvision.form.check/index.html +++ b/docs/api/pl.treksoft.kvision.form.check/index.html @@ -14,29 +14,20 @@ -

CHECKBOXSTYLE

- - -enum class CHECKBOXSTYLE -

Checkbox style options.

- - - - -

CHECKINPUTTYPE

+

CheckBox

-enum class CHECKINPUTTYPE -

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

+open class CheckBox : SimplePanel, BoolFormControl +

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

-

CheckBox

+

CheckBoxStyle

-open class CheckBox : SimplePanel, BoolFormControl -

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

+enum class CheckBoxStyle +

Checkbox style options.

@@ -50,11 +41,11 @@ -

RADIOSTYLE

+

CheckInputType

-enum class RADIOSTYLE -

Radio style options.

+enum class CheckInputType +

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

@@ -75,6 +66,15 @@

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