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 aIDataProvider
as described byIExportableColumn
s.IExportableColumn<T,S> AnIColumn
that can be exported. -
Class Summary Class Description AbstractDataExporter An abstract helper implementation ofIDataExporter
.AbstractExportableColumn<T,S> A helper implementation ofIExportableColumn
.CSVDataExporter AnIDataExporter
that exports data to a CSV file.ExportToolbar A toolbar that provides links to download the data represented by allIExportableColumn
s in the table exported to formats supported by theIDataExporter
s configured.ExportToolbar.DataExportResourceStreamWriter AnIResourceStreamWriter
which writes the exportable data from a table to an output stream.