Uses of Class
org.patternfly.component.form.TextArea
Packages that use TextArea
-
Uses of TextArea in org.patternfly.component.form
Methods in org.patternfly.component.form that return TextAreaModifier and TypeMethodDescriptionTextArea.applyTo(Consumer<HTMLTextAreaElementBuilder<HTMLTextAreaElement>> textArea) 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.onKeyup(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.TextArea.placeholder(String placeholder) TextArea.plain(boolean plain) TextArea.readonly(boolean readonly) TextArea.required(boolean required) TextArea.resize(TextAreaResize resize) static TextAreastatic TextAreaTextArea.that()Same as value(value, false)Method parameters in org.patternfly.component.form with type arguments of type TextAreaModifier and TypeMethodDescriptionTextArea.onChange(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.TextArea.onKeyup(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.