Interface CommonMenu

All Superinterfaces:
PageModelEntity
All Known Subinterfaces:
EditableMenu, HstSiteMenu

public interface CommonMenu extends PageModelEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of this SiteMenu.
    boolean
    Based on the request, the implementation should be able to indicate whether this HstSiteMenu is expanded
  • Method Details

    • getName

      String getName()
      Returns the name of this SiteMenu. For example, you could have a "topmenu", "leftmenu" and "footermenu" on your site, where these names might be appropriate
      Returns:
      the name of this SiteMenu
    • isExpanded

      boolean isExpanded()
      Based on the request, the implementation should be able to indicate whether this HstSiteMenu is expanded
      Returns:
      true when any HstSiteMenuItem in this HstSiteMenu container is selected