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.text/index.html | 108 ++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 api1/pl.treksoft.kvision.form.text/index.html (limited to 'api1/pl.treksoft.kvision.form.text/index.html') diff --git a/api1/pl.treksoft.kvision.form.text/index.html b/api1/pl.treksoft.kvision.form.text/index.html new file mode 100644 index 00000000..8758e734 --- /dev/null +++ b/api1/pl.treksoft.kvision.form.text/index.html @@ -0,0 +1,108 @@ + + + +pl.treksoft.kvision.form.text - kvision + + + +kvision / pl.treksoft.kvision.form.text
+
+

Package pl.treksoft.kvision.form.text

+

Text input components, with password, text area and rich text area support.

+

Types

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

AbstractText

+
+abstract class AbstractText : SimplePanel, StringFormControl +

Base class for form field text components.

+
+

AbstractTextInput

+
+abstract class AbstractTextInput : Widget, FormInput +

Base class for basic text components.

+
+

Password

+
+open class Password : Text +

Form field password component.

+
+

RichText

+
+open class RichText : AbstractText +

Form field rich text component.

+
+

RichTextInput

+
+open class RichTextInput : AbstractTextInput +

Basic rich text component.

+
+

Text

+
+open class Text : AbstractText +

Form field text component.

+
+

TextArea

+
+open class TextArea : AbstractText +

Form field textarea component.

+
+

TextAreaInput

+
+open class TextAreaInput : AbstractTextInput +

Basic textarea component.

+
+

TextInput

+
+open class TextInput : AbstractTextInput +

Basic text component.

+
+

TextInputType

+
+enum class TextInputType +

Text input types.

+
+ + -- cgit