public class SimpleNavigationMode extends Object implements NavigationMode
Constructor and Description |
---|
SimpleNavigationMode(NavigationViewImpl navigationView,
String defaultColumnName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.zkoss.zul.Tree |
createMainNavigationTree()
Creates the main navigation tree.
|
String |
getDefaultColumnName()
The default column name is the name of the first column in the tree.
|
public SimpleNavigationMode(NavigationViewImpl navigationView, String defaultColumnName)
navigationView
- navigation viewdefaultColumnName
- name of the default column (unused in SimpleNavigationMode)public org.zkoss.zul.Tree createMainNavigationTree()
createMainNavigationTree
in interface NavigationMode
NavigationMode.createMainNavigationTree()
public String getDefaultColumnName()
getDefaultColumnName
in interface NavigationMode
NavigationMode.getDefaultColumnName()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.