Uses of Class
org.patternfly.component.textinputgroup.TextInputGroupMain
-
Uses of TextInputGroupMain in org.patternfly.component.textinputgroup
Modifier 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)Modifier and TypeMethodDescriptionTextInputGroup.add
(TextInputGroupMain main) TextInputGroup.addMain
(TextInputGroupMain main)