Class TextArea

All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, TextArea>, ElementClassListMethods<HTMLElement, TextArea>, ElementConsumerMethods<HTMLElement, TextArea>, ElementContainerMethods<HTMLElement, TextArea>, ElementEventMethods<HTMLElement, TextArea>, ElementIdMethods<HTMLElement, TextArea>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, TextArea>, HTMLElementDataMethods<HTMLElement, TextArea>, HTMLElementStyleMethods<HTMLElement, TextArea>, HTMLElementVisibilityMethods<HTMLElement, TextArea>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, TextArea>, Component, HasValue<String>, Validatable<HTMLElement, TextArea>, org.patternfly.core.OuiaSupport<HTMLElement, TextArea>, org.patternfly.style.Modifiers.Disabled<HTMLElement, TextArea>, org.patternfly.style.Modifiers.Plain<HTMLElement, TextArea>, org.patternfly.style.Modifiers.Readonly<HTMLElement, TextArea>, org.patternfly.style.Modifiers.Required<HTMLElement, TextArea>

public class TextArea extends FormControl<HTMLElement, TextArea> implements Attachable, HasValue<String>, org.patternfly.style.Modifiers.Plain<HTMLElement, TextArea>, org.patternfly.style.Modifiers.Readonly<HTMLElement, TextArea>
A text area component is used for entering a paragraph of text that is longer than one line.
See Also: