Class InputGroup

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

public class InputGroup extends BaseComponent<HTMLElement,InputGroup> implements org.patternfly.style.Modifiers.Disabled<HTMLElement,InputGroup>
An input group groups multiple related controls or inputs together, so they appear as one control.
See Also: