Package com.microstrategy.web.app.beans
Interface EnumSubtotalCheckboxState
-
public interface EnumSubtotalCheckboxState
Enumeration that represents the different state of the 'All Totals' and 'Grand Totals' checkboxes in theSubtotalsEditorBean
- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
SubtotalCheckboxStateChecked
static int
SubtotalCheckboxStateDisabled
static int
SubtotalCheckboxStateUnChecked
static int
SubtotalCheckboxStateUndefined
-
-
-
Field Detail
-
SubtotalCheckboxStateUndefined
static final int SubtotalCheckboxStateUndefined
- See Also:
- Constant Field Values
-
SubtotalCheckboxStateUnChecked
static final int SubtotalCheckboxStateUnChecked
- See Also:
- Constant Field Values
-
SubtotalCheckboxStateChecked
static final int SubtotalCheckboxStateChecked
- See Also:
- Constant Field Values
-
SubtotalCheckboxStateDisabled
static final int SubtotalCheckboxStateDisabled
- See Also:
- Constant Field Values
-
-