Uses of Class
org.patternfly.component.form.TextArea
-
Packages that use TextArea Package Description org.patternfly.component.form -
-
Uses of TextArea in org.patternfly.component.form
Methods in org.patternfly.component.form that return TextArea Modifier and Type Method Description TextAreaTextArea. applyTo(Consumer<HTMLElementBuilder<HTMLTextAreaElement>> consumer)Provides access to the underlying text area element using a fluent API styleTextAreaTextArea. autoResize()TextAreaTextArea. onChange(ChangeHandler<TextArea,String> changeHandler)Defines a change handler that is called when thevalue()of this text area changes.TextAreaTextArea. plain(boolean plain)TextAreaTextArea. readonly(boolean readonly)TextAreaTextArea. required(boolean required)TextAreaTextArea. resize(TextAreaResize resize)TextAreaTextArea. text(String text)Same asvalue(String)static TextAreaTextArea. textArea(String id)static TextAreaTextArea. textArea(String id, String value)TextAreaTextArea. that()TextAreaTextArea. value(String value)Same as value(value, false)TextAreaTextArea. value(String value, boolean fireEvent)Method parameters in org.patternfly.component.form with type arguments of type TextArea Modifier and Type Method Description TextAreaTextArea. onChange(ChangeHandler<TextArea,String> changeHandler)Defines a change handler that is called when thevalue()of this text area changes.
-