Class InputGroup

java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement,InputGroup>
org.patternfly.component.inputgroup.InputGroup
All Implemented Interfaces:
Container<HTMLElement,InputGroup>, Finder<HTMLElement>, HasElement<HTMLElement,InputGroup>, HasHTMLElement<HTMLElement,InputGroup>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,InputGroup>, Component, Modifiers.Disabled<HTMLElement,InputGroup>

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