Package com.saperion.ngc.navigation
Class SimpleNavigationMode
java.lang.Object
com.saperion.ngc.navigation.SimpleNavigationMode
- All Implemented Interfaces:
- NavigationMode,- Serializable
Simple mode for navigation. The tree displays only the name for each node.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleNavigationMode(NavigationViewImpl navigationView, String defaultColumnName) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionorg.zkoss.zul.TreeCreates the main navigation tree.The default column name is the name of the first column in the tree.
- 
Constructor Details
- 
Method Details
- 
getDefaultColumnNameThe default column name is the name of the first column in the tree.- Specified by:
- getDefaultColumnNamein interface- NavigationMode
- Returns:
- default column name
- See Also: