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:
-
Method Summary
Modifier and TypeMethodDescriptionadd
(InputGroupItem item) addItem
(InputGroupItem item) addText
(InputGroupText text) disabled
(boolean disabled) static InputGroup
boolean
items()
that()
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods 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, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled
-
Method Details
-
inputGroup
-
addItem
-
add
-
addText
-
disabled
- Specified by:
disabled
in interfaceModifiers.Disabled<HTMLElement,
InputGroup>
-
isDisabled
public boolean isDisabled()- Specified by:
isDisabled
in interfaceModifiers.Disabled<HTMLElement,
InputGroup>
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLElement,
InputGroup>
-
items
-
itemWithButton
-
itemWithDropdown
-
itemWithFormControl
-