Class FilterInput
java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement, FilterInput>
org.patternfly.component.textinputgroup.BaseTextInputGroup<FilterInput>
org.patternfly.component.textinputgroup.BaseSearchInput<FilterInput>
org.patternfly.component.textinputgroup.BaseFilterInput<FilterInput>
org.patternfly.component.textinputgroup.FilterInput
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, FilterInput>, ElementClassListMethods<HTMLElement, FilterInput>, ElementConsumerMethods<HTMLElement, FilterInput>, ElementContainerMethods<HTMLElement, FilterInput>, ElementEventMethods<HTMLElement, FilterInput>, ElementIdMethods<HTMLElement, FilterInput>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, FilterInput>, HTMLElementDataMethods<HTMLElement, FilterInput>, HTMLElementStyleMethods<HTMLElement, FilterInput>, HTMLElementVisibilityMethods<HTMLElement, FilterInput>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, FilterInput>, Component, ComponentIcon<HTMLElement, FilterInput>, HasValue<String>, Validatable<HTMLElement, FilterInput>, Modifiers.Disabled<HTMLElement, FilterInput>, Modifiers.Plain<HTMLElement, FilterInput>
A filter input is a special search input that adds a
label group.
Use BaseFilterInput.noAddOnEnter() to disable the default enter behavior. You can add additional enter handlers using
BaseFilterInput.onEnter(ComponentHandler). To control the utilities visibility use BaseSearchInput.showUtilitiesIf(BiFunction).
- See Also:
-
Field Summary
Fields inherited from class BaseFilterInput
DEFAULT_TEXT_TO_IDENTIFIER, DEFAULT_TEXT_TO_LABEL -
Method Summary
Modifier and TypeMethodDescriptionstatic FilterInputfilterInput(String id) static FilterInputfilterInput(String id, String value) that()Methods inherited from class BaseFilterInput
add, addLabelGroup, allowDuplicates, allowDuplicates, labelGroup, noAddOnEnter, onAdd, onEnter, onRemove, showLabelGroupIf, textToIdentifier, textToIdentifier, textToLabel, textToLabel, value, valueMethods inherited from class BaseSearchInput
noDefaultOnClear, onClear, showUtilitiesIfMethods inherited from class BaseTextInputGroup
add, addUtilities, applyTo, disabled, icon, input, onChange, onKeyup, placeholder, removeIcon, resetValidation, utilities, validated, 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
-
filterInput
-
filterInput
-
that
-