Uses of Class
org.patternfly.component.form.TextInput
Packages that use TextInput
Package
Description
Provides form components for building structured data entry interfaces.
Provides the PatternFly slider component and its subcomponents.
-
Uses of TextInput in org.patternfly.component.form
Subclasses with type arguments of type TextInput in org.patternfly.component.formModifier and TypeClassDescriptionclassA text input is used to gather free-form text from a user.Classes in org.patternfly.component.form that implement interfaces with type arguments of type TextInputModifier and TypeClassDescriptionclassA text input is used to gather free-form text from a user.classA text input is used to gather free-form text from a user.classA text input is used to gather free-form text from a user.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 listens forEventType.changeevents.TextInput.onInput(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that listens forEventType.inputevents.TextInput.onKeydown(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that listens forEventType.keydownevents.TextInput.onKeyup(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that listens forEventType.keyupevents.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 listens forEventType.changeevents.TextInput.onInput(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that listens forEventType.inputevents.TextInput.onKeydown(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that listens forEventType.keydownevents.TextInput.onKeyup(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that listens forEventType.keyupevents. -
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)