|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TrackNumericDataOption
The TrackNumericDataOption interface represents the specialization for increasing/decreasing changes.
| Method Summary | |
|---|---|
void |
applyThreshold(boolean apply)
Allows the user to specify if the threshold is applied or not. |
double |
getThreshold()
Gets the threshold over/below which the data has to be shown increasing/decreasing. |
boolean |
isThresholdApplied()
Allows to know if the threshold is take into account in the differences evaluation process. |
void |
setThreshold(double value)
Sets the threshold over/below which the data has to be shown increasing/decreasing |
| Methods inherited from interface com.businessobjects.rebean.wi.TrackDataOption |
|---|
getDecoration, isActive, showChanges |
| Method Detail |
|---|
double getThreshold()
void setThreshold(double value)
value - the new threshold.void applyThreshold(boolean apply)
apply - If true, the server must take into account the threshold.
Otherwise it shows all increases/decreases changes.boolean isThresholdApplied()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||