org.rhq.enterprise.gui.navigation.contextmenu
Class QuickLinksDescriptor

java.lang.Object
  extended by 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

Constructor Summary
QuickLinksDescriptor()
           
 
Method Summary
 String getAlertsUrl()
           
 String getConfigurationUrl()
           
 String getContentUrl()
           
 String getEventUrl()
           
 String getInventoryUrl()
           
 String getMenuItemId()
          The id of the quick links menu item
 String getMonitoringUrl()
           
 String getOperationUrl()
           
 void setAlertsUrl(String alertsUrl)
           
 void setConfigurationUrl(String configurationUrl)
           
 void setContentUrl(String contentUrl)
           
 void setEventUrl(String eventUrl)
           
 void setInventoryUrl(String inventoryUrl)
           
 void setMenuItemId(String menuItemId)
           
 void setMonitoringUrl(String monitoringUrl)
           
 void setOperationUrl(String operationUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickLinksDescriptor

public QuickLinksDescriptor()
Method Detail

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.