org.rhq.enterprise.gui.navigation.contextmenu
Class QuickLinksDescriptor
java.lang.Object
org.rhq.enterprise.gui.navigation.contextmenu.QuickLinksDescriptor
public class QuickLinksDescriptor
- extends Object
A class to describe the quick links to be created in the
ContextMenuHelper#addQuickLinks(org.richfaces.component.html.ContextMenu, QuickLinksDescriptor)
method.
The menuItemId is the id of the quick links menu item to be created. The rest of the properties
describe the url for the individual tabs.
- Author:
- Lukas Krejci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuickLinksDescriptor
public QuickLinksDescriptor()
getMenuItemId
public String getMenuItemId()
- The id of the quick links menu item
setMenuItemId
public void setMenuItemId(String menuItemId)
getMonitoringUrl
public String getMonitoringUrl()
setMonitoringUrl
public void setMonitoringUrl(String monitoringUrl)
getInventoryUrl
public String getInventoryUrl()
setInventoryUrl
public void setInventoryUrl(String inventoryUrl)
getAlertsUrl
public String getAlertsUrl()
setAlertsUrl
public void setAlertsUrl(String alertsUrl)
getConfigurationUrl
public String getConfigurationUrl()
setConfigurationUrl
public void setConfigurationUrl(String configurationUrl)
getOperationUrl
public String getOperationUrl()
setOperationUrl
public void setOperationUrl(String operationUrl)
getEventUrl
public String getEventUrl()
setEventUrl
public void setEventUrl(String eventUrl)
getContentUrl
public String getContentUrl()
setContentUrl
public void setContentUrl(String contentUrl)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.