public class QuickLinksDescriptor extends Object
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.| Constructor and Description |
|---|
QuickLinksDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getMenuItemId()
public void setMenuItemId(String menuItemId)
public String getMonitoringUrl()
public void setMonitoringUrl(String monitoringUrl)
public String getInventoryUrl()
public void setInventoryUrl(String inventoryUrl)
public String getAlertsUrl()
public void setAlertsUrl(String alertsUrl)
public String getConfigurationUrl()
public void setConfigurationUrl(String configurationUrl)
public String getOperationUrl()
public void setOperationUrl(String operationUrl)
public String getEventUrl()
public void setEventUrl(String eventUrl)
public String getContentUrl()
public void setContentUrl(String contentUrl)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.