Interface ScreenNavigationEntry<T>
public interface ScreenNavigationEntry<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getStatusLabel
(Locale locale, T context) default String
getStatusStyle
(T context) default boolean
void
render
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
getCategoryKey
String getCategoryKey() -
getEntryKey
String getEntryKey() -
getLabel
-
getStatusLabel
-
getStatusStyle
-
isVisible
-
render
void render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Throws:
IOException
-