public class ResourceGroupTreeContextMenuUIBean extends TreeContextMenuBase
| Constructor and Description |
|---|
ResourceGroupTreeContextMenuUIBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAdditionalMenuItems(org.richfaces.component.html.ContextMenu menu)
Override this method if any additional menu items need to be created in the menu.
|
protected List<MetricMenuItemDescriptor> |
getGraphToViewMenuItems()
The menu items of this menu must provide the metric token.
|
protected List<String> |
getMenuHeaders() |
protected QuickLinksDescriptor |
getMenuQuickLinks()
The descriptor describes the URLs to use for the individual links.
|
protected List<MenuItemDescriptor> |
getOperationsMenuItems() |
protected int |
getResourceTypeId() |
protected List<MenuItemDescriptor> |
getViewChartsMenuItems() |
protected void |
init()
Subclasses can initialize themselves in this method before the other methods are called.
|
protected boolean |
shouldCreateMenu() |
addMenuItem, getMenu, setMenuprotected void init()
throws Exception
TreeContextMenuBaseinit in class TreeContextMenuBaseException - the initialization might failprotected List<String> getMenuHeaders()
getMenuHeaders in class TreeContextMenuBaseprotected QuickLinksDescriptor getMenuQuickLinks()
TreeContextMenuBasegetMenuQuickLinks in class TreeContextMenuBaseprotected List<MenuItemDescriptor> getViewChartsMenuItems()
getViewChartsMenuItems in class TreeContextMenuBaseprotected List<MetricMenuItemDescriptor> getGraphToViewMenuItems()
TreeContextMenuBasegetGraphToViewMenuItems in class TreeContextMenuBaseprotected List<MenuItemDescriptor> getOperationsMenuItems()
getOperationsMenuItems in class TreeContextMenuBaseprotected int getResourceTypeId()
getResourceTypeId in class TreeContextMenuBaseprotected boolean shouldCreateMenu()
shouldCreateMenu in class TreeContextMenuBaseprotected void addAdditionalMenuItems(org.richfaces.component.html.ContextMenu menu)
TreeContextMenuBaseaddAdditionalMenuItems in class TreeContextMenuBasemenu - the context menu being created.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.