From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- docs/api/pl.treksoft.kvision.form.text/index.html | 108 ++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.form.text/index.html (limited to 'docs/api/pl.treksoft.kvision.form.text/index.html') diff --git a/docs/api/pl.treksoft.kvision.form.text/index.html b/docs/api/pl.treksoft.kvision.form.text/index.html new file mode 100644 index 00000000..7963d54b --- /dev/null +++ b/docs/api/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 +

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.

+
+

TEXTINPUTTYPE

+
+enum class TEXTINPUTTYPE +

Text input types.

+
+

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.

+
+ + -- cgit