Class BreadcrumbNavigationImpl

java.lang.Object
de.digitalcollections.model.impl.view.BreadcrumbNavigationImpl
All Implemented Interfaces:
BreadcrumbNavigation

public class BreadcrumbNavigationImpl
extends java.lang.Object
implements BreadcrumbNavigation
  • Constructor Summary

    Constructors
    Constructor Description
    BreadcrumbNavigationImpl()  
    BreadcrumbNavigationImpl​(java.util.List<Node> navigationItems)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Node> getNavigationItems()
    An ordered list of Nodes, each of them represents one navigation item with a label and an uuid

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BreadcrumbNavigationImpl

      public BreadcrumbNavigationImpl()
    • BreadcrumbNavigationImpl

      public BreadcrumbNavigationImpl​(java.util.List<Node> navigationItems)
  • Method Details

    • getNavigationItems

      public java.util.List<Node> getNavigationItems()
      Description copied from interface: BreadcrumbNavigation
      An ordered list of Nodes, each of them represents one navigation item with a label and an uuid
      Specified by:
      getNavigationItems in interface BreadcrumbNavigation
      Returns:
      ordered list, the first item is the root location