Module org.apache.wicket.extensions
Package org.apache.wicket.extensions.markup.html.repeater.data.table.export
package org.apache.wicket.extensions.markup.html.repeater.data.table.export
Package for exporting data tables.
-
ClassDescriptionAn abstract helper implementation of
IDataExporter
.A helper implementation ofIExportableColumn
.AnIDataExporter
that exports data to a CSV file.A toolbar that provides links to download the data represented by allIExportableColumn
s in the table exported to formats supported by theIDataExporter
s configured.AnIResourceStreamWriter
which writes the exportable data from a table to an output stream.Exports data provided by aIDataProvider
as described byIExportableColumn
s.IExportableColumn<T,S> AnIColumn
that can be exported.