|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface OLAPTotalsSelectorInterface
Represents an adapter for the Totals Selector that deals with multidimensional data (usually named OLAP data).
| 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 |
|---|
static final int NO_PERCENT_OF_TOTAL_SUBTOTAL
static final int PERCENT_OF_TOTAL_FOR_COLUMNS
static final int PERCENT_OF_SUBTOTAL_FOR_COLUMNS
static final int PERCENT_OF_TOTAL_FOR_ROWS
static final int PERCENT_OF_SUBTOTAL_FOR_ROWS
| Method Detail |
|---|
boolean rowSubtotals()
void rowSubtotals(boolean rowSubtotals)
rowSubtotals - true if the row subtotals must be applyed, false otherwise.boolean rowTotals()
void rowTotals(boolean rowTotals)
rowTotals - true if the row totals must be applyed, false otherwise.boolean columnSubtotals()
void columnSubtotals(boolean columnSubtotals)
columnSubtotals - true if the column subtotals must be applyed, false otherwise.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||