Interface NavigationTree
-
- All Superinterfaces:
NavigationItem
,java.io.Serializable
- All Known Implementing Classes:
FolderTree
public interface NavigationTree extends NavigationItem
Navigation tree, root of all nodes.- Author:
- mak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NavigationNode
getRootNode()
Returns the root navigation node.-
Methods inherited from interface com.saperion.ngc.model.navigation.intf.NavigationItem
canAddFolder, canDelete, canPermissions, canRename, getName, getNodes, getQuery, getViewElementId, remove, setViewElementId
-
-
-
-
Method Detail
-
getRootNode
NavigationNode getRootNode()
Returns the root navigation node.- Returns:
- root node
-
-