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 org.patternfly.component.textinputgroup.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 org.patternfly.component.textinputgroup.BaseFilterInput
add, addLabelGroup, allowDuplicates, allowDuplicates, labelGroup, noAddOnEnter, onAdd, onEnter, onRemove, showLabelGroupIf, textToIdentifier, textToIdentifier, textToLabel, textToLabel, value, valueMethods inherited from class org.patternfly.component.textinputgroup.BaseSearchInput
noDefaultOnClear, onClear, showUtilitiesIfMethods inherited from class org.patternfly.component.textinputgroup.BaseTextInputGroup
add, addUtilities, applyTo, disabled, icon, input, onChange, onKeyup, placeholder, removeIcon, resetValidation, utilities, validated, 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
-
filterInput
-
filterInput
-
that
-