Uses of Class
org.patternfly.component.form.TextInput
-
Packages that use TextInput Package Description org.patternfly.component.form org.patternfly.component.slider -
-
Uses of TextInput in org.patternfly.component.form
Methods in org.patternfly.component.form that return TextInput Modifier and Type Method Description TextInputTextInput. applyTo(Consumer<InputElementBuilder<HTMLInputElement>> consumer)Provides access to the underlying input element using a fluent API styleTextInputTextInput. expanded()Same as expanded(true)TextInputTextInput. expanded(boolean expanded)Adds/removes modifier(expanded)TextInputTextInput. icon(Element icon)TextInputTextInput. onChange(ChangeHandler<TextInput,String> changeHandler)Defines a change handler that is called when thevalue()of this text input changes.TextInputTextInput. placeholder(String placeholder)TextInputTextInput. plain(boolean plain)TextInputTextInput. readonly(boolean readonly)TextInputTextInput. removeIcon()TextInputTextInput. required(boolean required)TextInputTextInput. text(String text)Same asvalue(String)static TextInputTextInput. textInput(String id)static TextInputTextInput. textInput(String id, String value)static TextInputTextInput. textInput(TextInputType type, String id)static TextInputTextInput. textInput(TextInputType type, String id, String value)TextInputTextInput. that()TextInputTextInput. value(String value)Same as value(value, false)TextInputTextInput. value(String value, boolean fireEvent)Method parameters in org.patternfly.component.form with type arguments of type TextInput Modifier and Type Method Description TextInputTextInput. onChange(ChangeHandler<TextInput,String> changeHandler)Defines a change handler that is called when thevalue()of this text input changes. -
Uses of TextInput in org.patternfly.component.slider
Methods in org.patternfly.component.slider with parameters of type TextInput Modifier and Type Method Description SliderSlider. addValueInput(TextInput valueInput)SliderSlider. addValueInput(TextInput textInput, SliderInputPosition inputPosition)
-