Class SheetMappingSheet
java.lang.Object
bld.generator.report.excel.BaseSheet
bld.generator.report.excel.SheetData<SheetMappingRow>
bld.generator.report.excel.sheet_mapping.SheetMappingSheet
- All Implemented Interfaces:
SheetComponent
@ExcelSheetLayout(hidden=true,
locked=)
@ExcelHeaderLayout(excelHeaderCellLayout=)
@ExcelMarginSheet(bottom=1.5,
left=1.5,
right=1.5,
top=1.5)
@ExcelFreezePane(columnFreez=1)
public class SheetMappingSheet
extends SheetData<SheetMappingRow>
-
Field Summary
FieldsFields inherited from class bld.generator.report.excel.SheetData
listRowSheet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class bld.generator.report.excel.SheetData
addRowSheets, equals, getListRowSheet, getRowClass, hashCode, 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
-
Field Details
-
SHEET_NAME
- See Also:
-
-
Constructor Details
-
SheetMappingSheet
public SheetMappingSheet()
-