Uses of Class
com.vaadin.flow.component.breadcrumbs.Breadcrumbs.BreadcrumbsI18n
Packages that use Breadcrumbs.BreadcrumbsI18n
-
Uses of Breadcrumbs.BreadcrumbsI18n in com.vaadin.flow.component.breadcrumbs
Methods in com.vaadin.flow.component.breadcrumbs that return Breadcrumbs.BreadcrumbsI18nModifier and TypeMethodDescriptionBreadcrumbs.getI18n()Gets the internationalization object previously set for this component.Breadcrumbs.BreadcrumbsI18n.setMoreItems(String moreItems) Sets the accessible label announced by screen readers for the overflow button that reveals the hidden breadcrumb items.Methods in com.vaadin.flow.component.breadcrumbs with parameters of type Breadcrumbs.BreadcrumbsI18nModifier and TypeMethodDescriptionvoidBreadcrumbs.setI18n(Breadcrumbs.BreadcrumbsI18n i18n) Sets the internationalization properties for this component.