Interface CustomTab

    • Method Detail

      • getTabId

        @NotNull
        java.lang.String getTabId()
        Returns tab identifier
        Returns:
        tab identifier
      • getTabTitle

        @NotNull
        java.lang.String getTabTitle()
        Returns title to use as custom tab name
        Returns:
        tab title
      • getTabTitle

        @NotNull
        java.lang.String getTabTitle​(@NotNull
                                     javax.servlet.http.HttpServletRequest request)
        Returns title to use as custom tab name
        Parameters:
        request - to get information from. Can be used to customize title
        Returns:
        tab title for given request
        Since:
        8.0
      • isVisible

        boolean isVisible()
        Return false if the tab should be active (i.e. handle requests) but not visible for some reason
        Returns:
        see above