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