Uses of Interface
bld.generator.report.excel.RowSheet
Packages that use RowSheet
Package
Description
In this package, each object is used to extend and implement personal objects used to build Excel file.
In this package there are the main functions for generating Excel files.
-
Uses of RowSheet in bld.generator.report.excel
Classes in bld.generator.report.excel with type parameters of type RowSheetModifier and TypeInterfaceDescriptioninterfaceFunctionsTotal<T extends SheetFunctionTotal<? extends RowSheet>>The Interface FunctionsTotal.classQuerySheetData<T extends RowSheet>The Class QuerySheetData.classThe Class SheetData.classSheetFunctionTotal<T extends RowSheet>The Class SheetFunctionTotal.Classes in bld.generator.report.excel that implement RowSheetMethods in bld.generator.report.excel with parameters of type RowSheet -
Uses of RowSheet in bld.generator.report.excel.impl
Methods in bld.generator.report.excel.impl with type parameters of type RowSheetModifier and TypeMethodDescriptionprotected <T extends RowSheet>
List<SheetHeader> SuperGenerateExcelImpl.generateHeaderSheetData(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, SheetData<T> sheetData, Integer indexRow) Generate header sheet data.protected <T extends RowSheet>
intSuperGenerateExcelImpl.getSizeSuperHeader(SheetData<T> sheetData) Gets the size super header. -
Uses of RowSheet in bld.generator.report.excel.query
Methods in bld.generator.report.excel.query with type parameters of type RowSheetModifier and TypeMethodDescription<T extends RowSheet>
voidExcelQueryComponent.executeQuery(QuerySheetData<T> querySheetData) Execute query. -
Uses of RowSheet in bld.generator.report.excel.query.impl
Methods in bld.generator.report.excel.query.impl with type parameters of type RowSheetModifier and TypeMethodDescription<T extends RowSheet>
voidExcelQueryComponentImpl.executeQuery(QuerySheetData<T> querySheetData) Execute query. -
Uses of RowSheet in bld.generator.report.excel.sheet_mapping
Classes in bld.generator.report.excel.sheet_mapping that implement RowSheet