|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TotalsSelectorInterface
Represents an adapter for the Totals Selector.
Field Summary | |
---|---|
static java.lang.String |
BOTTOM
When 'bottom' positioning have to be applied, this is the value passed to the TotalsCommand. |
static java.lang.String |
COLUMN_SUBTOTALS
When column subtotals must be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
COLUMN_TOTALS
When column totals must be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
EXPANDED_TOTALS
When expanded totals must be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
NO_COLUMN_SUBTOTALS
When column subtotals must not be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
NO_COLUMN_TOTALS
When column totals must not be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
NO_EXPANDED_TOTALS
When expanded totals must not be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
NO_ROW_SUBTOTALS
When row subtotals must not be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
NO_ROW_TOTALS
When row totals must not be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
ROW_SUBTOTALS
When row subtotals must be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
ROW_TOTALS
When row totals must be applied this is the value passed to the TotalsCommand. |
static java.lang.String |
TOP
When 'top' positioning have to be applied, this is the value passed to the TotalsCommand. |
static java.lang.String |
UNFILTERED_TOTALS
When 'Unfiltered totals' havee to be applied, this is the value passed to the TotalsCommand. |
static java.lang.String |
VISUAL_TOTALS
When 'Visual totals' havee to be applied, this is the value passed to the TotalsCommand. |
Method Summary | |
---|---|
boolean |
columnTotals()
Returns true if the column totals must be applyed, false otherwise. |
void |
columnTotals(boolean columnTotals)
Sets if the column totals must be applyed. |
boolean |
hasSummarizeableItems()
Says if the data model contains at least one additive DataItem. |
boolean |
valuesFromDataModel()
Returns true if the values must be read directly from the data model, false if the values must be read from the internal variables. |
void |
valuesFromDataModel(boolean valuesFromDataModel)
Sets if the the values must be read directly from the data model or from the internal variables. |
Field Detail |
---|
static final java.lang.String ROW_TOTALS
static final java.lang.String NO_ROW_TOTALS
static final java.lang.String COLUMN_TOTALS
static final java.lang.String NO_COLUMN_TOTALS
static final java.lang.String ROW_SUBTOTALS
static final java.lang.String NO_ROW_SUBTOTALS
static final java.lang.String COLUMN_SUBTOTALS
static final java.lang.String NO_COLUMN_SUBTOTALS
static final java.lang.String EXPANDED_TOTALS
static final java.lang.String NO_EXPANDED_TOTALS
static final java.lang.String UNFILTERED_TOTALS
VISUAL_TOTALS
,
Constant Field Valuesstatic final java.lang.String VISUAL_TOTALS
UNFILTERED_TOTALS
,
Constant Field Valuesstatic final java.lang.String TOP
BOTTOM
,
Constant Field Valuesstatic final java.lang.String BOTTOM
TOP
,
Constant Field ValuesMethod Detail |
---|
boolean columnTotals()
void columnTotals(boolean columnTotals)
columnTotals
- true if the column totals must be applyed, false otherwise.boolean valuesFromDataModel()
void valuesFromDataModel(boolean valuesFromDataModel)
valuesFromDataModel
- true if the the values must be read directly from the data model, false if the values must be read from the internal variables.boolean hasSummarizeableItems()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |