Package com.microstrategy.web.app.beans
Interface EnumSubtotalCheckboxState
- 
public interface EnumSubtotalCheckboxStateEnumeration 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 intSubtotalCheckboxStateCheckedstatic intSubtotalCheckboxStateDisabledstatic intSubtotalCheckboxStateUnCheckedstatic intSubtotalCheckboxStateUndefined 
 - 
 
- 
- 
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
 
 
 - 
 
 -