See: Description
| Interface | Description |
|---|---|
| IDataExporter |
Exports data provided by a
IDataProvider as described by IExportableColumns. |
| IExportableColumn<T,S> |
An
IColumn that can be exported. |
| Class | Description |
|---|---|
| AbstractDataExporter |
An abstract helper implementation of
IDataExporter. |
| AbstractExportableColumn<T,S> |
A helper implementation of
IExportableColumn. |
| CSVDataExporter |
An
IDataExporter that exports data to a CSV file. |
| ExportToolbar |
A toolbar that provides links to download the data represented by all
IExportableColumns in the table
exported to formats supported by the IDataExporters configured. |
| ExportToolbar.DataExportResourceStreamWriter |
An
IResourceStreamWriter which writes the exportable data from a table to an output stream. |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.