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.JasperPrint
ResultSetExporter. exportToJasperPrint(File file, ResultSet rs, SheetConfiguration sheetConfig, boolean baristaMode, int fitTo, boolean landscapeMode)
static File
ResultSetExporter. exportToPDF(File file, ResultSet rs, SheetConfiguration sheetConfig, boolean baristaMode, int fitTo, boolean landscapeMode)
Exports the content of the given ResultSet from a BBjGridExWidgetstatic void
ResultSetExporter. writeXLSX(ResultSet rs, File outputFile, boolean writeHeader, SheetConfiguration sheetConfig)
Writes the content of the given ResultSet as XLSX into the specified File.static void
ResultSetExporter. 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.JasperPrint
PdfExport. exportToJasperPrint(File outputFile, ResultSet rs, SheetConfiguration sheetConfig, boolean baristaMode, int fitTo, boolean landscapeMode)
static File
PdfExport. exportToPDF(File outputFile, ResultSet rs, SheetConfiguration sheetConfig, boolean baristaMode, int fitTo, boolean landscapeMode)
Exports the content of the given ResultSet from a BBjGridExWidgetstatic void
XlsxExport. 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.
-