Class InputGroupItem
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.inputgroup.InputGroupItem
-
- All Implemented Interfaces:
Container<HTMLDivElement,InputGroupItem>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,InputGroupItem>,HasHTMLElement<HTMLDivElement,InputGroupItem>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,InputGroupItem>,Modifiers.Disabled<HTMLDivElement,InputGroupItem>,Modifiers.Fill<HTMLDivElement,InputGroupItem>
public class InputGroupItem extends SubComponent<E,B> implements Modifiers.Disabled<HTMLDivElement,InputGroupItem>, Modifiers.Fill<HTMLDivElement,InputGroupItem>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputGroupItemadd(Button button)InputGroupItemadd(FormControl<?,?> formControl)InputGroupItemadd(Dropdown dropdown)InputGroupItemadd(Modifiers.Disabled<?,?> component)InputGroupItemaddButton(Button button)InputGroupItemaddDropdown(Dropdown dropdown)InputGroupItemaddFormControl(FormControl<?,?> formControl)Buttonbutton()InputGroupItemdisabled(boolean disabled)Dropdowndropdown()FormControl<?,?>formControl()static InputGroupIteminputGroupItem()InputGroupItemthat()-
Methods inherited from class org.patternfly.component.SubComponent
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, isDisabled
-
Methods inherited from interface org.patternfly.style.Modifiers.Fill
fill, fill
-
-
-
-
Method Detail
-
inputGroupItem
public static InputGroupItem inputGroupItem()
-
addButton
public InputGroupItem addButton(Button button)
-
add
public InputGroupItem add(Button button)
-
addDropdown
public InputGroupItem addDropdown(Dropdown dropdown)
-
add
public InputGroupItem add(Dropdown dropdown)
-
addFormControl
public InputGroupItem addFormControl(FormControl<?,?> formControl)
-
add
public InputGroupItem add(FormControl<?,?> formControl)
-
add
public InputGroupItem add(Modifiers.Disabled<?,?> component)
-
disabled
public InputGroupItem disabled(boolean disabled)
- Specified by:
disabledin interfaceModifiers.Disabled<HTMLDivElement,InputGroupItem>
-
that
public InputGroupItem that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,InputGroupItem>
-
button
public Button button()
-
dropdown
public Dropdown dropdown()
-
formControl
public FormControl<?,?> formControl()
-
-