Uses of Class
org.patternfly.component.breadcrumb.BreadcrumbItem
Packages that use BreadcrumbItem
-
Uses of BreadcrumbItem in org.patternfly.component.breadcrumb
Methods in org.patternfly.component.breadcrumb that return BreadcrumbItemModifier and TypeMethodDescriptionBreadcrumbItem.active()
BreadcrumbItem.active
(boolean active) static BreadcrumbItem
BreadcrumbItem.breadcrumbItem
(String identifier, String text) static BreadcrumbItem
BreadcrumbItem.breadcrumbItem
(String identifier, String text, String href) static BreadcrumbItem
BreadcrumbItem.breadcrumbItem
(String identifier, String text, String href, String target) BreadcrumbItem.onClick
(ComponentHandler<BreadcrumbItem> actionHandler) <T> BreadcrumbItem
BreadcrumbItem.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 TypeMethodDescriptionBreadcrumbItem.onClick
(ComponentHandler<BreadcrumbItem> actionHandler) Breadcrumb.onSelect
(SelectHandler<BreadcrumbItem> selectHandler) <T> void
Breadcrumb.updateItems
(Iterable<T> items, Function<T, BreadcrumbItem> display)