Text input components, with password, text area and rich text area support.
abstract class AbstractText : SimplePanel, StringFormControl
Base class for form field text components. |
|
abstract class AbstractTextInput : Widget, FormInput
Base class for basic text components. |
|
open class Password : Text
Form field password component. |
|
open class RichText : AbstractText
Form field rich text component. |
|
open class RichTextInput : AbstractTextInput
Basic rich text component. |
|
open class Text : AbstractText
Form field text component. |
|
open class TextArea : AbstractText
Form field textarea component. |
|
open class TextAreaInput : AbstractTextInput
Basic textarea component. |
|
open class TextInput : AbstractTextInput
Basic text component. |
|
enum class TextInputType
Text input types. |