org.pentaho.platform.api.ui
Interface IMenuCustomization

All Known Implementing Classes:
MenuCustomization

Deprecated. bi platform api now prefers IMenuCustomization

public interface IMenuCustomization


Nested Class Summary
static class IMenuCustomization.CustomizationType
          Deprecated.  
static class IMenuCustomization.ItemType
          Deprecated.  
 
Method Summary
 String getAnchorId()
          Deprecated.  
 String getCommand()
          Deprecated.  
 IMenuCustomization.CustomizationType getCustomizationType()
          Deprecated.  
 String getId()
          Deprecated.  
 IMenuCustomization.ItemType getItemType()
          Deprecated.  
 String getLabel()
          Deprecated.  
 void setAnchorId(String anchorId)
          Deprecated.  
 void setCommand(String command)
          Deprecated.  
 void setCustomizationType(IMenuCustomization.CustomizationType customizationType)
          Deprecated.  
 void setId(String id)
          Deprecated.  
 void setItemType(IMenuCustomization.ItemType itemType)
          Deprecated.  
 void setLabel(String label)
          Deprecated.  
 

Method Detail

getLabel

String getLabel()
Deprecated. 

setLabel

void setLabel(String label)
Deprecated. 

getAnchorId

String getAnchorId()
Deprecated. 

setAnchorId

void setAnchorId(String anchorId)
Deprecated. 

getId

String getId()
Deprecated. 

setId

void setId(String id)
Deprecated. 

getCommand

String getCommand()
Deprecated. 

setCommand

void setCommand(String command)
Deprecated. 

getCustomizationType

IMenuCustomization.CustomizationType getCustomizationType()
Deprecated. 

setCustomizationType

void setCustomizationType(IMenuCustomization.CustomizationType customizationType)
Deprecated. 

getItemType

IMenuCustomization.ItemType getItemType()
Deprecated. 

setItemType

void setItemType(IMenuCustomization.ItemType itemType)
Deprecated.