Package | Description |
---|---|
com.communote.common.menu | |
com.communote.server.web.fe.admin |
Modifier and Type | Class and Description |
---|---|
class |
EntryIdIncludeExcludeFilter<T extends MenuEntry>
Base class to implement a filter which includes or excludes an entry if a condition is met.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleMenuBuilder.addCategoryEntryFilter(MenuEntryFilter<S> filter)
Add a filter that will be called when the menu is built to decide whether a menu entry should
be added to its category.
|
void |
SimpleMenuBuilder.addCategoryFilter(MenuEntryFilter<C> filter)
Add a filter that will be called when the menu is built to decide whether a category should
be included in the menu.
|
void |
SimpleMenuBuilder.removeCategoryEntryFilter(MenuEntryFilter<S> filter)
Remove a previously added filter
|
void |
SimpleMenuBuilder.removeCategoryFilter(MenuEntryFilter<C> filter)
Remove a previously added filter
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalClientFilter<T extends MenuEntry>
Filter to include or exclude entries if the current client is the global client.
|
class |
HttpsSupportFilter<T extends MenuEntry>
Include or exclude entries if HTTPS is support by the Communote installation.
|
Modifier and Type | Method and Description |
---|---|
void |
AdministrationMenuManager.addAccountMenuCategoryEntryFilter(MenuEntryFilter<AdministrationPageMenuEntry> filter)
Add a filter that will be called when the system menu is built to decide whether a menu entry
should be added to its category.
|
void |
AdministrationMenuManager.addAccountMenuCategoryFilter(MenuEntryFilter<BasicMenuEntry> filter)
Add a filter that will be called when the account menu is built to decide whether a category
should be included in the menu.
|
void |
AdministrationMenuManager.addSystemMenuCategoryEntryFilter(MenuEntryFilter<AdministrationPageMenuEntry> filter)
Add a filter that will be called when the system menu is built to decide whether a menu entry
should be added to its category.
|
void |
AdministrationMenuManager.addSystemMenuCategoryFilter(MenuEntryFilter<BasicMenuEntry> filter)
Add a filter that will be called when the system menu is built to decide whether a category
should be included in the menu.
|
void |
AdministrationMenuManager.removeAccountMenuCategoryEntryFilter(MenuEntryFilter<AdministrationPageMenuEntry> filter)
Remove a previously added filter
|
void |
AdministrationMenuManager.removeAccountMenuCategoryFilter(MenuEntryFilter<BasicMenuEntry> filter)
Remove a previously added filter
|
void |
AdministrationMenuManager.removeSystemMenuCategoryEntryFilter(MenuEntryFilter<AdministrationPageMenuEntry> filter)
Remove a previously added filter
|
void |
AdministrationMenuManager.removeSystemMenuCategoryFilter(MenuEntryFilter<BasicMenuEntry> filter)
Remove a previously added filter
|
Copyright © 2019 Communote team. All rights reserved.