Uses of Class
org.patternfly.component.textinputgroup.TextInputGroupMain
Packages that use TextInputGroupMain
-
Uses of TextInputGroupMain in org.patternfly.component.textinputgroup
Methods in org.patternfly.component.textinputgroup that return TextInputGroupMainModifier and TypeMethodDescriptionTextInputGroupMain.addChipGroup
(ChipGroup chipGroup) TextInputGroupMain.applyTo
(Consumer<InputElementBuilder<HTMLInputElement>> consumer) Provides access to the underlying input element using a fluent API styleTextInputGroup.main()
TextInputGroupMain.onChange
(ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when thevalue()
of input element changes.TextInputGroupMain.placeholder
(String placeholder) TextInputGroupMain.removeIcon()
Same asvalue(String)
static TextInputGroupMain
TextInputGroupMain.textInputGroupMain
(String id) TextInputGroupMain.that()
Same as value(value, false)Methods in org.patternfly.component.textinputgroup with parameters of type TextInputGroupMainModifier and TypeMethodDescriptionTextInputGroup.add
(TextInputGroupMain main) TextInputGroup.addMain
(TextInputGroupMain main)