Package org.patternfly.component.toolbar
Class ToolbarFilterChipGroup<T>
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement,ToolbarFilterChipGroup<T>>
org.patternfly.component.toolbar.ToolbarFilterChipGroup<T>
- All Implemented Interfaces:
ElementAttributeMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> ElementClassListMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> ElementConsumerMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> ElementContainerMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> ElementEventMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> ElementIdMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> ElementQueryMethods<HTMLDivElement>,HTMLElementAttributeMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> HTMLElementDataMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> HTMLElementStyleMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> HTMLElementVisibilityMethods<HTMLDivElement,,ToolbarFilterChipGroup<T>> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,ToolbarFilterChipGroup<T>>
public class ToolbarFilterChipGroup<T>
extends SubComponent<HTMLDivElement,ToolbarFilterChipGroup<T>>
-
Method Summary
Modifier and TypeMethodDescriptionfilterAttributes(String firstAttribute, String... moreAttributes) filterToChips(Function<org.patternfly.filter.Filter<T>, List<Label>> labelsFn) that()static <T> ToolbarFilterChipGroup<T> toolbarFilterChipGroup(org.patternfly.filter.Filter<T> filter, String text) Methods inherited from class org.patternfly.component.SubComponent
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
hidden
-
Method Details
-
toolbarFilterChipGroup
public static <T> ToolbarFilterChipGroup<T> toolbarFilterChipGroup(org.patternfly.filter.Filter<T> filter, String text) -
filterAttributes
-
filterToChips
-
that
-