Uses of Class
org.patternfly.component.breadcrumb.Breadcrumb
Packages that use Breadcrumb
Package
Description
Provides the PatternFly breadcrumb component for hierarchical navigation.
Provides the PatternFly page layout component and its subcomponents.
-
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(AddItemHandler<Breadcrumb, BreadcrumbItem> onAdd) Breadcrumb.onRemove(RemoveItemHandler<Breadcrumb, BreadcrumbItem> onRemove) Breadcrumb.onSelect(SelectHandler<BreadcrumbItem> selectHandler) Breadcrumb.onUpdate(UpdateItemHandler<Breadcrumb, BreadcrumbItem> onUpdate) Breadcrumb.that()Method parameters in org.patternfly.component.breadcrumb with type arguments of type BreadcrumbModifier and TypeMethodDescriptionBreadcrumb.onAdd(AddItemHandler<Breadcrumb, BreadcrumbItem> onAdd) Breadcrumb.onRemove(RemoveItemHandler<Breadcrumb, BreadcrumbItem> onRemove) Breadcrumb.onUpdate(UpdateItemHandler<Breadcrumb, BreadcrumbItem> onUpdate) -
Uses of Breadcrumb in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Breadcrumb -
Uses of Breadcrumb in org.patternfly.componentgroup.pageheader
Methods in org.patternfly.componentgroup.pageheader with parameters of type BreadcrumbModifier and TypeMethodDescriptionPageHeader.add(Breadcrumb breadcrumb) PageHeader.addBreadcrumb(Breadcrumb breadcrumb)