| Package | Description |
|---|---|
| de.chandre.admintool.core | |
| de.chandre.admintool.core.component | |
| de.chandre.admintool.core.utils |
| Modifier and Type | Method and Description |
|---|---|
MenuEntry |
MenuEntrySearchResult.getMenuEntry() |
| Constructor and Description |
|---|
MenuEntrySearchResult(AdminComponent component,
MenuEntry menuEntry) |
| Modifier and Type | Method and Description |
|---|---|
MenuEntry |
AdminComponentImpl.getMainMenu() |
MenuEntry |
AdminComponent.getMainMenu() |
MenuEntry |
MenuEntry.getParent()
the parent entry or null if root
|
| Modifier and Type | Method and Description |
|---|---|
Stream<MenuEntry> |
MenuEntry.flattened() |
List<MenuEntry> |
MenuEntry.getSubmenu()
list of sub menu entries.
|
Stream<MenuEntry> |
MenuEntry.reverseFlattened() |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuEntry.addSubmenuEntry(MenuEntry submenu)
add a sub menu entry
|
void |
AdminComponentImpl.setMainMenu(MenuEntry mainMenu) |
void |
AdminComponent.setMainMenu(MenuEntry mainMenu) |
void |
MenuEntry.setParent(MenuEntry parent)
the parent entry or null if root
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuEntry.setSubmenu(List<MenuEntry> submenu)
list of sub menu entries.
|
| Modifier and Type | Method and Description |
|---|---|
MenuEntry |
MenuIntegrityError.getReference()
reference menu entry object to which the error belongs to
|
| Modifier and Type | Method and Description |
|---|---|
List<MenuEntry> |
AdminToolMenuUtils.getBreadcrumbList(MenuEntry actualEntry)
returns a linked list of reverse resolution o menu structure
|
List<MenuEntry> |
MenuIntegrityError.getMenuEntries()
the menu entries causing this error
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuIntegrityError.addMenuEntry(MenuEntry menuEntry) |
String |
AdminToolMenuUtils.getBreadcrumb(MenuEntry actualEntry,
String separator)
return
|
List<MenuEntry> |
AdminToolMenuUtils.getBreadcrumbList(MenuEntry actualEntry)
returns a linked list of reverse resolution o menu structure
|
String |
AdminToolMenuUtils.getListItemClass(MenuEntry activeMenu,
MenuEntry actualEntry)
checks
#isActiveInMenuTree(String, MenuEntry) and if the
actualEntry has sub entries and returns the html class name |
boolean |
AdminToolMenuUtils.hasMenuEntry(AdminComponent component,
MenuEntry activeMenue)
checks if the activeMenue is part of given component
|
boolean |
AdminToolMenuUtils.isActiveInMenuTree(MenuEntry activeMenu,
MenuEntry actualEntry)
checks if actualEntry contains the activeMenuName in entry itself and its
sub entries
|
| Constructor and Description |
|---|
MenuIntegrityError(String error,
String errorMsgKey,
MenuEntry reference) |
Copyright © 2016–2017. All rights reserved.