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.
|
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 contextString generatePortletContent(PortalControllerContext portalControllerContext, List<MenubarItem> items)
portalControllerContext - portal controller contextitems - portlet menubar itemsList<MenubarItem> getStateItems(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller contextCopyright © 2016. All rights reserved.