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<elemental2.dom.HTMLInputElement>> consumer) Provides access to the underlying input element using a fluent API styleTextInputGroupMain.icon(elemental2.dom.Element icon) TextInputGroup.main()TextInputGroupMain.onChange(ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.TextInputGroupMain.onKeyup(ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.TextInputGroupMain.placeholder(String placeholder) TextInputGroupMain.removeIcon()Same asvalue(String)static TextInputGroupMainTextInputGroupMain.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)