org.rhq.enterprise.gui.navigation.contextmenu
Class MenuItemDescriptor
java.lang.Object
org.rhq.enterprise.gui.navigation.contextmenu.MenuItemDescriptor
- Direct Known Subclasses:
- MetricMenuItemDescriptor
public class MenuItemDescriptor
- extends Object
Consolidation of duplicate logic for the context menu creation
in the backing beans for resources, groups and autogroups.
- Author:
- Lukas Krejci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MenuItemDescriptor
public MenuItemDescriptor()
getName
public String getName()
- Returns:
- the name of this menu item.
setName
public void setName(String name)
getUrl
public String getUrl()
- Returns:
- the URL the menu item points to
setUrl
public void setUrl(String url)
getMenuItemId
public String getMenuItemId()
- Returns:
- the id uniquely identifying this menu item
setMenuItemId
public void setMenuItemId(String menuItemId)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.