Uses of Class
org.patternfly.component.form.TextInput
-
Uses of TextInput in org.patternfly.component.form
Modifier 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) -
Uses of TextInput in org.patternfly.component.slider
Modifier and TypeMethodDescriptionSlider.addValueInput
(TextInput valueInput) Slider.addValueInput
(TextInput textInput, SliderInputPosition inputPosition)