Interface EnumEditorElements
-
public interface EnumEditorElementsDeprecated.Please useEnumEditorDisplayFlagsinsteadThese are a set of values for determining what editor elements are displayed *- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intEDITOR_ELEMENT_ALLDeprecated.static intEDITOR_ELEMENT_APPLYDeprecated.static intEDITOR_ELEMENT_CANCELDeprecated.static intEDITOR_ELEMENT_CLOSEDeprecated.static intEDITOR_ELEMENT_CONTENTDeprecated.static intEDITOR_ELEMENT_HELPDeprecated.static intEDITOR_ELEMENT_OKDeprecated.static intEDITOR_ELEMENT_TITLEDeprecated.
-
-
-
Field Detail
-
EDITOR_ELEMENT_TITLE
static final int EDITOR_ELEMENT_TITLE
Deprecated.- See Also:
- Constant Field Values
-
EDITOR_ELEMENT_CONTENT
static final int EDITOR_ELEMENT_CONTENT
Deprecated.- See Also:
- Constant Field Values
-
EDITOR_ELEMENT_HELP
static final int EDITOR_ELEMENT_HELP
Deprecated.- See Also:
- Constant Field Values
-
EDITOR_ELEMENT_CLOSE
static final int EDITOR_ELEMENT_CLOSE
Deprecated.- See Also:
- Constant Field Values
-
EDITOR_ELEMENT_APPLY
static final int EDITOR_ELEMENT_APPLY
Deprecated.- See Also:
- Constant Field Values
-
EDITOR_ELEMENT_OK
static final int EDITOR_ELEMENT_OK
Deprecated.- See Also:
- Constant Field Values
-
EDITOR_ELEMENT_CANCEL
static final int EDITOR_ELEMENT_CANCEL
Deprecated.- See Also:
- Constant Field Values
-
EDITOR_ELEMENT_ALL
static final int EDITOR_ELEMENT_ALL
Deprecated.- See Also:
- Constant Field Values
-
-