Package org.apache.wicket.extensions.markup.html.repeater.data.table.export
Package for exporting data tables.
-
Interface Summary Interface Description IDataExporter Exports data provided by aIDataProvideras described byIExportableColumns.IExportableColumn<T,S> AnIColumnthat can be exported. -
Class Summary Class Description AbstractDataExporter An abstract helper implementation ofIDataExporter.AbstractExportableColumn<T,S> A helper implementation ofIExportableColumn.CSVDataExporter AnIDataExporterthat exports data to a CSV file.ExportToolbar A toolbar that provides links to download the data represented by allIExportableColumns in the table exported to formats supported by theIDataExporters configured.ExportToolbar.DataExportResourceStreamWriter AnIResourceStreamWriterwhich writes the exportable data from a table to an output stream.