Package org.opennms.web.navigate
Interface MenuEntry
-
- All Known Implementing Classes:
DefaultMenuEntry
public interface MenuEntry
Simple representation of an entry in the menu.- Author:
- mvrueden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisplayStatus
getDisplayStatus()
List<MenuEntry>
getEntries()
If the list is null or empty, theMenuEntry
is a leaf element and actually clickable.String
getName()
String
getUrl()
-
-
-
Method Detail
-
getName
String getName()
-
getUrl
String getUrl()
-
getDisplayStatus
DisplayStatus getDisplayStatus()
-
-