Package com.hybris.backoffice.navigation
Interface NavigationTree
-
- All Superinterfaces:
ActionsTree<NavigationNode>,java.io.Serializable
- All Known Implementing Classes:
DefaultNavigationTree
public interface NavigationTree extends ActionsTree<NavigationNode>
Defines a tree structure consisting ofNavigationNodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<NavigationNode>getRootNodes()Returns the list of root nodes of the tree.
-
-
-
Method Detail
-
getRootNodes
java.util.List<NavigationNode> getRootNodes()
Returns the list of root nodes of the tree.- Specified by:
getRootNodesin interfaceActionsTree<NavigationNode>- Returns:
- list of root nodes of the tree
-
-