Uses of Class
com.basiscomponents.db.export.SheetConfiguration
-
Packages that use SheetConfiguration Package Description com.basiscomponents.db com.basiscomponents.db.export -
-
Uses of SheetConfiguration in com.basiscomponents.db
Methods in com.basiscomponents.db with parameters of type SheetConfiguration Modifier and Type Method Description static net.sf.jasperreports.engine.JasperPrintResultSetExporter. exportToJasperPrint(File file, ResultSet rs, SheetConfiguration sheetConfig, boolean baristaMode, int fitTo, boolean landscapeMode)static FileResultSetExporter. exportToPDF(File file, ResultSet rs, SheetConfiguration sheetConfig, boolean baristaMode, int fitTo, boolean landscapeMode)Exports the content of the given ResultSet from a BBjGridExWidgetstatic voidResultSetExporter. writeXLSX(ResultSet rs, File outputFile, boolean writeHeader, SheetConfiguration sheetConfig)Writes the content of the given ResultSet as XLSX into the specified File.static voidResultSetExporter. writeXLSX(ResultSet rs, OutputStream out, boolean writeHeader, boolean useLabelIfPresent, String sheetName, DataRow AttributesRecord, SheetConfiguration sheetConfig)Writes the content of the given ResultSet into an output stream. -
Uses of SheetConfiguration in com.basiscomponents.db.export
Methods in com.basiscomponents.db.export with parameters of type SheetConfiguration Modifier and Type Method Description static net.sf.jasperreports.engine.JasperPrintPdfExport. exportToJasperPrint(File outputFile, ResultSet rs, SheetConfiguration sheetConfig, boolean baristaMode, int fitTo, boolean landscapeMode)static FilePdfExport. exportToPDF(File outputFile, ResultSet rs, SheetConfiguration sheetConfig, boolean baristaMode, int fitTo, boolean landscapeMode)Exports the content of the given ResultSet from a BBjGridExWidgetstatic voidXlsxExport. writeXLSX(ResultSet rs, OutputStream out, boolean writeHeader, boolean useLabelIfPresent, String sheetName, DataRow AttributesRecord, SheetConfiguration sheetConfig)Writes the content of the given ResultSet into an output stream.
-