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<HTMLInputElementBuilder<HTMLInputElement>> input) 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 area changes.TextInput.onKeyup(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.TextInput.placeholder(String placeholder) TextInput.plain(boolean plain) TextInput.readonly(boolean readonly) TextInput.removeIcon()TextInput.required(boolean required) static TextInputstatic TextInputstatic TextInputTextInput.textInput(TextInputType type, String id) static TextInputTextInput.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 TextInputModifier and TypeMethodDescriptionTextInput.onChange(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.TextInput.onKeyup(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes. -
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)