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 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 TypeMethodDescriptionBreadcrumbItem.onClick(ComponentHandler<BreadcrumbItem> actionHandler) Breadcrumb.onSelect(SelectHandler<BreadcrumbItem> selectHandler) <T> voidBreadcrumb.updateItems(Iterable<T> items, Function<T, BreadcrumbItem> display)