Class Breadcrumb
java.lang.Object
org.patternfly.component.BaseComponentFlat<HTMLElement,Breadcrumb>
org.patternfly.component.breadcrumb.Breadcrumb
- All Implemented Interfaces:
Finder<HTMLElement>,HasElement<HTMLElement,,Breadcrumb> HasHTMLElement<HTMLElement,,Breadcrumb> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,Breadcrumb> Component
A breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application
hierarchy.
-
Method Summary
Modifier and TypeMethodDescriptionadd(BreadcrumbItem item) addItem(BreadcrumbItem item) <T> BreadcrumbaddItems(Iterable<T> items, Function<T, BreadcrumbItem> display) static BreadcrumbonSelect(SelectHandler<BreadcrumbItem> selectHandler) that()<T> voidupdateItems(Iterable<T> items, Function<T, BreadcrumbItem> display) Methods inherited from class org.patternfly.component.BaseComponentFlat
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
breadcrumb
-
addItems
-
addItem
-
add
-
that
-
ariaLabel
-
onSelect
-
updateItems
-