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
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 |
columnTotals()
Returns true if the column totals must be applyed, false otherwise. |
RelationalTotalsSelectorAdapter
public RelationalTotalsSelectorAdapter()
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.