Uses of Class
org.opennms.web.navigate.DisplayStatus
-
Packages that use DisplayStatus Package Description org.opennms.web.navigate -
-
Uses of DisplayStatus in org.opennms.web.navigate
Methods in org.opennms.web.navigate that return DisplayStatus Modifier and Type Method Description DisplayStatusConditionalPageNavEntry. evaluate(javax.servlet.http.HttpServletRequest request, Object target)evaluateDisplayStatusDefaultMenuEntry. getDisplayStatus()DisplayStatusMenuEntry. getDisplayStatus()static DisplayStatusDisplayStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplayStatus[]DisplayStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opennms.web.navigate with parameters of type DisplayStatus Constructor Description DefaultMenuEntry(String name, String url, DisplayStatus displayStatus)
-