org.pentaho.platform.util
Class MenuCustomization
java.lang.Object
  
org.pentaho.platform.util.MenuCustomization
- All Implemented Interfaces: 
 - IMenuCustomization
 
public class MenuCustomization
- extends Object
- implements IMenuCustomization
  
 
 
 
 
 
MenuCustomization
public MenuCustomization()
MenuCustomization
public MenuCustomization(String id,
                         String anchorId,
                         String label,
                         String command,
                         IMenuCustomization.ItemType itemType,
                         IMenuCustomization.CustomizationType customizationType)
getLabel
public String getLabel()
- Specified by:
 getLabel in interface IMenuCustomization
 
 
setLabel
public void setLabel(String label)
- Specified by:
 setLabel in interface IMenuCustomization
 
 
getAnchorId
public String getAnchorId()
- Specified by:
 getAnchorId in interface IMenuCustomization
 
 
setAnchorId
public void setAnchorId(String anchorId)
- Specified by:
 setAnchorId in interface IMenuCustomization
 
 
getId
public String getId()
- Specified by:
 getId in interface IMenuCustomization
 
 
setId
public void setId(String id)
- Specified by:
 setId in interface IMenuCustomization
 
 
getCommand
public String getCommand()
- Specified by:
 getCommand in interface IMenuCustomization
 
 
setCommand
public void setCommand(String command)
- Specified by:
 setCommand in interface IMenuCustomization
 
 
getCustomizationType
public IMenuCustomization.CustomizationType getCustomizationType()
- Specified by:
 getCustomizationType in interface IMenuCustomization
 
 
setCustomizationType
public void setCustomizationType(IMenuCustomization.CustomizationType customizationType)
- Specified by:
 setCustomizationType in interface IMenuCustomization
 
 
getItemType
public IMenuCustomization.ItemType getItemType()
- Specified by:
 getItemType in interface IMenuCustomization
 
 
setItemType
public void setItemType(IMenuCustomization.ItemType itemType)
- Specified by:
 setItemType in interface IMenuCustomization