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 BaseTextInputGroup
add, addUtilities, applyTo, disabled, icon, input, onChange, onInput, onKeydown, onKeyup, placeholder, removeIcon, resetValidation, utilities, validated, value, value, valueMethods inherited from class BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentIcon
iconMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Disabled
disabled, isDisabledMethods inherited from interface Modifiers.Plain
plain, plain
-
Method Details
-
textInputGroup
-
textInputGroup
-
that
-