Package com.microstrategy.web.app.gui
Interface EnumMenuImages
- 
public interface EnumMenuImagesEnumerates the different images available to menus and context-menus.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intMenuImageCheckstatic intMenuImageDrillstatic intMenuImageDrillDownstatic intMenuImageDrillTemplatestatic intMenuImageDrillUpstatic intMenuImageNonestatic intMenuImageRemovestatic intMenuImageSubtotal 
 - 
 
- 
- 
Field Detail
- 
MenuImageNone
static final int MenuImageNone
- See Also:
 - Constant Field Values
 
 
- 
MenuImageCheck
static final int MenuImageCheck
- See Also:
 - Constant Field Values
 
 
- 
MenuImageRemove
static final int MenuImageRemove
- See Also:
 - Constant Field Values
 
 
- 
MenuImageSubtotal
static final int MenuImageSubtotal
- See Also:
 - Constant Field Values
 
 
- 
MenuImageDrillUp
static final int MenuImageDrillUp
- See Also:
 - Constant Field Values
 
 
- 
MenuImageDrillDown
static final int MenuImageDrillDown
- See Also:
 - Constant Field Values
 
 
- 
MenuImageDrillTemplate
static final int MenuImageDrillTemplate
- See Also:
 - Constant Field Values
 
 
- 
MenuImageDrill
static final int MenuImageDrill
- See Also:
 - Constant Field Values
 
 
 - 
 
 -