Uses of Class
org.patternfly.component.form.TextInput
-
Packages that use TextInput Package Description org.patternfly.component.form -
-
Uses of TextInput in org.patternfly.component.form
Methods in org.patternfly.component.form that return TextInput Modifier and Type Method Description TextInputTextInput. addIcon(String iconClass)TextInputTextInput. addIcon(PredefinedIcon predefinedIcon)TextInputTextInput. applyTo(Consumer<InputElementBuilder<HTMLInputElement>> inputElementConsumer)Provides access to the underlying input element using a fluent API styleTextInputTextInput. disabled(boolean disabled)TextInputTextInput. invalid(boolean invalid)TextInputTextInput. onChange(ChangeHandler<TextInput,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)Method parameters in org.patternfly.component.form with type arguments of type TextInput Modifier and Type Method Description TextInputTextInput. onChange(ChangeHandler<TextInput,String> handler)
-