com.microstrategy.web.app.beans.EnumSubtotalCheckboxState |
Class Overview
Enumeration that represents the different state of the 'All Totals' and 'Grand Totals' checkboxes
in the SubtotalsEditorBean
Constants
public
static
final
int
SubtotalCheckboxStateChecked
Constant Value:
1
(0x00000001)
public
static
final
int
SubtotalCheckboxStateDisabled
Constant Value:
2
(0x00000002)
public
static
final
int
SubtotalCheckboxStateUnChecked
Constant Value:
0
(0x00000000)
public
static
final
int
SubtotalCheckboxStateUndefined
Constant Value:
-1
(0xffffffff)