Class TextInputGroup

java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement,TextInputGroup>
org.patternfly.component.textinputgroup.TextInputGroup
All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLDivElement,TextInputGroup>, ElementClassListMethods<HTMLDivElement,TextInputGroup>, ElementConsumerMethods<HTMLDivElement,TextInputGroup>, ElementContainerMethods<HTMLDivElement,TextInputGroup>, ElementEventMethods<HTMLDivElement,TextInputGroup>, ElementIdMethods<HTMLDivElement,TextInputGroup>, ElementQueryMethods<HTMLDivElement>, HTMLElementAttributeMethods<HTMLDivElement,TextInputGroup>, HTMLElementDataMethods<HTMLDivElement,TextInputGroup>, HTMLElementStyleMethods<HTMLDivElement,TextInputGroup>, HTMLElementVisibilityMethods<HTMLDivElement,TextInputGroup>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement,TextInputGroup>, Component, org.patternfly.style.Modifiers.Disabled<HTMLDivElement,TextInputGroup>, org.patternfly.style.Modifiers.Plain<HTMLDivElement,TextInputGroup>

public class TextInputGroup extends BaseComponent<HTMLDivElement,TextInputGroup> implements Attachable, org.patternfly.style.Modifiers.Disabled<HTMLDivElement,TextInputGroup>, org.patternfly.style.Modifiers.Plain<HTMLDivElement,TextInputGroup>
A text input group is a more flexible composable version of a text input. It enables consumers of PatternFly to build custom inputs for filtering and similar use cases by placing elements like icons, chips groups and buttons within a text input.
See Also: