Class TextInputGroup
java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement, TextInputGroup>
org.patternfly.component.textinputgroup.BaseTextInputGroup<TextInputGroup>
org.patternfly.component.textinputgroup.TextInputGroup
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, TextInputGroup>,ElementClassListMethods<HTMLElement, TextInputGroup>,ElementConsumerMethods<HTMLElement, TextInputGroup>,ElementContainerMethods<HTMLElement, TextInputGroup>,ElementEventMethods<HTMLElement, TextInputGroup>,ElementIdMethods<HTMLElement, TextInputGroup>,ElementQueryMethods<HTMLElement>,HTMLElementAttributeMethods<HTMLElement, TextInputGroup>,HTMLElementDataMethods<HTMLElement, TextInputGroup>,HTMLElementStyleMethods<HTMLElement, TextInputGroup>,HTMLElementVisibilityMethods<HTMLElement, TextInputGroup>,IsElement<HTMLElement>,TypedBuilder<HTMLElement, TextInputGroup>,Component,ComponentIcon<HTMLElement, TextInputGroup>,HasValue<String>,Validatable<HTMLElement, TextInputGroup>,Modifiers.Disabled<HTMLElement, TextInputGroup>,Modifiers.Plain<HTMLElement, 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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextInputGrouptextInputGroup(String id) static TextInputGrouptextInputGroup(String id, String value) that()Methods inherited from class org.patternfly.component.textinputgroup.BaseTextInputGroup
add, addUtilities, applyTo, disabled, icon, input, onChange, onKeyup, placeholder, removeIcon, resetValidation, utilities, validated, value, value, valueMethods inherited from class org.patternfly.component.BaseComponent
componentType, element, registerComponentMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.patternfly.component.ComponentIcon
iconMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled, isDisabledMethods inherited from interface org.patternfly.style.Modifiers.Plain
plain, plain
-
Method Details
-
textInputGroup
-
textInputGroup
-
that
-