Class AbstractTextArea<T extends com.vaadin.ui.TextArea,V>

All Implemented Interfaces:
AttachNotifier, Buffered, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper, HasValueSource<V>, Field<V>, HasContextHelp, HasConversionErrorMessage, HasDatatype<V>, HasDebugId, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasValidator<V>, HasValue<V>, Requirable, TextArea<V>, TextInputField<V>, TextInputField.CaseConversionSupported, TextInputField.CursorPositionSupported, TextInputField.MaxLengthLimited, TextInputField.TextChangeNotifier, TextInputField.TextSelectionSupported, TextInputField.TrimSupported, Validatable
Direct Known Subclasses:
ResizableTextAreaImpl, TextAreaImpl

public abstract class AbstractTextArea<T extends com.vaadin.ui.TextArea,V> extends AbstractField<T,String,V> implements TextArea<V>