Interface NavigationMode

All Superinterfaces:
Serializable
All Known Implementing Classes:
AdvancedNavigationMode, SimpleNavigationMode

public interface NavigationMode extends Serializable
NavigationModes are responsible of rendering ui elements like the navigation tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.zkoss.zul.Tree
    Creates the main navigation tree.
    The default column name is the name of the first column in the tree.
  • Method Details

    • createMainNavigationTree

      org.zkoss.zul.Tree createMainNavigationTree()
      Creates the main navigation tree.
      Returns:
      navigation tree
    • getDefaultColumnName

      String getDefaultColumnName()
      The default column name is the name of the first column in the tree.
      Returns:
      default column name