Interface ScreenNavigationEntry<T>


public interface ScreenNavigationEntry<T>
  • Method Details

    • getCategoryKey

      String getCategoryKey()
    • getEntryKey

      String getEntryKey()
    • getLabel

      String getLabel(Locale locale)
    • getScreenNavigationKey

      String getScreenNavigationKey()
    • getStatusLabel

      default String getStatusLabel(Locale locale, T context)
    • getStatusStyle

      default String getStatusStyle(T context)
    • isVisible

      default boolean isVisible(com.liferay.portal.kernel.model.User user, T context)
    • render

      void render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Throws:
      IOException