|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportingExportable
Interface for ReportingData Objects and AggrValue provides methods for exporting the data objects
| Method Summary | |
|---|---|
int |
compareTo(ReportingExportable re)
|
Object |
getValue()
|
void |
setValue(Object val)
Sets the value for this object |
Object |
toHtml()
return type is eighter a implementation of Component or a String |
String |
toText()
used for CSV/EXCEL/XML export... |
| Method Detail |
|---|
int compareTo(ReportingExportable re)
compareTo in interface Comparable<ReportingExportable>String toText()
Object toHtml()
Component or a String
Object getValue()
void setValue(Object val)
val - - the value object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||