| Package | Description |
|---|---|
| de.chandre.admintool.core | |
| de.chandre.admintool.core.component | |
| de.chandre.admintool.core.utils |
| Modifier and Type | Method and Description |
|---|---|
AdminComponent |
MenuEntrySearchResult.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
Set<AdminComponent> |
AdminToolImpl.getComponents() |
Set<AdminComponent> |
AdminTool.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminToolImpl.addComponent(AdminComponent components) |
void |
AdminTool.addComponent(AdminComponent components) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminToolImpl.addComponents(Set<AdminComponent> components) |
void |
AdminTool.addComponents(Set<AdminComponent> components) |
void |
AdminToolImpl.setComponentComparator(Comparator<AdminComponent> comparator) |
void |
AdminTool.setComponentComparator(Comparator<AdminComponent> comparator)
to set a custom comparator for ordering components.
|
void |
AdminToolImpl.setComponents(Set<AdminComponent> components) |
| Constructor and Description |
|---|
MenuEntrySearchResult(AdminComponent component,
MenuEntry menuEntry) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminComponentImpl
A admin component
should have at least a minimum of one menu entry |
| Modifier and Type | Method and Description |
|---|---|
int |
AdminComponentComparator.compare(AdminComponent o1,
AdminComponent o2) |
int |
AdminComponentImpl.compareTo(AdminComponent o)
compares the displayName
|
| Modifier and Type | Method and Description |
|---|---|
List<AdminComponent> |
AdminToolMenuUtils.getComponents()
collects the components from adminTool
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AdminToolMenuUtils.hasMenuEntry(AdminComponent component,
MenuEntry activeMenue)
checks if the activeMenue is part of given component
|
Copyright © 2016–2017. All rights reserved.