Interface ISfMenuItem

    • Method Detail

      • getTitle

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

        Class<? extends Page> getPageClass()
        Gets the page class registered with the link
        Returns:
        Page Class
      • getPageUrl

        String getPageUrl()
        Gets the url for a page. In most cases this will be an url for an external page.
        Returns:
        url of the page
      • isEnabled

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

        boolean isOpenInNewWindow()
        Indicates whether the pages is opened in a new window
        Returns:
        true or false