Uses of Class
org.patternfly.component.breadcrumb.Breadcrumb
Packages that use Breadcrumb
-
Uses of Breadcrumb in org.patternfly.component.breadcrumb
Subclasses with type arguments of type Breadcrumb in org.patternfly.component.breadcrumbModifier and TypeClassDescriptionclassA breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application hierarchy.Classes in org.patternfly.component.breadcrumb that implement interfaces with type arguments of type BreadcrumbModifier and TypeClassDescriptionclassA breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application hierarchy.Methods in org.patternfly.component.breadcrumb that return BreadcrumbModifier and TypeMethodDescriptionBreadcrumb.add(BreadcrumbItem item) static BreadcrumbBreadcrumb.breadcrumb()Breadcrumb.onAdd(BiConsumer<Breadcrumb, BreadcrumbItem> onAdd) Breadcrumb.onRemove(BiConsumer<Breadcrumb, BreadcrumbItem> onRemove) Breadcrumb.onSelect(SelectHandler<BreadcrumbItem> selectHandler) Breadcrumb.that()Method parameters in org.patternfly.component.breadcrumb with type arguments of type BreadcrumbModifier and TypeMethodDescriptionBreadcrumb.onAdd(BiConsumer<Breadcrumb, BreadcrumbItem> onAdd) Breadcrumb.onRemove(BiConsumer<Breadcrumb, BreadcrumbItem> onRemove) -
Uses of Breadcrumb in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Breadcrumb