Package com.microstrategy.web.app.gui
Interface EnumMenuImages
-
public interface EnumMenuImages
Enumerates 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 int
MenuImageCheck
static int
MenuImageDrill
static int
MenuImageDrillDown
static int
MenuImageDrillTemplate
static int
MenuImageDrillUp
static int
MenuImageNone
static int
MenuImageRemove
static int
MenuImageSubtotal
-
-
-
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
-
-