Uses of Class
org.patternfly.component.form.TextArea
-
Uses of TextArea in org.patternfly.component.form
Modifier and TypeMethodDescriptionTextArea.applyTo
(Consumer<HTMLElementBuilder<HTMLTextAreaElement>> consumer) Provides access to the underlying text area element using a fluent API styleTextArea.autoResize()
TextArea.onChange
(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that is called when thevalue()
of this text area changes.TextArea.plain
(boolean plain) TextArea.readonly
(boolean readonly) TextArea.required
(boolean required) TextArea.resize
(TextAreaResize resize) Same asvalue(String)
static TextArea
static TextArea
TextArea.that()
Same as value(value, false)