Package com.hybris.backoffice.actionbar
Interface ActionsTree<DEF extends ActionDefinition>
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
NavigationTree
- All Known Implementing Classes:
DefaultNavigationTree
public interface ActionsTree<DEF extends ActionDefinition> extends java.io.SerializableDefines a tree structure consisting ofActionDefinitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<DEF>getRootNodes()Returns the list of root nodes of the tree.
-
-
-
Method Detail
-
getRootNodes
java.util.Collection<DEF> getRootNodes()
Returns the list of root nodes of the tree.- Returns:
- list of root nodes of the tree
-
-