Interface IMenuItem

    • Method Detail

      • getId

        String getId()
        Gets the menu-item markup id
        Returns:
        the menu-item markup id
      • getTitle

        IModel<String> getTitle()
        Gets the menu-item title
        Returns:
        the menu-item title
      • getIcon

        String getIcon()
        Gets the icon css class being displayed in the Menu
        Returns:
        the icon css class
      • isEnabled

        boolean isEnabled()
        Indicates whether the menu-item is enabled
        Returns:
        true or false