|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PercentCalculationsSelectorInterface
Defines methods and properties required for an adapter implementation of the percent of totals calculation selector.
PercentCalculationsSelector
,
PercentCalculationsSelectorPanel
Field Summary |
---|
Fields inherited from interface com.sas.dataselectors.SelectorCommitInterface |
---|
EXCEPTION_OCCURRED |
Method Summary | |
---|---|
java.util.Map |
getDenominators()
Returns a map where the keys are the denominator ids and the the values are the denominator labels. |
java.util.List |
getFractionalItems()
Returns a list of FractionalItemInfo
objects representing the current set of fractional items. |
java.util.Locale |
getLocale()
Returns the locale |
java.util.Map |
getNumerators()
Returns a map where the keys are the numerator ids and the the values are the numerator labels. |
boolean |
isOLAP()
Returns true if the data source is OLAP based. |
void |
setFractionalItems(java.util.List items)
Sets the list of FractionalItemInfo
objects that represent the new set of fractional items. |
void |
setLocale(java.util.Locale locale)
Sets the locale |
Methods inherited from interface com.sas.dataselectors.SelectorCommitInterface |
---|
commit, getPropertiesBean |
Method Detail |
---|
boolean isOLAP()
java.util.Map getNumerators()
java.util.Map getDenominators()
java.util.List getFractionalItems()
Returns a list of FractionalItemInfo
objects representing the current set of fractional items.
void setFractionalItems(java.util.List items)
Sets the list of FractionalItemInfo
objects that represent the new set of fractional items.
void setLocale(java.util.Locale locale)
locale
- The locale.java.util.Locale getLocale()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |