Class BreadcrumbNavigation

java.lang.Object
de.digitalcollections.model.view.BreadcrumbNavigation

public class BreadcrumbNavigation extends Object
The breadcrumb navigation.

It consists of an ordered list of BreadcrumbNodes, representing navigation items, where the first one is the root item and the last one is the navigation item for the current location.

  • Constructor Details

    • BreadcrumbNavigation

      public BreadcrumbNavigation()
    • BreadcrumbNavigation

      public BreadcrumbNavigation(List<BreadcrumbNode> navigationItems)
  • Method Details

    • getNavigationItems

      public List<BreadcrumbNode> getNavigationItems()
      An ordered list of Nodes, each of them represents one navigation item with a label and an object to get link id from (depends on your underlying model/objects)
      Returns:
      ordered list, the first item is the root location