Uses of Class
org.patternfly.components.form.TextInput
-
Packages that use TextInput Package Description org.patternfly.components.form -
-
Uses of TextInput in org.patternfly.components.form
Methods in org.patternfly.components.form that return TextInput Modifier and Type Method Description TextInputTextInput. addIcon(String icon)TextInputTextInput. consumeInputElement(Consumer<InputElementBuilder<elemental2.dom.HTMLInputElement>> inputElementConsumer)Provides access to the underlying input element using a fluent API styleTextInputTextInput. disabled(boolean disabled)TextInputTextInput. invalid(boolean invalid)TextInputTextInput. onChange(ChangeHandler<String> handler)TextInputTextInput. placeholder(String placeholder)TextInputTextInput. plain(boolean plain)TextInputTextInput. readonly(boolean readonly)TextInputTextInput. required(boolean required)static TextInputTextInput. textInput(String id)TextInputTextInput. that()TextInputTextInput. value(String value)
-