Interface EnumGridCellMapAttributes
-
public interface EnumGridCellMapAttributes
This interface contains the constants related to the keys populated in the com.microstrategy.web.app.transforms.GridTransformJsonHelpers.HeaderMetricValueJsonMap inner class
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTR_COL_TITLE_MISSING
This attribute would be present if the last Column attribute title is missingstatic java.lang.String
ATTR_COL_TITLE_MISSING_VAL
column title missingstatic java.lang.String
CONTEXT_MENU_INDICES
static java.lang.String
CONTEXT_MENU_MANAGER_NAME
static java.lang.String
DISPLAY_MODE
Display Modestatic java.lang.String
DRILL_KEY_ARGUMENT
drill key method argumentstatic java.lang.String
JSON_MAP_INDEX
index in the json map used to store the header and metric value cell informationstatic java.lang.String
NEAREST_NON_METRIC_HEADERS
nearest non metric headers.static java.lang.String
ORDINAL
ordinal information for header and metric value cells.static java.lang.String
SEPARATOR
static java.lang.String
TEMPLATE_UNIT_POSITION
static java.lang.String
TITLE_POSITION
Title's positionstatic java.lang.String
TOOLTIP
-
-
-
Field Detail
-
DRILL_KEY_ARGUMENT
static final java.lang.String DRILL_KEY_ARGUMENT
drill key method argument- See Also:
- Constant Field Values
-
TOOLTIP
static final java.lang.String TOOLTIP
- See Also:
- Constant Field Values
-
CONTEXT_MENU_INDICES
static final java.lang.String CONTEXT_MENU_INDICES
- See Also:
- Constant Field Values
-
CONTEXT_MENU_MANAGER_NAME
static final java.lang.String CONTEXT_MENU_MANAGER_NAME
- See Also:
- Constant Field Values
-
NEAREST_NON_METRIC_HEADERS
static final java.lang.String NEAREST_NON_METRIC_HEADERS
nearest non metric headers. applicable to metric value cells- See Also:
- Constant Field Values
-
ORDINAL
static final java.lang.String ORDINAL
ordinal information for header and metric value cells. This ordinal value is different from the ordinal at the row level when the report has multiple pages- See Also:
- Constant Field Values
-
JSON_MAP_INDEX
static final java.lang.String JSON_MAP_INDEX
index in the json map used to store the header and metric value cell information- See Also:
- Constant Field Values
-
TEMPLATE_UNIT_POSITION
static final java.lang.String TEMPLATE_UNIT_POSITION
- See Also:
- Constant Field Values
-
ATTR_COL_TITLE_MISSING
static final java.lang.String ATTR_COL_TITLE_MISSING
This attribute would be present if the last Column attribute title is missing- See Also:
- Constant Field Values
-
ATTR_COL_TITLE_MISSING_VAL
static final java.lang.String ATTR_COL_TITLE_MISSING_VAL
column title missing- See Also:
- Constant Field Values
-
TITLE_POSITION
static final java.lang.String TITLE_POSITION
Title's position- See Also:
- Constant Field Values
-
SEPARATOR
static final java.lang.String SEPARATOR
- See Also:
- Constant Field Values
-
DISPLAY_MODE
static final java.lang.String DISPLAY_MODE
Display Mode- See Also:
- Constant Field Values
-
-