Package com.groiss.reporting.export
Interface ReportingExporter
- All Known Subinterfaces:
ClientSideExporter
,FileReportingExporter
- All Known Implementing Classes:
DelimiterSeperatedValuesExporter
,DownloadExporter
,HTMLExporter
public interface ReportingExporter
Interface of Reporting Exporter. Implement this interface if another export format is needed
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd configureable fields...
-
Field Details
-
ROW_STYLE_HIDDEN
-
-
Method Details
-
getExportName
String getExportName()- Returns:
- the I18N name of the exporter
-
getExportOptionsJSON
add configureable fields...- Returns:
- jsonarray which contains jsonobjects which have at leaast an id, a label and an implementing widget
- Throws:
JSONException
-