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.