Package org.patternfly.component.toolbar
Class ToolbarFilterChipGroup<T>
java.lang.Object
org.patternfly.component.SubComponent<E,B>
org.patternfly.component.toolbar.ToolbarFilterChipGroup<T>
- All Implemented Interfaces:
Container<elemental2.dom.HTMLDivElement,,ToolbarFilterChipGroup<T>> Finder<elemental2.dom.HTMLDivElement>,HasElement<elemental2.dom.HTMLDivElement,,ToolbarFilterChipGroup<T>> HasHTMLElement<elemental2.dom.HTMLDivElement,,ToolbarFilterChipGroup<T>> IsElement<elemental2.dom.HTMLDivElement>,TypedBuilder<elemental2.dom.HTMLDivElement,ToolbarFilterChipGroup<T>>
-
Method Summary
Modifier and TypeMethodDescriptionfilterAttributes(String firstAttribute, String... moreAttributes) filterToChips(Function<org.patternfly.filter.Filter<T>, List<Chip>> chipsFn) 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.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Method Details
-
toolbarFilterChipGroup
public static <T> ToolbarFilterChipGroup<T> toolbarFilterChipGroup(org.patternfly.filter.Filter<T> filter, String text) -
filterAttributes
-
filterToChips
-
that
-