public class AdvancedNavigationMode extends Object implements NavigationMode
Constructor and Description |
---|
AdvancedNavigationMode(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 AdvancedNavigationMode(NavigationViewImpl navigationView, String defaultColumnName)
navigationView
- navigation viewdefaultColumnName
- name of the default columnpublic org.zkoss.zul.Tree createMainNavigationTree()
createMainNavigationTree
in interface NavigationMode
NavigationMode.createMainNavigationTree()
public String getDefaultColumnName()
getDefaultColumnName
in interface NavigationMode
NavigationMode.getDefaultColumnName()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.