to.etc.domui.component.menu
Class MenuItemProxy
java.lang.Object
to.etc.domui.component.menu.MenuItemProxy
- All Implemented Interfaces:
- IMenuItem
public class MenuItemProxy
- extends java.lang.Object
- implements IMenuItem
Proxy to an actual MenuItem which can be used to override a menu with a different order, tree structure.
- Author:
- Frits Jalvingh
Created on Apr 3, 2009
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MenuItemProxy
public MenuItemProxy(IMenuItem actual)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface IMenuItem
getIconPath
public java.lang.String getIconPath()
- Specified by:
getIconPath
in interface IMenuItem
getId
public java.lang.String getId()
- Specified by:
getId
in interface IMenuItem
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface IMenuItem
getPageClass
public java.lang.Class<? extends UrlPage> getPageClass()
- Specified by:
getPageClass
in interface IMenuItem
getPageParameters
public PageParameters getPageParameters()
- Specified by:
getPageParameters
in interface IMenuItem
getParentID
public java.lang.String getParentID()
- Specified by:
getParentID
in interface IMenuItem
getRequiredRights
public java.lang.String[] getRequiredRights()
- Specified by:
getRequiredRights
in interface IMenuItem
getSearchString
public java.lang.String getSearchString()
- Specified by:
getSearchString
in interface IMenuItem
isDisabled
public boolean isDisabled()
- Specified by:
isDisabled
in interface IMenuItem
isSubMenu
public boolean isSubMenu()
- Specified by:
isSubMenu
in interface IMenuItem
getChildren
public java.util.List<IMenuItem> getChildren()
- Specified by:
getChildren
in interface IMenuItem
setChildren
public void setChildren(java.util.List<IMenuItem> children)
getOrder
public int getOrder()
- Specified by:
getOrder
in interface IMenuItem
getParent
public IMenuItem getParent()
setParent
public void setParent(IMenuItem parent)
getRURL
public java.lang.String getRURL()
- Specified by:
getRURL
in interface IMenuItem
getTarget
public java.lang.String getTarget()
- Specified by:
getTarget
in interface IMenuItem