public class SimpleConnectorTableExporter extends SimpleTableExporter
| Constructor and Description |
|---|
SimpleConnectorTableExporter(List<ConnectorUI> selectedConnectors,
List<ConnectorUI> filteredConnectors)
Construct a new connector 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 SimpleConnectorTableExporter(List<ConnectorUI> selectedConnectors, List<ConnectorUI> filteredConnectors)
selectedConnectors - list of selected connectorsfilteredConnectors - list of filtered connectorsprotected 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.