Package net.sf.jasperreports.export
Class SimpleCsvMetadataReportConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleReportExportConfiguration
net.sf.jasperreports.export.SimpleCsvReportConfiguration
net.sf.jasperreports.export.SimpleCsvMetadataReportConfiguration
- All Implemented Interfaces:
CommonExportConfiguration
,CsvMetadataReportConfiguration
,CsvReportConfiguration
,ReportExportConfiguration
public class SimpleCsvMetadataReportConfiguration
extends SimpleCsvReportConfiguration
implements CsvMetadataReportConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Fields inherited from interface net.sf.jasperreports.export.CsvMetadataReportConfiguration
PROPERTY_COLUMN_NAMES_PREFIX, PROPERTY_WRITE_HEADER
Fields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Returns an array of strings representing the comma-separated names of the columns that should be exported.Returns a boolean that specifies whether the export header (the column names) should be written or not.void
setColumnNames
(String[] columnNames) void
setWriteHeader
(Boolean isWriteHeader) Methods inherited from class net.sf.jasperreports.export.SimpleReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndex
Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHints
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
Methods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
Constructor Details
-
SimpleCsvMetadataReportConfiguration
public SimpleCsvMetadataReportConfiguration()
-
-
Method Details
-
isWriteHeader
Description copied from interface:CsvMetadataReportConfiguration
Returns a boolean that specifies whether the export header (the column names) should be written or not.- Specified by:
isWriteHeader
in interfaceCsvMetadataReportConfiguration
- See Also:
-
setWriteHeader
-
getColumnNames
Description copied from interface:CsvMetadataReportConfiguration
Returns an array of strings representing the comma-separated names of the columns that should be exported.NOTE: The order of the columns is important and, for accurate results, they should be in the same order as the original columns.
- Specified by:
getColumnNames
in interfaceCsvMetadataReportConfiguration
- See Also:
-
setColumnNames
-