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, 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) Adds/removes modifier(disabled)static InputGroupbooleanitems()that()Methods inherited from class BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Disabled
disabled
-
Method Details
-
inputGroup
-
addItem
-
add
-
addText
-
disabled
Description copied from interface:Modifiers.DisabledAdds/removes modifier(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
-