org.pentaho.platform.api.ui
Interface IMenuCustomization
- All Known Implementing Classes:
- MenuCustomization
public interface IMenuCustomization
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)