Class Breadcrumbs.BreadcrumbsI18n
java.lang.Object
com.vaadin.flow.component.breadcrumbs.Breadcrumbs.BreadcrumbsI18n
- All Implemented Interfaces:
Serializable
- Enclosing class:
Breadcrumbs
The internationalization properties for
Breadcrumbs.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the accessible label announced by screen readers for the overflow button that reveals the hidden breadcrumb items.setMoreItems(String moreItems) Sets the accessible label announced by screen readers for the overflow button that reveals the hidden breadcrumb items.
-
Constructor Details
-
BreadcrumbsI18n
public BreadcrumbsI18n()
-
-
Method Details
-
getMoreItems
Gets the accessible label announced by screen readers for the overflow button that reveals the hidden breadcrumb items.- Returns:
- the translated label for the overflow button
-
setMoreItems
Sets the accessible label announced by screen readers for the overflow button that reveals the hidden breadcrumb items.- Parameters:
moreItems- the translated label for the overflow button- Returns:
- this instance for method chaining
-