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.AnIDataExporterthat exports data to a CSV file.A toolbar that provides links to download the data represented by allIExportableColumns in the table exported to formats supported by theIDataExporters configured.AnIResourceStreamWriterwhich writes the exportable data from a table to an output stream.Exports data provided by aIDataProvideras described byIExportableColumns.IExportableColumn<T,S> AnIColumnthat can be exported.