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:
-
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.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled
-
Method Details
-
inputGroup
-
addItem
-
add
-
addText
-
disabled
- Specified by:
disabledin interfaceorg.patternfly.style.Modifiers.Disabled<HTMLElement,InputGroup>
-
isDisabled
public boolean isDisabled()- Specified by:
isDisabledin interfaceorg.patternfly.style.Modifiers.Disabled<HTMLElement,InputGroup>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,InputGroup>
-
items
-
itemWithButton
-
itemWithDropdown
-
itemWithFormControl
-