com.sas.dataselectors.totals
Interface OLAPTotalsSelectorInterface

All Superinterfaces:
TotalsSelectorInterface
All Known Implementing Classes:
OLAPTotalsSelectorAdapter

public interface OLAPTotalsSelectorInterface
extends TotalsSelectorInterface

Represents an adapter for the Totals Selector that deals with multidimensional data (usually named OLAP data).

Since:
3.1

Field Summary
static int NO_PERCENT_OF_TOTAL_SUBTOTAL
           
static int PERCENT_OF_SUBTOTAL_FOR_COLUMNS
           
static int PERCENT_OF_SUBTOTAL_FOR_ROWS
           
static int PERCENT_OF_TOTAL_FOR_COLUMNS
           
static int PERCENT_OF_TOTAL_FOR_ROWS
           
 
Fields inherited from interface com.sas.dataselectors.totals.TotalsSelectorInterface
BOTTOM, COLUMN_SUBTOTALS, COLUMN_TOTALS, EXPANDED_TOTALS, NO_COLUMN_SUBTOTALS, NO_COLUMN_TOTALS, NO_EXPANDED_TOTALS, NO_ROW_SUBTOTALS, NO_ROW_TOTALS, ROW_SUBTOTALS, ROW_TOTALS, TOP, UNFILTERED_TOTALS, VISUAL_TOTALS
 
Method Summary
 boolean columnSubtotals()
          Returns true if the column subtotals must be applyed, false otherwise.
 void columnSubtotals(boolean columnSubtotals)
          Sets if the column subtotals must be applyed.
 boolean rowSubtotals()
          Returns true if the row subtotals must be applied, false otherwise.
 void rowSubtotals(boolean rowSubtotals)
          Sets if the row subtotals must be applyed.
 boolean rowTotals()
          Returns true if the row totals must be applyed, false otherwise.
 void rowTotals(boolean rowTotals)
          Sets if the row totals must be applyed.
 
Methods inherited from interface com.sas.dataselectors.totals.TotalsSelectorInterface
columnTotals, columnTotals, hasSummarizeableItems, valuesFromDataModel, valuesFromDataModel
 

Field Detail

NO_PERCENT_OF_TOTAL_SUBTOTAL

static final int NO_PERCENT_OF_TOTAL_SUBTOTAL
See Also:
Constant Field Values

PERCENT_OF_TOTAL_FOR_COLUMNS

static final int PERCENT_OF_TOTAL_FOR_COLUMNS
See Also:
Constant Field Values

PERCENT_OF_SUBTOTAL_FOR_COLUMNS

static final int PERCENT_OF_SUBTOTAL_FOR_COLUMNS
See Also:
Constant Field Values

PERCENT_OF_TOTAL_FOR_ROWS

static final int PERCENT_OF_TOTAL_FOR_ROWS
See Also:
Constant Field Values

PERCENT_OF_SUBTOTAL_FOR_ROWS

static final int PERCENT_OF_SUBTOTAL_FOR_ROWS
See Also:
Constant Field Values
Method Detail

rowSubtotals

boolean rowSubtotals()
Returns true if the row subtotals must be applied, false otherwise.

Returns:
boolean true if the row subtotals must be applied, false otherwise.

rowSubtotals

void rowSubtotals(boolean rowSubtotals)
Sets if the row subtotals must be applyed.

Parameters:
rowSubtotals - true if the row subtotals must be applyed, false otherwise.

rowTotals

boolean rowTotals()
Returns true if the row totals must be applyed, false otherwise.

Returns:
boolean true if the row totals must be applyed, false otherwise.

rowTotals

void rowTotals(boolean rowTotals)
Sets if the row totals must be applyed.

Parameters:
rowTotals - true if the row totals must be applyed, false otherwise.

columnSubtotals

boolean columnSubtotals()
Returns true if the column subtotals must be applyed, false otherwise.

Returns:
boolean true if the column subtotals must be applyed, false otherwise.

columnSubtotals

void columnSubtotals(boolean columnSubtotals)
Sets if the column subtotals must be applyed.

Parameters:
columnSubtotals - true if the column subtotals must be applyed, false otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.