Interface EnumGridCellMapAttributes
-
public interface EnumGridCellMapAttributesThis 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.StringATTR_COL_TITLE_MISSINGThis attribute would be present if the last Column attribute title is missingstatic java.lang.StringATTR_COL_TITLE_MISSING_VALcolumn title missingstatic java.lang.StringCONTEXT_MENU_INDICESstatic java.lang.StringCONTEXT_MENU_MANAGER_NAMEstatic java.lang.StringDISPLAY_MODEDisplay Modestatic java.lang.StringDRILL_KEY_ARGUMENTdrill key method argumentstatic java.lang.StringJSON_MAP_INDEXindex in the json map used to store the header and metric value cell informationstatic java.lang.StringNEAREST_NON_METRIC_HEADERSnearest non metric headers. applicable to metric value cellsstatic java.lang.StringORDINALordinal information for header and metric value cells.static java.lang.StringSEPARATORstatic java.lang.StringTEMPLATE_UNIT_POSITIONstatic java.lang.StringTITLE_POSITIONTitle's positionstatic java.lang.StringTOOLTIP
-
-
-
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
-
-