Interface MenuEntry

  • All Known Implementing Classes:
    DefaultMenuEntry

    public interface MenuEntry
    Simple representation of an entry in the menu.
    Author:
    mvrueden
    • Method Detail

      • getName

        java.lang.String getName()
      • getUrl

        java.lang.String getUrl()
      • getEntries

        java.util.List<MenuEntry> getEntries()
        If the list is null or empty, the MenuEntry is a leaf element and actually clickable.
        Returns:
        The number of sub elements if this MenuEntry is a parent element. Otherwise an empty list or null.