Class TextInputGroup
java.lang.Object
org.patternfly.component.BaseComponent<elemental2.dom.HTMLDivElement,TextInputGroup>
org.patternfly.component.textinputgroup.TextInputGroup
- All Implemented Interfaces:
Attachable,Container<elemental2.dom.HTMLDivElement,,TextInputGroup> Finder<elemental2.dom.HTMLDivElement>,HasElement<elemental2.dom.HTMLDivElement,,TextInputGroup> HasHTMLElement<elemental2.dom.HTMLDivElement,,TextInputGroup> IsElement<elemental2.dom.HTMLDivElement>,TypedBuilder<elemental2.dom.HTMLDivElement,,TextInputGroup> Component,Modifiers.Disabled<elemental2.dom.HTMLDivElement,TextInputGroup>
public class TextInputGroup
extends BaseComponent<elemental2.dom.HTMLDivElement,TextInputGroup>
implements Modifiers.Disabled<elemental2.dom.HTMLDivElement,TextInputGroup>, Attachable
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
Modifier and TypeMethodDescriptionadd(TextInputGroupMain main) add(TextInputGroupUtilities utilities) addMain(TextInputGroupMain main) addUtilities(TextInputGroupUtilities utilities) voidattach(elemental2.dom.MutationRecord mutationRecord) voidclear()Same asclear(true).voidclear(boolean fireEvent) disabled(boolean disabled) static TextInputGroupfilterInputGroup(String placeholder) main()onChange(ChangeHandler<TextInputGroup, String> changeHandler) Delegates toTextInputGroupMain.onChange(ChangeHandler)onKeyup(ChangeHandler<TextInputGroup, String> changeHandler) Delegates toTextInputGroupMain.onKeyup(ChangeHandler)static TextInputGroupsearchInputGroup(String placeholder) static TextInputGroupthat()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.Attachable
detachMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled, isDisabled
-
Method Details
-
textInputGroup
-
searchInputGroup
-
filterInputGroup
-
attach
public void attach(elemental2.dom.MutationRecord mutationRecord) - Specified by:
attachin interfaceAttachable
-
addMain
-
add
-
addUtilities
-
add
-
disabled
- Specified by:
disabledin interfaceModifiers.Disabled<elemental2.dom.HTMLDivElement,TextInputGroup>
-
that
- Specified by:
thatin interfaceTypedBuilder<elemental2.dom.HTMLDivElement,TextInputGroup>
-
onKeyup
Delegates toTextInputGroupMain.onKeyup(ChangeHandler) -
onChange
Delegates toTextInputGroupMain.onChange(ChangeHandler) -
clear
public void clear()Same asclear(true). -
clear
public void clear(boolean fireEvent) -
main
-
utilities
-