From f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 29 Jan 2019 23:41:38 +0100 Subject: API documentation for KVision 0.0.23 --- api/pl.treksoft.kvision.form.check/index.html | 29 ++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (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 index d61b4b2a..3f550ef8 100644 --- a/api/pl.treksoft.kvision.form.check/index.html +++ b/api/pl.treksoft.kvision.form.check/index.html @@ -23,6 +23,15 @@ +

CheckBoxInput

+ + +open class CheckBoxInput : CheckInput +

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

+ + + +

CheckBoxStyle

@@ -35,7 +44,7 @@

CheckInput

-open class CheckInput : Widget, FormInput +abstract class CheckInput : Widget, FormInput

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

@@ -68,6 +77,24 @@ +

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

-- cgit