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