Uses of Class
com.vaadin.flow.component.breadcrumbs.testbench.BreadcrumbsItemElement
Packages that use BreadcrumbsItemElement
-
Uses of BreadcrumbsItemElement in com.vaadin.flow.component.breadcrumbs.testbench
Methods in com.vaadin.flow.component.breadcrumbs.testbench that return BreadcrumbsItemElementModifier and TypeMethodDescriptionBreadcrumbsElement.getCurrentItem()Gets the item that represents the current page.BreadcrumbsElement.getItemByPath(String path) Gets the breadcrumb item whose path matches the given path.BreadcrumbsElement.getItemByText(String text) Gets the breadcrumb item whose visible text matches the given string.Methods in com.vaadin.flow.component.breadcrumbs.testbench that return types with arguments of type BreadcrumbsItemElementModifier and TypeMethodDescriptionBreadcrumbsElement.getItems()Gets all breadcrumb items in the trail.