Class AttributesSheet
- java.lang.Object
-
- tech.grasshopper.excel.report.sheets.Sheet
-
- tech.grasshopper.excel.report.sheets.attributes.AttributesSheet
-
- Direct Known Subclasses:
AuthorsSheet,DevicesSheet,TagsSheet
public abstract class AttributesSheet extends Sheet
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.excel.report.sheets.Sheet
AUTHORS_SHEET, DASHBOARD_DATA_SHEET, DASHBOARD_SHEET, DEVICES_SHEET, EXCEPTIONS_SHEET, EXECUTION_SHEET, FEATURES_SHEET, FREEZE_PANE_ROW, reportData, SCENARIOS_SHEET, sheet, TAGS_SHEET, workbook
-
-
Constructor Summary
Constructors Constructor Description AttributesSheet()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract StringgetAttributeChartName()protected abstract List<SheetData.AttributeCountData>getAttributeCountData()protected abstract StringgetAttributeSheetName()protected abstract Map<String,List<Feature>>getFeatureScenarioAttributeData()voidupdateSheet()-
Methods inherited from class tech.grasshopper.excel.report.sheets.Sheet
deleteSheet, lockSheet
-
-
-
-
Method Detail
-
updateSheet
public void updateSheet()
- Specified by:
updateSheetin classSheet
-
getAttributeCountData
protected abstract List<SheetData.AttributeCountData> getAttributeCountData()
-
getAttributeSheetName
protected abstract String getAttributeSheetName()
-
getAttributeChartName
protected abstract String getAttributeChartName()
-
-