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