Uses of Class
org.patternfly.component.form.TextArea
Packages that use TextArea
-
Uses of TextArea in org.patternfly.component.form
Subclasses with type arguments of type TextArea in org.patternfly.component.formModifier and TypeClassDescriptionclassA text area component is used for entering a paragraph of text that is longer than one line.Classes in org.patternfly.component.form that implement interfaces with type arguments of type TextAreaModifier and TypeClassDescriptionclassA text area component is used for entering a paragraph of text that is longer than one line.classA text area component is used for entering a paragraph of text that is longer than one line.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 theTextArea.value()of this text area changes.TextArea.onKeyup(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that is called when theTextArea.value()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 theTextArea.value()of this text area changes.TextArea.onKeyup(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that is called when theTextArea.value()of this text area changes.