Package com.microstrategy.web.objects.rw
Interface EnumRWUnitTypes
-
public interface EnumRWUnitTypesUnit type constant- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int[]FORMATTED_UNIT_TYPESA list of formatable unit typesstatic intRWUNIT_CONTROLSelector Controlstatic intRWUNIT_DETAILSDetails sectionstatic intRWUNIT_ELEMENTDeprecated.Replaced byRWUNIT_NODEstatic intRWUNIT_FIELDStarting value for the field unit typesstatic intRWUNIT_FIELDGROUPField groupstatic intRWUNIT_FOOTERFooter sectionstatic intRWUNIT_GRIDGRAPHGrid/graphstatic intRWUNIT_GROUPBYGroup by sectionstatic intRWUNIT_HEADERHeader sectionstatic intRWUNIT_HTMLstatic intRWUNIT_IMAGEImagestatic intRWUNIT_INFO_WINDOW_PARENT_SECTIONInfo Window Parent Sectionstatic intRWUNIT_LINELinestatic intRWUNIT_NODEStarting value for the node unit typesstatic intRWUNIT_PAGE_FOOTERPage footerstatic intRWUNIT_PAGE_HEADERPage headerstatic intRWUNIT_PANELPanelstatic intRWUNIT_PANEL_STACKPanel stackstatic intRWUNIT_PANEL_STACK_TITLEPanel Stackstatic intRWUNIT_RESERVEDstatic intRWUNIT_SHAPEShapestatic intRWUNIT_SHAPE_ROUNDRound Rectanglesstatic intRWUNIT_STITCH_SECTIONStitch sectionstatic intRWUNIT_SUBSECTIONSubsectionstatic intRWUNIT_TEXTTextstatic intRWUNIT_TITLEStarting value for the title area of a controlstatic intRWUNIT_UNIT_CONDITIONUnit condition node for attribute metric selectorstatic intRWUNIT_WIDGETWidget Control
-
-
-
Field Detail
-
RWUNIT_RESERVED
static final int RWUNIT_RESERVED
- See Also:
- Constant Field Values
-
RWUNIT_GROUPBY
static final int RWUNIT_GROUPBY
Group by section- See Also:
- Constant Field Values
-
RWUNIT_HEADER
static final int RWUNIT_HEADER
Header section- See Also:
- Constant Field Values
-
RWUNIT_FOOTER
static final int RWUNIT_FOOTER
Footer section- See Also:
- Constant Field Values
-
RWUNIT_SUBSECTION
static final int RWUNIT_SUBSECTION
Subsection- See Also:
- Constant Field Values
-
RWUNIT_DETAILS
static final int RWUNIT_DETAILS
Details section- See Also:
- Constant Field Values
-
RWUNIT_PAGE_HEADER
static final int RWUNIT_PAGE_HEADER
Page header- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_PAGE_FOOTER
static final int RWUNIT_PAGE_FOOTER
Page footer- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_PANEL_STACK
static final int RWUNIT_PANEL_STACK
Panel stack- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_PANEL
static final int RWUNIT_PANEL
Panel- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_UNIT_CONDITION
static final int RWUNIT_UNIT_CONDITION
Unit condition node for attribute metric selector- See Also:
- Constant Field Values
-
RWUNIT_STITCH_SECTION
static final int RWUNIT_STITCH_SECTION
Stitch section- Since:
- MicroStrategy Web 12.1.0
- See Also:
- Constant Field Values
-
RWUNIT_INFO_WINDOW_PARENT_SECTION
static final int RWUNIT_INFO_WINDOW_PARENT_SECTION
Info Window Parent Section- Since:
- MicroStrategy Web 11.3.4
- See Also:
- Constant Field Values
-
RWUNIT_NODE
static final int RWUNIT_NODE
Starting value for the node unit types- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_ELEMENT
@Deprecated static final int RWUNIT_ELEMENT
Deprecated.Replaced byRWUNIT_NODE- See Also:
- Constant Field Values
-
RWUNIT_FIELDGROUP
static final int RWUNIT_FIELDGROUP
Field group- See Also:
- Constant Field Values
-
RWUNIT_GRIDGRAPH
static final int RWUNIT_GRIDGRAPH
Grid/graph- See Also:
- Constant Field Values
-
RWUNIT_FIELD
static final int RWUNIT_FIELD
Starting value for the field unit types- See Also:
- Constant Field Values
-
RWUNIT_TITLE
static final int RWUNIT_TITLE
Starting value for the title area of a control- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_SHAPE
static final int RWUNIT_SHAPE
Shape- See Also:
- Constant Field Values
-
RWUNIT_IMAGE
static final int RWUNIT_IMAGE
Image- See Also:
- Constant Field Values
-
RWUNIT_LINE
static final int RWUNIT_LINE
Line- See Also:
- Constant Field Values
-
RWUNIT_TEXT
static final int RWUNIT_TEXT
Text- See Also:
- Constant Field Values
-
RWUNIT_HTML
static final int RWUNIT_HTML
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
RWUNIT_PANEL_STACK_TITLE
static final int RWUNIT_PANEL_STACK_TITLE
Panel Stack- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_CONTROL
static final int RWUNIT_CONTROL
Selector Control- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_SHAPE_ROUND
static final int RWUNIT_SHAPE_ROUND
Round Rectangles- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
RWUNIT_WIDGET
static final int RWUNIT_WIDGET
Widget Control- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
FORMATTED_UNIT_TYPES
static final int[] FORMATTED_UNIT_TYPES
A list of formatable unit types- Since:
- MicroStrategy Web 8.1.0
-
-