Package com.saperion.ngc.navigation
Interface NavigationMode
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AdvancedNavigationMode
,SimpleNavigationMode
public interface NavigationMode extends java.io.Serializable
NavigationModes are responsible of rendering ui elements like the navigation tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.zul.Tree
createMainNavigationTree()
Creates the main navigation tree.java.lang.String
getDefaultColumnName()
The default column name is the name of the first column in the tree.
-
-
-
Method Detail
-
createMainNavigationTree
org.zkoss.zul.Tree createMainNavigationTree()
Creates the main navigation tree.- Returns:
- navigation tree
-
getDefaultColumnName
java.lang.String getDefaultColumnName()
The default column name is the name of the first column in the tree.- Returns:
- default column name
-
-