Class TextInputGroup
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,TextInputGroup>
-
- org.patternfly.component.textinputgroup.TextInputGroup
-
- All Implemented Interfaces:
Attachable,Container<HTMLDivElement,TextInputGroup>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,TextInputGroup>,HasHTMLElement<HTMLDivElement,TextInputGroup>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,TextInputGroup>,Component,Modifiers.Disabled<HTMLDivElement,TextInputGroup>
public class TextInputGroup extends BaseComponent<HTMLDivElement,TextInputGroup> implements Attachable, Modifiers.Disabled<HTMLDivElement,TextInputGroup>
A text input group is a more flexible composable version of a text input. It enables consumers of PatternFly to build custom inputs for filtering and similar use cases by placing elements like icons, chips groups and buttons within a text input.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TextInputGroupadd(TextInputGroupMain main)TextInputGroupadd(TextInputGroupUtilities utilities)TextInputGroupaddMain(TextInputGroupMain main)TextInputGroupaddUtilities(TextInputGroupUtilities utilities)voidattach(MutationRecord mutationRecord)TextInputGroupdisabled(boolean disabled)Adds/removes modifier(disabled)TextInputGroupMainmain()static TextInputGrouptextInputGroup()TextInputGroupthat()TextInputGroupUtilitiesutilities()-
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.Attachable
detach
-
Methods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
Methods inherited from interface org.patternfly.core.Modifiers.Disabled
disabled
-
-
-
-
Method Detail
-
textInputGroup
public static TextInputGroup textInputGroup()
-
attach
public void attach(MutationRecord mutationRecord)
- Specified by:
attachin interfaceAttachable
-
that
public TextInputGroup that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,TextInputGroup>
-
main
public TextInputGroupMain main()
-
utilities
public TextInputGroupUtilities utilities()
-
addMain
public TextInputGroup addMain(TextInputGroupMain main)
-
add
public TextInputGroup add(TextInputGroupMain main)
-
addUtilities
public TextInputGroup addUtilities(TextInputGroupUtilities utilities)
-
add
public TextInputGroup add(TextInputGroupUtilities utilities)
-
disabled
public TextInputGroup disabled(boolean disabled)
Description copied from interface:Modifiers.DisabledAdds/removes modifier(disabled)- Specified by:
disabledin interfaceModifiers.Disabled<HTMLDivElement,TextInputGroup>
-
-