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 uuidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BreadcrumbNavigationImpl
public BreadcrumbNavigationImpl() -
BreadcrumbNavigationImpl
-
-
Method Details