Uses of Class
org.patternfly.component.form.TextArea
Packages that use TextArea
Package
Description
Provides form components for building structured data entry interfaces.
-
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 listens forEventType.changeevents.TextArea.onInput(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that listens forEventType.inputevents.TextArea.onKeydown(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that listens forEventType.keydownevents.TextArea.onKeyup(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that listens forEventType.keyupevents.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 listens forEventType.changeevents.TextArea.onInput(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that listens forEventType.inputevents.TextArea.onKeydown(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that listens forEventType.keydownevents.TextArea.onKeyup(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that listens forEventType.keyupevents.