Uses of Class
org.patternfly.component.breadcrumb.BreadcrumbItem
Packages that use BreadcrumbItem
-
Uses of BreadcrumbItem in org.patternfly.component.breadcrumb
Subclasses with type arguments of type BreadcrumbItem in org.patternfly.component.breadcrumbClasses in org.patternfly.component.breadcrumb that implement interfaces with type arguments of type BreadcrumbItemModifier and TypeClassDescriptionclassA breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application hierarchy.classclassclassMethods in org.patternfly.component.breadcrumb that return BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbItem.active()BreadcrumbItem.active(boolean active) static BreadcrumbItemBreadcrumbItem.breadcrumbItem(String identifier, String text) static BreadcrumbItemBreadcrumbItem.breadcrumbItem(String identifier, String text, String href) static BreadcrumbItemBreadcrumbItem.breadcrumbItem(String identifier, String text, String href, String target) BreadcrumbItem.onClick(ComponentHandler<BreadcrumbItem> actionHandler) <T> BreadcrumbItemBreadcrumbItem.that()Methods in org.patternfly.component.breadcrumb that return types with arguments of type BreadcrumbItemMethods in org.patternfly.component.breadcrumb with parameters of type BreadcrumbItemMethod parameters in org.patternfly.component.breadcrumb with type arguments of type BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumb.onAdd(BiConsumer<Breadcrumb, BreadcrumbItem> onAdd) BreadcrumbItem.onClick(ComponentHandler<BreadcrumbItem> actionHandler) Breadcrumb.onRemove(BiConsumer<Breadcrumb, BreadcrumbItem> onRemove) Breadcrumb.onSelect(SelectHandler<BreadcrumbItem> selectHandler) <T> voidBreadcrumb.updateItems(Iterable<T> items, Function<T, BreadcrumbItem> display)