Modifier and Type | Method and Description |
---|---|
Module |
AuthorizedRollOverMenuItem.getModule()
Deprecated.
The module that this item is related to in terms of Authorization
|
Module |
AuthorizableMenuItem.getModule()
The module that this item is related to in terms of Authorization
|
Modifier and Type | Method and Description |
---|---|
AuthorizedRollOverMenuItem |
AuthorizedRollOverMenuItem.setModule(Module module)
Deprecated.
The module that this item is related to in terms of Authorization
|
AuthorizableMenuItem |
AuthorizableMenuItem.setModule(Module module)
The module that this item is related to in terms of Authorization
|
Modifier and Type | Class and Description |
---|---|
class |
NavigationModule
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Module |
IModuleFeature.getModule()
The Module this object belongs to
|
Module |
Module.getModule()
The Module this object belongs to
|
Module |
ModuleUI.getModule()
The module that this item is related to in terms of Authorization
|
Module |
Module.setModule(Module module)
The Module this object belongs to
|
Modifier and Type | Method and Description |
---|---|
T |
IModuleFeature.setModule(Module module)
The Module this object belongs to
|
Module |
Module.setModule(Module module)
The Module this object belongs to
|
ModuleUI |
ModuleUI.setModule(Module module)
The module that this item is related to in terms of Authorization
|
Constructor and Description |
---|
ModuleUI(Module module)
For Proxy mappins.
|
ModuleUI(T reference,
Module module,
String[] paths) |
ModuleUI(T reference,
Module module,
String[] paths,
boolean navigatable) |
Modifier and Type | Method and Description |
---|---|
Module |
DefaultModuleService.getModule(Class c)
Looks out for
MountModuleUI ; and returns the Module the class belongs to. |
Module |
DefaultModuleService.getModuleFromContext(String name)
Fetch a
Module from the ApplicationContext |
Modifier and Type | Method and Description |
---|---|
protected List<Module> |
ModuleUIAutoNav.constructMenuHierarchy(Map<Module,List<ModuleUI>> moduleUiMap,
Map<Module,MenuItem> moduleMenuMap)
|
protected Map<Module,MenuItem> |
ModuleUIAutoNav.constructModuleMenuMap(Map<Module,List<ModuleUI>> moduleUiMap) |
protected Map<Module,List<ModuleUI>> |
ModuleUIAutoNav.constructModuleUiMap(Map<String,ModuleUI> moduleUisMap) |
Modifier and Type | Method and Description |
---|---|
protected MenuItem |
ModuleUIAutoNav.createMenuItem(Module module)
Allow to overrride to create any custom type of
MenuItem if required. |
protected MenuItem |
ModuleUIAutoNav.createSubMenuForModule(Module module,
Map<Module,List<ModuleUI>> moduleUiMap)
|
Modifier and Type | Method and Description |
---|---|
protected List<Module> |
ModuleUIAutoNav.constructMenuHierarchy(Map<Module,List<ModuleUI>> moduleUiMap,
Map<Module,MenuItem> moduleMenuMap)
|
protected List<Module> |
ModuleUIAutoNav.constructMenuHierarchy(Map<Module,List<ModuleUI>> moduleUiMap,
Map<Module,MenuItem> moduleMenuMap)
|
protected Map<Module,MenuItem> |
ModuleUIAutoNav.constructModuleMenuMap(Map<Module,List<ModuleUI>> moduleUiMap) |
protected MenuItem |
ModuleUIAutoNav.createSubMenuForModule(Module module,
Map<Module,List<ModuleUI>> moduleUiMap)
|
protected MenuItem |
ModuleUIAutoNav.getAdminNavigation(Map<Module,List<ModuleUI>> moduleUiMap,
Map<Module,MenuItem> moduleMenuMap,
List<Module> topLevelModules) |
protected MenuItem |
ModuleUIAutoNav.getAdminNavigation(Map<Module,List<ModuleUI>> moduleUiMap,
Map<Module,MenuItem> moduleMenuMap,
List<Module> topLevelModules) |
protected MenuItem |
ModuleUIAutoNav.getAdminNavigation(Map<Module,List<ModuleUI>> moduleUiMap,
Map<Module,MenuItem> moduleMenuMap,
List<Module> topLevelModules) |
Constructor and Description |
---|
WicketModuleUI(Class<org.apache.wicket.markup.html.WebPage> webPageClass,
Module module,
String[] paths,
boolean navigatable) |
Modifier and Type | Method and Description |
---|---|
protected List<ReporterMeta<FacetMeta>> |
ReportingAdmin.defineReportDefinition(Module module) |
Constructor and Description |
---|
ReportingAdmin(Module module,
ReportingService<Module,FacetMeta> reportingService) |
Constructor and Description |
---|
ReportingAdmin(Module module,
ReportingService<Module,FacetMeta> reportingService) |
Modifier and Type | Field and Description |
---|---|
protected ReportingService<Module,FacetMeta> |
ReportingAdminPanel.reportingService |
Modifier and Type | Field and Description |
---|---|
protected ReportingService<Module,FacetMeta> |
reportingAdmin.reportingService |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationModule<T>
A
Module that describes how Authorization or Un-Authorized interactions need to be handled. |
Modifier and Type | Method and Description |
---|---|
protected Module |
AdminPanel.getModuleForPage()
Derive which Module this page belongs to.
|
Modifier and Type | Method and Description |
---|---|
protected Module |
commonAdminDialogTemplate.getModuleForPage()
Derive which Module this page belongs to.
|
protected Module |
commonAdminTemplate.getModuleForPage()
Derive which Module this page belongs to.
|
Modifier and Type | Method and Description |
---|---|
Module |
ContextUtils.getModule(Class c)
Deprecated.
- @see
IModuleService & DefaultModuleService ; use the method from the Service instead |
Module |
ContextUtils.getModuleFromContext(String name)
Deprecated.
- @see
IModuleService & DefaultModuleService ; use the method from the Service instead |
Copyright © 2018. All rights reserved.