public interface IMenubarService
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME
MBean name.
|
static String |
MENUBAR_REGION_NAME
Menubar region name.
|
static String |
MENUBAR_WINDOW_ID
Menubar window identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDropdown(PortalControllerContext portalControllerContext,
MenubarDropdown dropdown)
Add menubar dropdown menu.
|
String |
generateNavbarContent(PortalControllerContext portalControllerContext)
Generate navbar actions menubar HTML content.
|
String |
generatePortletContent(PortalControllerContext portalControllerContext,
List<MenubarItem> items)
Generate portlet menubar HTML content.
|
MenubarDropdown |
getDropdown(PortalControllerContext portalControllerContext,
String id)
Get menubar dropdown menu.
|
Map<MenubarGroup,Set<MenubarItem>> |
getNavbarSortedItems(PortalControllerContext portalControllerContext)
Get navbar menubar items, sorted by groups.
|
Map<MenubarGroup,Set<MenubarItem>> |
getPortletSortedItems(List<MenubarItem> items)
Get portlet menubar items, sorted by groups.
|
List<MenubarItem> |
getStateItems(PortalControllerContext portalControllerContext)
Get state menubar items.
|
static final String MBEAN_NAME
static final String MENUBAR_WINDOW_ID
static final String MENUBAR_REGION_NAME
MenubarDropdown getDropdown(PortalControllerContext portalControllerContext, String id)
portalControllerContext - portal controller contextid - menubar dropdown menu identifiervoid addDropdown(PortalControllerContext portalControllerContext, MenubarDropdown dropdown)
portalControllerContext - portal controller contextdropdown - menubar dropdown menuString generateNavbarContent(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller contextMap<MenubarGroup,Set<MenubarItem>> getNavbarSortedItems(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller contextString generatePortletContent(PortalControllerContext portalControllerContext, List<MenubarItem> items)
portalControllerContext - portal controller contextitems - portlet menubar itemsMap<MenubarGroup,Set<MenubarItem>> getPortletSortedItems(List<MenubarItem> items)
items - menubar itemsList<MenubarItem> getStateItems(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller contextCopyright © 2021. All rights reserved.