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 Summary
ConstructorsConstructorDescriptionSimpleNavigationMode
(NavigationViewImpl navigationView, String defaultColumnName) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zul.Tree
Creates the main navigation tree.The default column name is the name of the first column in the tree.
-
Constructor Details
-
Method Details
-
getDefaultColumnName
The default column name is the name of the first column in the tree.- Specified by:
getDefaultColumnName
in interfaceNavigationMode
- Returns:
- default column name
- See Also: