com.sas.dataselectors.totals
Class RelationalTotalsSelectorAdapter

com.sas.dataselectors.totals.RelationalTotalsSelectorAdapter
All Implemented Interfaces:
RelationalTotalsSelectorInterface, TotalsSelectorInterface

public class RelationalTotalsSelectorAdapter
implements RelationalTotalsSelectorInterface

It's an implementation of a Totals Selector adapter for non multidimensional (relational) data.

Since:
3.1

Field Summary
 
Fields inherited from class com.sas.dataselectors.totals.BaseTotalsSelectorAdapter
columnTotals, dataModel, valuesFromDataModel
 
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
 
Constructor Summary
RelationalTotalsSelectorAdapter()
           
 
Method Summary
 boolean columnTotals()
          Returns true if the column totals must be applyed, false otherwise.
 
Methods inherited from class com.sas.dataselectors.totals.BaseTotalsSelectorAdapter
columnTotals, dataModel, dataModel, hasSummarizeableItems, valuesFromDataModel, valuesFromDataModel
 
Methods inherited from interface com.sas.dataselectors.totals.TotalsSelectorInterface
columnTotals, hasSummarizeableItems, valuesFromDataModel, valuesFromDataModel
 

Constructor Detail

RelationalTotalsSelectorAdapter

public RelationalTotalsSelectorAdapter()
Method Detail

columnTotals

public boolean columnTotals()
Description copied from interface: TotalsSelectorInterface
Returns true if the column totals must be applyed, false otherwise.

Specified by:
columnTotals in interface TotalsSelectorInterface
Overrides:
columnTotals in class BaseTotalsSelectorAdapter
Returns:
boolean true if the column totals must be applyed, false otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.