public class SimpleManufacturerTableExporter extends SimpleTableExporter
| Constructor and Description |
|---|
SimpleManufacturerTableExporter(List<ManufacturerUI> selectedManufacturers,
List<ManufacturerUI> filteredManufacturers)
Construct a new manufacturer table exporter.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addData(ExportTable exportTable)
The method that fills the table with the exported data.
|
protected void |
addHeaderRow(ExportTable exportTable)
The method that adds a header row to the export data.
|
protected int |
getExcelDataStartRow() |
protected String |
getFileName() |
protected String |
getTableName() |
getExportedTable, getFileFormat, isIncludeHeaderRow, prepareTableExportPopup, setFileFormat, setIncludeHeaderRowpublic SimpleManufacturerTableExporter(List<ManufacturerUI> selectedManufacturers, List<ManufacturerUI> filteredManufacturers)
selectedManufacturers - list of selected manufacturersfilteredManufacturers - list of filtered manufacturersprotected String getTableName()
getTableName in class SimpleTableExporterExportTable
implementation.protected String getFileName()
getFileName in class SimpleTableExporterprotected void addHeaderRow(ExportTable exportTable)
SimpleTableExporteraddHeaderRow in class SimpleTableExporterexportTable - the table to add header row toprotected void addData(ExportTable exportTable)
SimpleTableExporteraddData in class SimpleTableExporterexportTable - the table to add the data rows toprotected int getExcelDataStartRow()
getExcelDataStartRow in class SimpleTableExporterCopyright © 2025 European Spallation Source. All rights reserved.