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.
-
Method Summary
Modifier and TypeMethodDescriptionadd(InputGroupItem item) addItem(InputGroupItem item) addText(InputGroupText text) disabled(boolean disabled) static InputGroupbooleanitems()that()Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled
-
Method Details
-
inputGroup
-
addItem
-
add
-
addText
-
disabled
- Specified by:
disabledin interfaceModifiers.Disabled<HTMLElement,InputGroup>
-
isDisabled
public boolean isDisabled()- Specified by:
isDisabledin interfaceModifiers.Disabled<HTMLElement,InputGroup>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,InputGroup>
-
items
-
itemWithButton
-
itemWithDropdown
-
itemWithFormControl
-