org.pentaho.platform.api.ui
Interface IMenuCustomization

All Known Implementing Classes:
MenuCustomization

public interface IMenuCustomization


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

Method Detail

getLabel

String getLabel()

setLabel

void setLabel(String label)

getAnchorId

String getAnchorId()

setAnchorId

void setAnchorId(String anchorId)

getId

String getId()

setId

void setId(String id)

getCommand

String getCommand()

setCommand

void setCommand(String command)

getCustomizationType

IMenuCustomization.CustomizationType getCustomizationType()

setCustomizationType

void setCustomizationType(IMenuCustomization.CustomizationType customizationType)

getItemType

IMenuCustomization.ItemType getItemType()

setItemType

void setItemType(IMenuCustomization.ItemType itemType)