Uses of Class
org.pentaho.platform.api.ui.IMenuCustomization.ItemType

Packages that use IMenuCustomization.ItemType
org.pentaho.platform.api.ui   
org.pentaho.platform.util   
 

Uses of IMenuCustomization.ItemType in org.pentaho.platform.api.ui
 

Methods in org.pentaho.platform.api.ui that return IMenuCustomization.ItemType
 IMenuCustomization.ItemType IMenuCustomization.getItemType()
          Deprecated.  
static IMenuCustomization.ItemType IMenuCustomization.ItemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IMenuCustomization.ItemType[] IMenuCustomization.ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.platform.api.ui with parameters of type IMenuCustomization.ItemType
 void IMenuCustomization.setItemType(IMenuCustomization.ItemType itemType)
          Deprecated.  
 

Uses of IMenuCustomization.ItemType in org.pentaho.platform.util
 

Methods in org.pentaho.platform.util that return IMenuCustomization.ItemType
 IMenuCustomization.ItemType MenuCustomization.getItemType()
           
 

Methods in org.pentaho.platform.util with parameters of type IMenuCustomization.ItemType
 void MenuCustomization.setItemType(IMenuCustomization.ItemType itemType)
           
 

Constructors in org.pentaho.platform.util with parameters of type IMenuCustomization.ItemType
MenuCustomization(String id, String anchorId, String label, String command, IMenuCustomization.ItemType itemType, IMenuCustomization.CustomizationType customizationType)