Class DBComponent
- java.lang.Object
-
- tech.grasshopper.excel.report.sheets.dashboard.components.DBComponent
-
- Direct Known Subclasses:
BasicDBComponent,FeatureScenarioFailSkipDBComponent,TagFailSkipDBComponent
public abstract class DBComponent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.poi.xssf.usermodel.XSSFSheetdbDataSheetprotected org.apache.poi.xssf.usermodel.XSSFSheetdbSheetprotected ReportDatareportData
-
Constructor Summary
Constructors Constructor Description DBComponent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidcreateComponent()
-
-
-
Field Detail
-
dbSheet
protected org.apache.poi.xssf.usermodel.XSSFSheet dbSheet
-
dbDataSheet
protected org.apache.poi.xssf.usermodel.XSSFSheet dbDataSheet
-
reportData
protected ReportData reportData
-
-