Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.table.export.IDataExporter
Packages that use IDataExporter
Package
Description
Package for exporting data tables.
-
Uses of IDataExporter in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.export that implement IDataExporterModifier and TypeClassDescriptionclassAn abstract helper implementation ofIDataExporter.classAnIDataExporterthat exports data to a CSV file.Methods in org.apache.wicket.extensions.markup.html.repeater.data.table.export with parameters of type IDataExporterModifier and TypeMethodDescriptionExportToolbar.addDataExporter(IDataExporter exporter) Adds aIDataExporterto the list of data exporters to be used in this toolbar.protected ComponentExportToolbar.createExportLink(String componentId, IDataExporter dataExporter) Creates a new link to the exported data for the providedIDataExporter.Constructors in org.apache.wicket.extensions.markup.html.repeater.data.table.export with parameters of type IDataExporterModifierConstructorDescriptionDataExportResourceStreamWriter(IDataExporter dataExporter, DataTable<?, ?> dataTable) Creates a new instance using the providedIDataExporterto export data.