Interface TextInputField<V>

All Superinterfaces:
Buffered, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Field<V>, HasContextHelp, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasValidator<V>, HasValue<V>, HasValueSource<V>, Requirable, Validatable
All Known Subinterfaces:
MaskedField<V>, PasswordField, ResizableTextArea<V>, RichTextArea, TextArea<V>, TextField<V>
All Known Implementing Classes:
AbstractTextArea, MaskedFieldImpl, PasswordFieldImpl, ResizableTextAreaImpl, RichTextAreaImpl, TextAreaImpl, TextFieldImpl

public interface TextInputField<V> extends Field<V>, Buffered, Component.Focusable