public interface ScreenNavigationEntry<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategoryKey() |
java.lang.String |
getEntryKey() |
java.lang.String |
getLabel(java.util.Locale locale) |
java.lang.String |
getScreenNavigationKey() |
default java.lang.String |
getStatusLabel(java.util.Locale locale,
T context) |
default java.lang.String |
getStatusStyle(T context) |
default boolean |
isVisible(com.liferay.portal.kernel.model.User user,
T context) |
void |
render(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
java.lang.String getCategoryKey()
java.lang.String getEntryKey()
java.lang.String getLabel(java.util.Locale locale)
java.lang.String getScreenNavigationKey()
default java.lang.String getStatusLabel(java.util.Locale locale,
T context)
default java.lang.String getStatusStyle(T context)
default boolean isVisible(com.liferay.portal.kernel.model.User user,
T context)
void render(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException
java.io.IOException