|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ibisph.dao.chart.AbstractDAO
public abstract class AbstractDAO
Helper class that chart DAO's use to help clean up valid chart values, format values for the mouse overs, and to find/get the max value for limits.
| Nested Class Summary | |
|---|---|
protected class |
AbstractDAO.DataValueParser
Internal helper object that parses the numeric string value to a double so that it can be validated. |
| Field Summary | |
|---|---|
protected java.lang.String |
valueFormatPattern
|
| Constructor Summary | |
|---|---|
AbstractDAO()
|
|
| Method Summary | |
|---|---|
void |
setNumberFormatPattern(java.lang.String javaNumberFormatPattern)
Java number format pattern to be applied to the data values for chart mouse overs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ibisph.dao.chart.DAO |
|---|
load |
| Field Detail |
|---|
protected java.lang.String valueFormatPattern
| Constructor Detail |
|---|
public AbstractDAO()
| Method Detail |
|---|
public void setNumberFormatPattern(java.lang.String javaNumberFormatPattern)
javaNumberFormatPattern - Standard Java numeric format pattern.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||