Package com.microstrategy.web.app.beans
Interface EnumGridFormatEditorTabs
-
public interface EnumGridFormatEditorTabsThis enumeration contains the different identifiers for the tabs available trough the Grid Format Editor bean- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intGridFormatBorderTabRepresents the Format Border tab on the Grid Format Editorstatic intGridFormatCellTabRepresents the Format Cell tab on the Grid Format Editorstatic intGridFormatFontTabRepresents the Format Font tab on the Grid Format Editorstatic intGridFormatNumberTabRepresents the Format Number tab on the Grid Format Editor
-
-
-
Field Detail
-
GridFormatFontTab
static final int GridFormatFontTab
Represents the Format Font tab on the Grid Format Editor- See Also:
- Constant Field Values
-
GridFormatNumberTab
static final int GridFormatNumberTab
Represents the Format Number tab on the Grid Format Editor- See Also:
- Constant Field Values
-
GridFormatBorderTab
static final int GridFormatBorderTab
Represents the Format Border tab on the Grid Format Editor- See Also:
- Constant Field Values
-
GridFormatCellTab
static final int GridFormatCellTab
Represents the Format Cell tab on the Grid Format Editor- See Also:
- Constant Field Values
-
-