Package bld.generator.report.excel
Class SheetFunctionTotal<T extends RowSheet>
java.lang.Object
bld.generator.report.excel.BaseSheet
bld.generator.report.excel.SheetData<T>
bld.generator.report.excel.SheetFunctionTotal<T>
- Type Parameters:
T- the generic type
SheetFunctionTotal is the object that represent the table for totals of the functions.
- All Implemented Interfaces:
SheetComponent
- Direct Known Subclasses:
SheetDynamicFunctionTotal
The Class SheetFunctionTotal.
-
Field Summary
Fields inherited from class bld.generator.report.excel.SheetData
listRowSheet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class bld.generator.report.excel.SheetData
addRowSheets, getListRowSheet, getRowClass, isEnableInfoSheet, setEnableInfoSheet, setListRowSheetMethods inherited from class bld.generator.report.excel.BaseSheet
getSheetName, setSheetNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface bld.generator.report.excel.SheetComponent
setSheetName
-
Constructor Details
-
SheetFunctionTotal
public SheetFunctionTotal()Instantiates a new sheet function total.
-
-
Method Details