Class Breadcrumbs.BreadcrumbsI18n

java.lang.Object
com.vaadin.flow.component.breadcrumbs.Breadcrumbs.BreadcrumbsI18n
All Implemented Interfaces:
Serializable
Enclosing class:
Breadcrumbs

public static class Breadcrumbs.BreadcrumbsI18n extends Object implements Serializable
The internationalization properties for Breadcrumbs.
See Also:
  • Constructor Details

    • BreadcrumbsI18n

      public BreadcrumbsI18n()
  • Method Details

    • getMoreItems

      public String 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

      public Breadcrumbs.BreadcrumbsI18n setMoreItems(String moreItems)
      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