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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputGroupadd(InputGroupItem item)InputGroupaddItem(InputGroupItem item)InputGroupaddText(InputGroupText text)InputGroupdisabled(boolean disabled)static InputGroupinputGroup()booleanisDisabled()List<InputGroupItem>items()InputGroupItemitemWithButton()InputGroupItemitemWithDropdown()InputGroupItemitemWithFormControl()InputGroupthat()-
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, id, innerHtml, 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 Detail
-
inputGroup
public static InputGroup inputGroup()
-
addItem
public InputGroup addItem(InputGroupItem item)
-
add
public InputGroup add(InputGroupItem item)
-
addText
public InputGroup addText(InputGroupText text)
-
disabled
public InputGroup disabled(boolean disabled)
- Specified by:
disabledin interfaceModifiers.Disabled<HTMLElement,InputGroup>
-
isDisabled
public boolean isDisabled()
- Specified by:
isDisabledin interfaceModifiers.Disabled<HTMLElement,InputGroup>
-
that
public InputGroup that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,InputGroup>
-
items
public List<InputGroupItem> items()
-
itemWithButton
public InputGroupItem itemWithButton()
-
itemWithDropdown
public InputGroupItem itemWithDropdown()
-
itemWithFormControl
public InputGroupItem itemWithFormControl()
-
-