Interface SaNavigation

All Superinterfaces:
SaUserSettingType, Serializable
All Known Implementing Classes:
SaNavigationImpl

public interface SaNavigation extends Serializable, SaUserSettingType
Navigation information for the given user.
Author:
rbo
  • Method Details

    • getTitle

      String getTitle()
      Returns:
      Title
    • getChildren

      List<SaNavigation> getChildren()
      Returns:
      Children
    • getIndexForm

      String getIndexForm()
      Returns:
      Index form name
    • getQueryForm

      String getQueryForm()
      Returns:
      Query form name