Package | Description |
---|---|
org.opennms.web.controller | |
org.opennms.web.navigate |
Modifier and Type | Method and Description |
---|---|
List<NavBarEntry> |
NavBarController.getNavBarItems()
getNavBarItems
|
Modifier and Type | Method and Description |
---|---|
void |
NavBarController.setNavBarItems(List<NavBarEntry> navBarItems)
setNavBarItems
|
Modifier and Type | Class and Description |
---|---|
class |
AdminUserNavBarEntry
AdminUserNavBarEntry class.
|
class |
FileBasedNavBarEntry
FileBasedNavBarEntry class.
|
class |
LocationBasedNavBarEntry |
class |
MenuDropdownNavBarEntry |
class |
SurveillanceViewNavBarEntry
SurveillanceViewNavBarEntry class.
|
Modifier and Type | Method and Description |
---|---|
Map<NavBarEntry,DisplayStatus> |
NavBarModel.getEntries() |
List<NavBarEntry> |
LocationBasedNavBarEntry.getEntries() |
List<NavBarEntry> |
NavBarEntry.getEntries()
If this navbar entry has sub-entries, return them.
|
List<Map.Entry<NavBarEntry,DisplayStatus>> |
NavBarModel.getEntryList()
Allows the Freemarker template by the NavBarController to iterate
over the map entries.
|
Modifier and Type | Method and Description |
---|---|
void |
LocationBasedNavBarEntry.setEntries(List<NavBarEntry> entries) |
Constructor and Description |
---|
NavBarModel(javax.servlet.http.HttpServletRequest request,
Map<NavBarEntry,DisplayStatus> entries) |
Copyright © 2021. All rights reserved.