From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- docs/api/pl.treksoft.kvision.form.text/index.html | 108 ---------------------- 1 file changed, 108 deletions(-) delete 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 deleted file mode 100644 index 09b4a207..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/index.html +++ /dev/null @@ -1,108 +0,0 @@ - - - -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.

-
-

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