Skip navigation links
A B C D E F G H I K L M N P Q R S T U V W 

A

addAnnotation(Class<?>, Class<? extends Annotation>, Annotation) - Static method in class bld.generator.report.utils.ExcelUtils
Adds the annotation.
addComment(Workbook, Sheet, Row, Cell, String) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Adds the comment.
addDropDown(Sheet, SheetHeader, int, int, int, int) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Adds the drop down.
addExcelChart(ExcelChartImpl) - Method in class bld.generator.report.excel.DynamicChart
Adds the excel chart.
ANNOTATION_DATA - Static variable in class bld.generator.report.utils.ExcelUtils
The Constant ANNOTATION_DATA.
ANNOTATIONS - Static variable in class bld.generator.report.utils.ExcelUtils
The Constant ANNOTATIONS.
AUTO_SIZE_HEIGHT - Static variable in class bld.generator.report.utils.ExcelUtils
The Constant AUTO_SIZE_HEIGHT.

B

BaseSheet - Class in bld.generator.report.excel
The Class BaseSheet.
BaseSheet(String) - Constructor for class bld.generator.report.excel.BaseSheet
Instantiates a new base sheet.
bld.generator.report.excel - package bld.generator.report.excel
In this package, each object is used to extend and implement personal objects used to build Excel file.
bld.generator.report.excel.annotation - package bld.generator.report.excel.annotation
In this package, each annotation is used to configure the Excel file by building objects composed of these annotations.
bld.generator.report.excel.annotation.impl - package bld.generator.report.excel.annotation.impl
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
bld.generator.report.excel.comparator - package bld.generator.report.excel.comparator
 
bld.generator.report.excel.config - package bld.generator.report.excel.config
 
bld.generator.report.excel.constant - package bld.generator.report.excel.constant
 
bld.generator.report.excel.data - package bld.generator.report.excel.data
 
bld.generator.report.excel.dropdown - package bld.generator.report.excel.dropdown
 
bld.generator.report.excel.impl - package bld.generator.report.excel.impl
In this package there are the main functions for generating Excel files.
bld.generator.report.excel.query - package bld.generator.report.excel.query
 
bld.generator.report.excel.query.impl - package bld.generator.report.excel.query.impl
 
bld.generator.report.utils - package bld.generator.report.utils
 
BooleanDropDown - Class in bld.generator.report.excel.dropdown
The Class BooleanDropDown.
BooleanDropDown() - Constructor for class bld.generator.report.excel.dropdown.BooleanDropDown
Instantiates a new boolean drop down.
BooleanDropDown(Boolean, boolean) - Constructor for class bld.generator.report.excel.dropdown.BooleanDropDown
Instantiates a new boolean drop down.
BooleanDropDown(Boolean) - Constructor for class bld.generator.report.excel.dropdown.BooleanDropDown
Instantiates a new boolean drop down.
BooleanDropDown(Boolean, List<Boolean>, boolean) - Constructor for class bld.generator.report.excel.dropdown.BooleanDropDown
Instantiates a new boolean drop down.
BooleanDropDown(Boolean, List<Boolean>) - Constructor for class bld.generator.report.excel.dropdown.BooleanDropDown
Instantiates a new boolean drop down.
BORDER - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant BORDER.
BorderType - Enum in bld.generator.report.excel.constant
The Enum BorderType.
BorderType is used to switch the border setting in the algorithm.

C

calcoloCoordinateFunction(int, int) - Static method in class bld.generator.report.utils.ExcelUtils
Calcolo coordinate function.
CalendarDropDown - Class in bld.generator.report.excel.dropdown
The Class CalendarDropDown.
CalendarDropDown(Calendar, List<Calendar>, boolean) - Constructor for class bld.generator.report.excel.dropdown.CalendarDropDown
Instantiates a new calendar drop down.
CalendarDropDown(Calendar, List<Calendar>) - Constructor for class bld.generator.report.excel.dropdown.CalendarDropDown
Instantiates a new calendar drop down.
CalendarDropDown() - Constructor for class bld.generator.report.excel.dropdown.CalendarDropDown
Instantiates a new calendar drop down.
CalendarDropDown(Calendar, boolean) - Constructor for class bld.generator.report.excel.dropdown.CalendarDropDown
Instantiates a new calendar drop down.
CalendarDropDown(Calendar) - Constructor for class bld.generator.report.excel.dropdown.CalendarDropDown
Instantiates a new calendar drop down.
CharacterDropDown - Class in bld.generator.report.excel.dropdown
The Class CharacterDropDown.
CharacterDropDown() - Constructor for class bld.generator.report.excel.dropdown.CharacterDropDown
Instantiates a new character drop down.
CharacterDropDown(Character, boolean) - Constructor for class bld.generator.report.excel.dropdown.CharacterDropDown
Instantiates a new character drop down.
CharacterDropDown(Character) - Constructor for class bld.generator.report.excel.dropdown.CharacterDropDown
Instantiates a new character drop down.
CharacterDropDown(Character, List<Character>, boolean) - Constructor for class bld.generator.report.excel.dropdown.CharacterDropDown
Instantiates a new character drop down.
CharacterDropDown(Character, List<Character>) - Constructor for class bld.generator.report.excel.dropdown.CharacterDropDown
Instantiates a new character drop down.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelDateImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelMergeRowImpl
Clone.
clone() - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Clone.
clone() - Method in class bld.generator.report.excel.data.SheetHeader
Clone.
ColumnDateFormat - Enum in bld.generator.report.excel.constant
The Enum ColumnDateFormat.
ColumnDateFormat is used to set the date format.
compare(Field, Field) - Method in class bld.generator.report.excel.comparator.PivotColumnComparator
Compare.
compare(Field, Field) - Method in class bld.generator.report.excel.comparator.PivotColumnFunctionComparator
Compare.
compare(Field, Field) - Method in class bld.generator.report.excel.comparator.PivotRowComparator
Compare.
compare(SheetHeader, SheetHeader) - Method in class bld.generator.report.excel.comparator.SheetColumnComparator
Compare.
createCellStyle(Workbook, ExcelHeaderCellLayout) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Creates the cell style.
createCellStyle(Workbook, ExcelCellLayout, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Creates the cell style.
createCellStyle(Workbook, ExcelCellLayout, ExcelDate, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Creates the cell style.
createFileXls(ReportExcel) - Method in interface bld.generator.report.excel.GenerateExcel
Creates the file xls.
createFileXls(ReportExcel) - Method in class bld.generator.report.excel.impl.GenerateExcelImpl
Creates the file xls.
createFileXls(ReportExcel) - Method in class bld.generator.report.excel.impl.ScopeGenerateExcelImpl
Creates the file xls.
createFileXls(ReportExcel) - Method in interface bld.generator.report.excel.ScopeGenerateExcel
Creates the file xls.
createFileXlsx(ReportExcel) - Method in interface bld.generator.report.excel.GenerateExcel
Creates the file xlsx.
createFileXlsx(ReportExcel) - Method in class bld.generator.report.excel.impl.GenerateExcelImpl
Creates the file xlsx.
createFileXlsx(ReportExcel) - Method in class bld.generator.report.excel.impl.ScopeGenerateExcelImpl
Creates the file xlsx.
createFileXlsx(ReportExcel) - Method in interface bld.generator.report.excel.ScopeGenerateExcel
Creates the file xlsx.
createPivot(XSSFSheet, SheetData<?>, int, int, int, int, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Creates the pivot.

D

dateCellStyle(Workbook, CellStyle, String) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Date cell style.
DateDropDown - Class in bld.generator.report.excel.dropdown
The Class DateDropDown.
DateDropDown() - Constructor for class bld.generator.report.excel.dropdown.DateDropDown
Instantiates a new date drop down.
DateDropDown(Date, boolean) - Constructor for class bld.generator.report.excel.dropdown.DateDropDown
Instantiates a new date drop down.
DateDropDown(Date, List<Date>, boolean) - Constructor for class bld.generator.report.excel.dropdown.DateDropDown
Instantiates a new date drop down.
DateDropDown(Date, List<Date>) - Constructor for class bld.generator.report.excel.dropdown.DateDropDown
Instantiates a new date drop down.
DateDropDown(Date) - Constructor for class bld.generator.report.excel.dropdown.DateDropDown
Instantiates a new date drop down.
DEFAULT_WIDTH_COLUMN - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant DEFAULT_WIDTH_COLUMN.
DoubleDropDown - Class in bld.generator.report.excel.dropdown
The Class DoubleDropDown.
DoubleDropDown(Double, List<Double>, boolean) - Constructor for class bld.generator.report.excel.dropdown.DoubleDropDown
Instantiates a new double drop down.
DoubleDropDown(Double, List<Double>) - Constructor for class bld.generator.report.excel.dropdown.DoubleDropDown
Instantiates a new double drop down.
DoubleDropDown() - Constructor for class bld.generator.report.excel.dropdown.DoubleDropDown
Instantiates a new double drop down.
DoubleDropDown(Double, boolean) - Constructor for class bld.generator.report.excel.dropdown.DoubleDropDown
Instantiates a new double drop down.
DoubleDropDown(Double) - Constructor for class bld.generator.report.excel.dropdown.DoubleDropDown
Instantiates a new double drop down.
DropDown<T> - Class in bld.generator.report.excel.dropdown
The Class DropDown.
DropDown() - Constructor for class bld.generator.report.excel.dropdown.DropDown
Instantiates a new drop down.
DropDown(T, boolean) - Constructor for class bld.generator.report.excel.dropdown.DropDown
Instantiates a new drop down.
DropDown(T) - Constructor for class bld.generator.report.excel.dropdown.DropDown
Instantiates a new drop down.
DropDown(T, List<T>, boolean) - Constructor for class bld.generator.report.excel.dropdown.DropDown
Instantiates a new drop down.
DropDown(T, List<T>) - Constructor for class bld.generator.report.excel.dropdown.DropDown
Instantiates a new drop down.
DynamicChart<T extends DynamicRowSheet> - Class in bld.generator.report.excel
The Class DynamicChart.
DynamicChart(String) - Constructor for class bld.generator.report.excel.DynamicChart
Instantiates a new dynamic chart.
DynamicColumn - Interface in bld.generator.report.excel
The Interface DynamicColumn.
DynamicRowSheet - Class in bld.generator.report.excel
The Class DynamicRowSheet.
DynamicRowSheet() - Constructor for class bld.generator.report.excel.DynamicRowSheet
Instantiates a new dynamic row sheet.

E

equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnWidthImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelDateImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelMergeRowImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.annotation.impl.ExcelRowHeightImpl
Equals.
equals(Object) - Method in class bld.generator.report.excel.BaseSheet
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.ExcelBorder
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.ExcelColor
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.ExcelFont
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.ExtraColumn
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.FunctionCell
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.InfoColumn
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.InfoField
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.LayoutCell
 
equals(Object) - Method in class bld.generator.report.excel.data.MergeCell
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.ReportExcel
Equals.
equals(Object) - Method in class bld.generator.report.excel.data.SheetHeader
Equals.
equals(Object) - Method in class bld.generator.report.excel.DynamicChart
Equals.
equals(Object) - Method in class bld.generator.report.excel.MergeSheet
Equals.
equals(Object) - Method in class bld.generator.report.excel.QuerySheetData
Equals.
equals(Object) - Method in class bld.generator.report.excel.SheetData
Equals.
equals(Object) - Method in class bld.generator.report.excel.SheetDynamicData
Equals.
equals(Object) - Method in class bld.generator.report.excel.SheetDynamicFunctionTotal
Equals.
equals(Object) - Method in class bld.generator.report.excel.SheetFunctionTotal
Equals.
EXCEL_CELL_LAYOUT_DATE - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant EXCEL_CELL_LAYOUT_DATE.
EXCEL_CELL_LAYOUT_DOUBLE - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant EXCEL_CELL_LAYOUT_DOUBLE.
EXCEL_CELL_LAYOUT_INTEGER - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant EXCEL_CELL_LAYOUT_INTEGER.
EXCEL_CELL_LAYOUT_STRING - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant EXCEL_CELL_LAYOUT_STRING.
EXCEL_COLUMN_WIDTH - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant EXCEL_COLUMN_WIDTH.
EXCEL_DATE_DD_MM_YYYY - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant EXCEL_DATE_DD_MM_YYYY.
ExcelAreaBorder - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelAreaBorder.
ExcelAreaBorder is used to set a border on an area of cells.
ExcelAreaBorder is composed by: AreaRange - to define an area of cells Border - to set the border type IncludeSuperHeader - to enable/disable the area extension on the super header
ExcelBorder - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelBorder.
ExcelBorder - Class in bld.generator.report.excel.data
The Class ExcelBorder.
This class is a property on LayoutCell class.
ExcelBorder() - Constructor for class bld.generator.report.excel.data.ExcelBorder
 
ExcelBorderImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelBorderImpl.
ExcelBorderImpl(BorderStyle, BorderStyle, BorderStyle, BorderStyle) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Instantiates a new excel border impl.
ExcelBorderImpl() - Constructor for class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Instantiates a new excel border impl.
ExcelCellLayout - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelCellLayout.
ExcelCellLayoutImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelCellLayoutImpl.
ExcelCellLayoutImpl(boolean, VerticalAlignment, ExcelRgbColor[], ExcelRgbColor[], int, HorizontalAlignment, ExcelFont, FillPatternType, ExcelBorder) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Instantiates a new excel cell layout impl.
ExcelCellLayoutImpl(boolean, VerticalAlignment, ExcelRgbColor[], ExcelRgbColor[], int, HorizontalAlignment, ExcelFont, FillPatternType, ExcelBorder, boolean) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Instantiates a new excel cell layout impl.
ExcelCellLayoutImpl() - Constructor for class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Instantiates a new excel cell layout impl.
ExcelChart - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelChart.
ExcelChartImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelChartImpl.
ExcelChartImpl(String, ChartTypes, int, int, LegendPosition, AxisPosition, AxisPosition, String, String, boolean, String) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Instantiates a new excel chart impl.
ExcelCharts - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelCharts.
ExcelColor - Class in bld.generator.report.excel.data
The Class ExcelColor.
This class is used as a property on LayoutCell class.
ExcelColor() - Constructor for class bld.generator.report.excel.data.ExcelColor
 
ExcelColumn - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelColumn.
excelColumn() - Method in class bld.generator.report.excel.data.SheetHeader
Excel column.
ExcelColumnImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelColumnImpl.
ExcelColumnImpl(String, String, double, boolean) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Instantiates a new excel column impl.
ExcelColumnWidth - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelColumnWidth.
ExcelColumnWidthImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelColumnWidthImpl.
ExcelColumnWidthImpl(int) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelColumnWidthImpl
Instantiates a new excel column width impl.
ExcelConstant - Class in bld.generator.report.excel.constant
The Class ExcelConstant.
ExcelConstant() - Constructor for class bld.generator.report.excel.constant.ExcelConstant
 
ExcelDate - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelDate.
ExcelDate is used to set the date format and it is set on fields of the classes: RowSheet SheetSummary
ExcelDateImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelDateImpl.
ExcelDateImpl(ColumnDateFormat) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelDateImpl
Instantiates a new excel date impl.
ExcelDropDown - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelDropDown.
Excel Drop Down is used to create a drop down list that references another table within the Excel file.
ExcelDropDownImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelDropDownImpl.
ExcelDropDownImpl() - Constructor for class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Instantiates a new excel drop down impl.
ExcelDropDownImpl(boolean, String) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Instantiates a new excel drop down impl.
ExcelFont - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelFont.
ExcelFont defines the following properties: Font - to set font type Bold - to enable/disable bold Italic - to enable/disable italic Underline - to set underline type Size - to set font size
It is a property of the following annotations: ExcelCellLayout ExcelHeaderCellLayout
ExcelFont - Class in bld.generator.report.excel.data
The Class ExcelFont.
This class is used as a property on LayoutCell class.
ExcelFont() - Constructor for class bld.generator.report.excel.data.ExcelFont
 
ExcelFontImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelFontImpl.
ExcelFontImpl(UnderlineType, short, boolean, FontType, boolean) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Instantiates a new excel font impl.
ExcelFontImpl(UnderlineType, int, boolean, FontType, boolean) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Instantiates a new excel font impl.
ExcelFontImpl() - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Instantiates a new excel font impl.
ExcelFreezePane - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelFreezePane.
ExcelFreezePane is used to freeze rows and columns.
It is set on SheetData classes and it is composed from: ColumnFreez - to lock the number of columns RowFreez - to lock the number of rows
ExcelFunction - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelFunction.
ExcelFunction is used to define the excel functions through: Function - to set function NameFunction - function identifier AnotherTable - it is enabled if the function is referred to another table Here are a series of examples: How to sum the records on a column? - You must concatenate column name with RowStart and RowEnd, example sum(${fieldNameRowStart}:${fieldNameRowEnd}), in the same way on a merged cell you can obtain the sum of a group of rows.
The names of the two fields must be the same How to sum the records on a row? - Here You will use 2 different fields names and the function will be written as follows: sum(${fieldName1}:${fiedlName2}), indexes should not be written ExcelFunction is a property of the following annotations: ExcelFunctionMergeRow ExcelFunctionRow Below an example to calculate functions on rows and columns.
ExcelFunctionImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelFunctionImpl.
ExcelFunctionImpl(String, String) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Instantiates a new excel function impl.
ExcelFunctionImpl(String, String, boolean) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Instantiates a new excel function impl.
ExcelFunctionMergeRow - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelFunctionMergeRow.
ExcelFunctionMergeRow is used to configure the cell layout merged and define the excel function.
It is composed from: ExcelCellsLayout - to define cell layout ExcelColumn - to define the header description and the position of column ExcelMergeRow - it is used to merge cells after checking the equality the reference field values ExcelFunction - to define the function ExcelColumnWidth - to set column width<7li> ExcelFunctionMergeRow is parameter of the annotation ExcelFunctionRows.
ExcelFunctionMergeRowImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelFunctionMergeRowImpl.
ExcelFunctionMergeRowImpl(ExcelCellLayout, ExcelColumn, ExcelMergeRow, ExcelFunction, ExcelColumnWidth) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Instantiates a new excel function merge row impl.
ExcelFunctionRow - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelFunctionRow.
ExcelFunctionRowImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelFunctionRowImpl.
ExcelFunctionRowImpl() - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Instantiates a new excel function row impl.
ExcelFunctionRowImpl(ExcelCellLayout, ExcelColumn, ExcelFunction, ExcelColumnWidth) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Instantiates a new excel function row impl.
ExcelFunctionRows - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelFunctionRows.
ExcelFunctionRows is used to manage 2 lists: excelFunctions excelFunctionMerges It must be managed on RowSheet classes.
ExcelFunctionRowsImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelFunctionRowsImpl.
ExcelFunctionRowsImpl(ExcelFunctionRow[], ExcelFunctionMergeRow[]) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Instantiates a new excel function rows impl.
ExcelGeneratorConfiguration - Class in bld.generator.report.excel.config
The Class ExcelGeneratorConfiguration.
This class is for configurations.
ExcelGeneratorConfiguration() - Constructor for class bld.generator.report.excel.config.ExcelGeneratorConfiguration
 
ExcelHeaderCellLayout - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelHeaderCellLayout.
ExcelHeaderCellLayoutImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelHeaderCellLayoutImpl.
ExcelHeaderCellLayoutImpl(boolean, VerticalAlignment, ExcelRgbColor, ExcelRgbColor, HorizontalAlignment, ExcelFont, FillPatternType, ExcelBorder, int, boolean) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Instantiates a new excel header cell layout impl.
ExcelHeaderLayout - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelHeaderLayout.
ExcelHeaderLayout is used to configure the header of the table.
It is composed by: RowHeight - to set row height ExcelHeaderCellLayout - to set the header cell style It must be to managed in SheetData classes.
ExcelHeaderLayoutImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelHeaderLayoutImpl.
ExcelHeaderLayoutImpl(short, ExcelHeaderCellLayout) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Instantiates a new excel header layout impl.
ExcelHyperlink - Class in bld.generator.report.excel
The Class ExcelHyperlink.
ExcelHyperlink(String, String, HyperlinkType, Integer, String) - Constructor for class bld.generator.report.excel.ExcelHyperlink
Instantiates a new excel hyperlink.
ExcelLabel - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelLabel.
ExcelLabel writes a label on the sheet and it must be added in the field within the SheetData classes.
It is composed by: ExcelCellsLayout - to define cell layout ColumnMerge - to set the number of merged cells
ExcelMarginSheet - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelMarginSheet.
ExcelMarginSheet is used to set the margin for all the cells of the sheet.
Top Bottom Left Right
ExcelMergeRow - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelMergeRow.
ExcelMergeRow works as follows:
It is used to merge cells after checking the equality the reference field values.
ReferenceField is empty only to the field identifier of the table and it must be in the first column.
ExcelMergeRow is an annotation of the fields within RowSheet classes.
ExcelMergeRowImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelMergeRowImpl.
ExcelMergeRowImpl(String) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelMergeRowImpl
Instantiates a new excel merge row impl.
ExcelPivot - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelPivot.
ExcelPivot is used to create a pivot table, you can define the starting column through the property "startColumn".
This annotation is added within ${link bld.generator.report.excel.SheetData} classes.
ExcelPivotColumn - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelPivotColumn.
ExcelPivotColumn is used to add the columns in the pivot table.
This annotation is added on fields of the ${link bld.generator.report.excel.RowSheet} classes.
You can set the order of the columns through the property "order".
ExcelPivotColumnFunction - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelPivotColumnFunction.
ExcelPivotColumnFunction is used to add a column with specific function within pivot table.
ExcelPivotColumnFunction is composed of the following properties: Order - to order the write of the column DataConsolidateFunction - to define the function This annotation is added on fields of the ${link bld.generator.report.excel.RowSheet} classes.
ExcelPivotFilter - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelPivotFilter.
ExcelPivotRow - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelPivotRow.
ExcelPivotRow is used to add the rows in the pivot table.
This annotation is added on fields of the ${link bld.generator.report.excel.RowSheet} classes.
You can set the order of the rows through the property "order".
ExcelQuery - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelQuery.
excelQueryComponent() - Method in class bld.generator.report.excel.config.ExcelGeneratorConfiguration
 
ExcelQueryComponent - Interface in bld.generator.report.excel.query
The Interface ExcelQueryComponent.
ExcelQueryComponentImpl - Class in bld.generator.report.excel.query.impl
The Class ExcelQueryComponentImpl.
ExcelQueryComponentImpl is the class that manages the QuerySheetData classes and the annotation ExcelQuery.
ExcelQueryComponentImpl() - Constructor for class bld.generator.report.excel.query.impl.ExcelQueryComponentImpl
 
ExcelRgbColor - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelRgbColor.
ExcelRgbColor is used to set the color by the RGB color model.
ExcelRgbColorImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelRgbColorImpl.
ExcelRgbColorImpl(byte, byte, byte) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Instantiates a new excel rgb color impl.
ExcelRgbColorImpl(int, int, int) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
 
ExcelRowHeight - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelRowHeight.
ExcelRowHeight is used to set the row height in centimeters.
It is set on RowSheet classes or it added on field within of SheetSummary classes.
ExcelRowHeightImpl - Class in bld.generator.report.excel.annotation.impl
The Class ExcelRowHeightImpl.
ExcelRowHeightImpl(short) - Constructor for class bld.generator.report.excel.annotation.impl.ExcelRowHeightImpl
Instantiates a new excel row height impl.
ExcelSelectCell - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelSelectCell.
ExcelSelectCell is use to select a cell within a cover file.
It is used on ReportExcel classes.
ExcelSheetLayout - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelSheetLayout.
ExcelSheetLayout is used to configure the sheet layout through: Landscape - to enable/disable landscape NotMerge - to enable/disable merged cells SortAndFilter - to enable/disable sort and filter StartColumn - to set the column start StartRow - to set the row start Order - to set index on sheets list AreaBorder - to define the border areas showHeader - to enable/disable the writing of the header It is used on SheetData and SheetSummary classes.
ExcelSummary - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelSummary.
ExcelSummary is used to define the following properties: Title - to write the title of table Comment - to write a comment on header Layout - to set the cell style on cells of the first column widthColumn1 - to set the width on the first column widthColumn2 - to set the width on the second column It must be to used on SheetSummary classes
ExcelSuperHeader - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelSuperHeader.
ExcelSuperHeader defines the top level header cell and it sets the row height.
It is a property of the annotation ExcelSuperHeaders.
ExcelSuperHeaderCell - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelSuperHeaderCell.
ExcelSuperHeaderCell is used to write the top level header cell.
It is composed by: ColumnName - to define the top level header name ColumnRange - to set the cell range address ExcelHeaderCellLayout - to set the style of the top level header cell It is a property of the annotation ExcelSuperHeader.
ExcelSuperHeaders - Annotation Type in bld.generator.report.excel.annotation
The Interface ExcelSuperHeaders.
ExcelSuperHeaders manages a list of the top level header cell through superHeaders property.
It is used on SheetData classes and it is not used on SheetDynamicData classes
ExcelUtils - Class in bld.generator.report.utils
The Class ExcelUtils.
ExcelUtils() - Constructor for class bld.generator.report.utils.ExcelUtils
 
executeQuery(QuerySheetData<T>) - Method in interface bld.generator.report.excel.query.ExcelQueryComponent
Execute query.
executeQuery(QuerySheetData<T>) - Method in class bld.generator.report.excel.query.impl.ExcelQueryComponentImpl
Execute query.
ExtraColumn - Class in bld.generator.report.excel.data
The Class ExtraColumn.
ExtraColumn() - Constructor for class bld.generator.report.excel.data.ExtraColumn
 
ExtraColumnAnnotation - Class in bld.generator.report.excel.data
The Class ExtraColumnAnnotation.
ExtraColumnAnnotation is used to configure the dynamic cells type and the style.
It must be set on mapExtraColumnAnnotation within the SheetDynamicData classes.
ExtraColumnAnnotation() - Constructor for class bld.generator.report.excel.data.ExtraColumnAnnotation
 

F

FloatDropDown - Class in bld.generator.report.excel.dropdown
The Class FloatDropDown.
FloatDropDown() - Constructor for class bld.generator.report.excel.dropdown.FloatDropDown
Instantiates a new float drop down.
FloatDropDown(Float, boolean) - Constructor for class bld.generator.report.excel.dropdown.FloatDropDown
Instantiates a new float drop down.
FloatDropDown(Float) - Constructor for class bld.generator.report.excel.dropdown.FloatDropDown
Instantiates a new float drop down.
FloatDropDown(Float, List<Float>, boolean) - Constructor for class bld.generator.report.excel.dropdown.FloatDropDown
Instantiates a new float drop down.
FloatDropDown(Float, List<Float>) - Constructor for class bld.generator.report.excel.dropdown.FloatDropDown
Instantiates a new float drop down.
FONT - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant FONT.
FontType - Enum in bld.generator.report.excel.constant
The Enum FontType.
FontType is used to set font property on the following annotation ExcelFont.
FunctionCell - Class in bld.generator.report.excel.data
The Class FunctionCell.
FunctionCell() - Constructor for class bld.generator.report.excel.data.FunctionCell
 
FunctionsTotal<T extends SheetFunctionTotal<? extends RowSheet>> - Interface in bld.generator.report.excel
The Interface FunctionsTotal.

G

GenerateExcel - Interface in bld.generator.report.excel
The Interface GenerateExcel.
GenerateExcelImpl - Class in bld.generator.report.excel.impl
The Class GenerateExcelImpl.
In the GenerateExcelImpl class starts the process to generate the xls or xlsx file.
GenerateExcelImpl() - Constructor for class bld.generator.report.excel.impl.GenerateExcelImpl
 
generateHeaderSheetData(Workbook, Sheet, SheetData<T>, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Generate header sheet data.
getAddress() - Method in class bld.generator.report.excel.ExcelHyperlink
Gets the address.
getAddressDocument() - Method in class bld.generator.report.excel.ExcelHyperlink
Gets the address document.
getAnnotation(Class<?>, Class<T>) - Static method in class bld.generator.report.utils.ExcelUtils
Gets the annotation.
getAnnotation(Field, Class<T>) - Static method in class bld.generator.report.utils.ExcelUtils
Gets the annotation.
getApplicationContext() - Static method in class bld.generator.report.utils.ExcelUtils
Gets the application context.
getAreaRange() - Method in class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Gets the area range.
getBlue() - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Gets the blue.
getBlue() - Method in class bld.generator.report.excel.data.ExcelColor
Gets the blue.
getBorder() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the border.
getBorder() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the border.
getBorder() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the border.
getBorder(CellStyle, ExcelBorder) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Gets the border.
getBottom() - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Gets the bottom.
getBottom() - Method in class bld.generator.report.excel.data.ExcelBorder
Gets the bottom.
getCategoryAxis() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the category axis.
getCell() - Method in class bld.generator.report.excel.data.FunctionCell
Gets the cell.
getCellFrom() - Method in class bld.generator.report.excel.data.MergeCell
Gets the cell from.
getCellStyle() - Method in class bld.generator.report.excel.data.FunctionCell
Gets the cell style.
getCellStyleFrom() - Method in class bld.generator.report.excel.data.MergeCell
Gets the cell style from.
getCellStyleHeader(Workbook, Sheet, SheetComponent, Row) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Gets the cell style header.
getChartTypes() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the chart types.
getColor(byte...) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Gets the color.
getColumn() - Method in class bld.generator.report.excel.ExcelHyperlink
Gets the column.
getColumnFrom() - Method in class bld.generator.report.excel.data.MergeCell
Gets the column from.
getColumnName() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Gets the column name.
getColumnNum() - Method in class bld.generator.report.excel.data.InfoColumn
Gets the column num.
getColumnTo() - Method in class bld.generator.report.excel.data.MergeCell
Gets the column to.
getComment() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Gets the comment.
getDate() - Method in class bld.generator.report.excel.data.ReportExcel
Gets the date.
getExcelBorder() - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Gets the excel border.
getExcelCellLayout() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the excel cell layout.
getExcelCellLayout() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Gets the excel cell layout.
getExcelCellLayout() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the excel cell layout.
getExcelCellsLayout() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Gets the excel cells layout.
getExcelCellsLayout() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Gets the excel cells layout.
getExcelChart() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the excel chart.
getExcelColumn() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Gets the excel column.
getExcelColumn() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Gets the excel column.
getExcelColumn() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Gets the excel column.
getExcelColumn() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Gets the excel column.
getExcelColumn() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the excel column.
getExcelColumnWidth() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnWidthImpl
Gets the excel column width.
getExcelColumnWidth() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Gets the excel column width.
getExcelColumnWidth() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Gets the excel column width.
getExcelColumnWidth() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Gets the excel column width.
getExcelColumnWidth() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the excel column width.
getExcelDate() - Method in class bld.generator.report.excel.annotation.impl.ExcelDateImpl
Gets the excel date.
getExcelDate() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Gets the excel date.
getExcelDate() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the excel date.
getExcelDropDown() - Method in class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Gets the excel drop down.
getExcelDropDown() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Gets the excel drop down.
getExcelDropDown() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the excel drop down.
getExcelFont() - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Gets the excel font.
getExcelFunction() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Gets the excel function.
getExcelFunction() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Gets the excel function.
getExcelFunction() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Gets the excel function.
getExcelFunction() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Gets the excel function.
getExcelFunction() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the excel function.
getExcelFunctionMerge() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Gets the excel function merge.
getExcelFunctionMerges() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Gets the excel function merges.
getExcelFunctionRow() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Gets the excel function row.
getExcelFunctions() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Gets the excel functions.
getExcelHeaderCellLayout() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the excel header cell layout.
getExcelHeaderCellLayout() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Gets the excel header cell layout.
getExcelHeaderCellLayout() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Gets the excel header layout.
getExcelHeaderCellLayout() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the excel header layout.
getExcelHeaderLayout() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Gets the excel header layout.
getExcelMergeRow() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Gets the excel merge row.
getExcelMergeRow() - Method in class bld.generator.report.excel.annotation.impl.ExcelMergeRowImpl
Gets the excel merge row.
getExcelMergeRow() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Gets the excel merge row.
getExcelMergeRow() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the excel merge row.
getExcelRgbColor() - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Gets the excel rgb color.
getExcelRowHeight() - Method in class bld.generator.report.excel.annotation.impl.ExcelRowHeightImpl
Gets the excel row height.
getExtraColumnAnnotation() - Method in class bld.generator.report.excel.data.ExtraColumn
Gets the extra column annotation.
getField() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the field.
getFieldName() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the field name.
getFillPatternType() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the fill pattern type.
getFillPatternType() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the fill pattern type.
getFillPatterType() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the fill patter type.
getFirstRow() - Method in class bld.generator.report.excel.data.InfoColumn
Gets the first row.
getFont() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the font.
getFont() - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Gets the font.
getFont() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the font.
getFont() - Method in class bld.generator.report.excel.data.ExcelFont
Gets the font.
getFont() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the font.
getFont(Workbook, ExcelFont) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Gets the font.
getFontColor() - Method in class bld.generator.report.excel.data.LayoutCell
 
getForegroundColor() - Method in class bld.generator.report.excel.data.LayoutCell
 
getFormat() - Method in class bld.generator.report.excel.annotation.impl.ExcelDateImpl
Gets the format.
getFormat() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the format.
getFunction() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the function.
getFunction() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Gets the function.
getGenerateExcel() - Method in class bld.generator.report.excel.config.ExcelGeneratorConfiguration
Gets the generate excel.
getGreen() - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Gets the green.
getGreen() - Method in class bld.generator.report.excel.data.ExcelColor
Gets the green.
getHeight() - Method in class bld.generator.report.excel.annotation.impl.ExcelRowHeightImpl
Gets the height.
getHorizontalAlignment() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the horizontal alignment.
getHorizontalAlignment() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the horizontal alignment.
getHorizontalAlignment() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the horizontal alignment.
getHyperlinkType() - Method in class bld.generator.report.excel.ExcelHyperlink
Gets the hyperlink type.
getIndexColumn() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Gets the index column.
getIndexRow() - Method in class bld.generator.report.excel.data.FunctionCell
Gets the index row.
getKey() - Method in class bld.generator.report.excel.data.InfoField
Gets the key.
getKey() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the key.
getKeyColumn(Sheet, String) - Static method in class bld.generator.report.utils.ExcelUtils
Gets the key column.
getKeyMap() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the key map.
getLastRow() - Method in class bld.generator.report.excel.data.InfoColumn
Gets the last row.
getLastRowReference() - Method in class bld.generator.report.excel.data.InfoColumn
Gets the last row reference.
getLayoutCell() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the layout cell.
getLeft() - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Gets the left.
getLeft() - Method in class bld.generator.report.excel.data.ExcelBorder
Gets the left.
getLegendPosition() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the legend position.
getList() - Method in class bld.generator.report.excel.dropdown.DropDown
Gets the list.
getListBaseSheet() - Method in class bld.generator.report.excel.data.ReportExcel
Gets the list base sheet.
getListExcelChart() - Method in class bld.generator.report.excel.DynamicChart
Gets the list excel chart.
getListField(Class<?>) - Static method in class bld.generator.report.utils.ExcelUtils
Gets the list field.
getListRowSheet() - Method in class bld.generator.report.excel.SheetData
Gets the list row sheet.
getListSheet() - Method in class bld.generator.report.excel.MergeSheet
Gets the list sheet.
getListSheetHeader(Class<?>, Object, Sheet) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Gets the list sheet header.
getMapExtraColumnAnnotation() - Method in interface bld.generator.report.excel.DynamicColumn
Gets the map extra column annotation.
getMapExtraColumnAnnotation() - Method in class bld.generator.report.excel.SheetDynamicData
Gets the map extra column annotation.
getMapExtraColumnAnnotation() - Method in class bld.generator.report.excel.SheetDynamicFunctionTotal
Gets the map extra column annotation.
getMapParameters() - Method in class bld.generator.report.excel.QuerySheetData
Gets the map parameters.
getMapRowMergeRow() - Method in class bld.generator.report.excel.data.InfoColumn
Gets the map row merge row.
getMapValue() - Method in class bld.generator.report.excel.DynamicRowSheet
Gets the map value.
getMergeCell() - Method in class bld.generator.report.excel.data.InfoColumn
Gets the merge cell.
getMergeRow() - Method in class bld.generator.report.excel.data.FunctionCell
Gets the merge row.
getNameFunction() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Gets the name function.
getNameParameter(String) - Static method in class bld.generator.report.utils.ExcelUtils
Gets the name parameter.
getNumColumn() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the num column.
getParameter(String) - Method in enum bld.generator.report.excel.constant.RowStartEndType
Gets the parameter.
getPrecision() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the precision.
getPrecision() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the precision.
getRed() - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Gets the red.
getRed() - Method in class bld.generator.report.excel.data.ExcelColor
Gets the red.
getReferenceField() - Method in class bld.generator.report.excel.annotation.impl.ExcelMergeRowImpl
Gets the reference field.
getRgbFont() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the rgb font.
getRgbFont() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the rgb font.
getRgbFont() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the rgb font.
getRgbForeground() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the rgb foreground.
getRgbForeground() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the rgb foreground.
getRgbForeground() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the rgb foreground.
getRight() - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Gets the right.
getRight() - Method in class bld.generator.report.excel.data.ExcelBorder
Gets the right.
getRotation() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the rotation.
getRotation() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the rotation.
getRow() - Method in class bld.generator.report.excel.ExcelHyperlink
Gets the row.
getRowClass() - Method in class bld.generator.report.excel.SheetData
Gets the row class.
getRowEnd() - Method in class bld.generator.report.excel.data.MergeCell
Gets the row end.
getRowHeader() - Method in class bld.generator.report.excel.data.InfoColumn
Gets the row header.
getRowHeight() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Gets the row height.
getRowStart() - Method in class bld.generator.report.excel.data.MergeCell
Gets the row start.
getSheetFunctionsTotal() - Method in interface bld.generator.report.excel.FunctionsTotal
Gets the sheet functions total.
getSheetHeader() - Method in class bld.generator.report.excel.data.FunctionCell
Gets the sheet header.
getSheetHeader() - Method in class bld.generator.report.excel.data.MergeCell
Gets the sheet header.
getSheetName() - Method in class bld.generator.report.excel.BaseSheet
Gets the name sheet.
getSize() - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Gets the size.
getSize() - Method in class bld.generator.report.excel.data.ExcelFont
Gets the size.
getSizeColumn() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the size column.
getSizeRow() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the size row.
getSizeSuperHeader(SheetData<T>) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Gets the size super header.
getTClass(Object) - Static method in class bld.generator.report.utils.ExcelUtils
Gets the t class.
getTClass(Object, int) - Static method in class bld.generator.report.utils.ExcelUtils
Gets the t class.
getTitle() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the title.
getTitle() - Method in class bld.generator.report.excel.data.ReportExcel
Gets the titolo.
getTop() - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Gets the top.
getTop() - Method in class bld.generator.report.excel.data.ExcelBorder
Gets the top.
getUnderline() - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Gets the underline.
getUnderline() - Method in class bld.generator.report.excel.data.ExcelFont
Gets the underline.
getValue() - Method in enum bld.generator.report.excel.constant.ColumnDateFormat
Gets the value.
getValue() - Method in enum bld.generator.report.excel.constant.FontType
Gets the value.
getValue() - Method in enum bld.generator.report.excel.constant.RowStartEndType
Gets the value.
getValue() - Method in enum bld.generator.report.excel.constant.UnderlineType
Gets the value.
getValue() - Method in class bld.generator.report.excel.data.ExtraColumn
Gets the value.
getValue() - Method in class bld.generator.report.excel.data.SheetHeader
Gets the value.
getValue() - Method in class bld.generator.report.excel.dropdown.DropDown
Gets the value.
getValue() - Method in class bld.generator.report.excel.ExcelHyperlink
Gets the value.
getValueAxis() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the value axis.
getValueProps() - Method in class bld.generator.report.excel.config.ExcelGeneratorConfiguration
Gets the value props.
getVerticalAlignment() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Gets the vertical alignment.
getVerticalAlignment() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Gets the vertical alignment.
getVerticalAlignment() - Method in class bld.generator.report.excel.data.LayoutCell
Gets the vertical alignment.
getWidth() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnWidthImpl
Gets the width.
getWorksheet() - Method in class bld.generator.report.excel.data.FunctionCell
Gets the worksheet.
getxAxis() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Gets the x axis.

H

hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnWidthImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelDateImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelMergeRowImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.annotation.impl.ExcelRowHeightImpl
Hash code.
hashCode() - Method in class bld.generator.report.excel.BaseSheet
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.ExcelBorder
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.ExcelColor
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.ExcelFont
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.ExtraColumn
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.FunctionCell
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.InfoColumn
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.InfoField
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.LayoutCell
 
hashCode() - Method in class bld.generator.report.excel.data.MergeCell
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.ReportExcel
Hash code.
hashCode() - Method in class bld.generator.report.excel.data.SheetHeader
Hash code.
hashCode() - Method in class bld.generator.report.excel.DynamicChart
Hash code.
hashCode() - Method in class bld.generator.report.excel.MergeSheet
Hash code.
hashCode() - Method in class bld.generator.report.excel.QuerySheetData
Hash code.
hashCode() - Method in class bld.generator.report.excel.SheetData
Hash code.
hashCode() - Method in class bld.generator.report.excel.SheetDynamicData
Hash code.
hashCode() - Method in class bld.generator.report.excel.SheetDynamicFunctionTotal
Hash code.
hashCode() - Method in class bld.generator.report.excel.SheetFunctionTotal
Hash code.

I

InfoColumn - Class in bld.generator.report.excel.data
The Class InfoColumn.
InfoColumn(Sheet, SheetHeader, int, Integer) - Constructor for class bld.generator.report.excel.data.InfoColumn
Instantiates a new info column.
InfoField - Class in bld.generator.report.excel.data
Instantiates a new info field.
InfoField() - Constructor for class bld.generator.report.excel.data.InfoField
 
IntegerDropDown - Class in bld.generator.report.excel.dropdown
The Class IntegerDropDown.
IntegerDropDown() - Constructor for class bld.generator.report.excel.dropdown.IntegerDropDown
Instantiates a new integer drop down.
IntegerDropDown(Integer, boolean) - Constructor for class bld.generator.report.excel.dropdown.IntegerDropDown
Instantiates a new integer drop down.
IntegerDropDown(Integer) - Constructor for class bld.generator.report.excel.dropdown.IntegerDropDown
Instantiates a new integer drop down.
IntegerDropDown(Integer, List<Integer>, boolean) - Constructor for class bld.generator.report.excel.dropdown.IntegerDropDown
Instantiates a new integer drop down.
IntegerDropDown(Integer, List<Integer>) - Constructor for class bld.generator.report.excel.dropdown.IntegerDropDown
Instantiates a new integer drop down.
isAnotherTable() - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Checks if is another table.
isBold() - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Checks if is bold.
isBold() - Method in class bld.generator.report.excel.data.ExcelFont
Checks if is bold.
isGroup() - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Checks if is group.
isIgnore() - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Checks if is ignore.
isItalic() - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Checks if is italic.
isItalic() - Method in class bld.generator.report.excel.data.ExcelFont
Checks if is italic.
isLocked() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Checks if is locked.
isLocked() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Checks if is locked.
isLocked() - Method in class bld.generator.report.excel.data.LayoutCell
Checks if is locked.
isSuppressDropDownArrow() - Method in class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Checks if is suppress drop down arrow.
isSuppressDropDownArrow() - Method in class bld.generator.report.excel.dropdown.DropDown
Checks if is suppress drop down arrow.
isWrap() - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Checks if is wrap.
isWrap() - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Checks if is wrap.
isWrap() - Method in class bld.generator.report.excel.data.LayoutCell
Checks if is wrap.

K

key - Variable in class bld.generator.report.excel.data.InfoField
The key.

L

LayoutCell - Class in bld.generator.report.excel.data
The Class LayoutCell.
LayoutCell() - Constructor for class bld.generator.report.excel.data.LayoutCell
 
listFunctionCell - Variable in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
The list function cell.
listRowSheet - Variable in class bld.generator.report.excel.SheetData
The list row sheet.

M

makeFunction(Sheet, Integer, String, RowStartEndType) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Make function.
mapCellHeaderStyle - Variable in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
The map cell header style.
mapCellStyle - Variable in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
The map cell style.
mapFieldColumn - Variable in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
The map field column.
mapValue - Variable in class bld.generator.report.excel.DynamicRowSheet
The map value.
mapWidthColumn - Variable in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
The map width column.
mergeCalcoloCells - Variable in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
The merge calcolo cells.
MergeCell - Class in bld.generator.report.excel.data
Instantiates a new merge cell.
MergeCell() - Constructor for class bld.generator.report.excel.data.MergeCell
 
mergeRow(Workbook, Sheet, Integer, Map<Integer, MergeCell>, int) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Merge row.
mergeRowAndRemoveMap(Workbook, Sheet, Integer, Map<Integer, MergeCell>, int) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Merge row and remove map.
MergeSheet - Class in bld.generator.report.excel
The Class MergeSheet.
MergeSheet(List<SheetComponent>, String) - Constructor for class bld.generator.report.excel.MergeSheet
Instantiates a new merge sheet.
MergeSheet(String) - Constructor for class bld.generator.report.excel.MergeSheet
Instantiates a new merge sheet.

N

NumberDropDown<T extends Number> - Class in bld.generator.report.excel.dropdown
The Class NumberDropDown.
NumberDropDown(T, List<T>, boolean) - Constructor for class bld.generator.report.excel.dropdown.NumberDropDown
Instantiates a new number drop down.
NumberDropDown(T, List<T>) - Constructor for class bld.generator.report.excel.dropdown.NumberDropDown
Instantiates a new number drop down.
NumberDropDown() - Constructor for class bld.generator.report.excel.dropdown.NumberDropDown
Instantiates a new number drop down.
NumberDropDown(T, boolean) - Constructor for class bld.generator.report.excel.dropdown.NumberDropDown
Instantiates a new number drop down.
NumberDropDown(T) - Constructor for class bld.generator.report.excel.dropdown.NumberDropDown
Instantiates a new number drop down.

P

PivotColumnComparator - Class in bld.generator.report.excel.comparator
The Class PivotColumnComparator.
PivotColumnComparator() - Constructor for class bld.generator.report.excel.comparator.PivotColumnComparator
 
PivotColumnFunctionComparator - Class in bld.generator.report.excel.comparator
The Class PivotColumnFunctionComparator.
PivotColumnFunctionComparator() - Constructor for class bld.generator.report.excel.comparator.PivotColumnFunctionComparator
 
PivotRowComparator - Class in bld.generator.report.excel.comparator
The Class PivotRowComparator.
PivotRowComparator() - Constructor for class bld.generator.report.excel.comparator.PivotRowComparator
 

Q

QuerySheetData<T extends RowSheet> - Class in bld.generator.report.excel
The Class QuerySheetData.
QuerySheetData(String) - Constructor for class bld.generator.report.excel.QuerySheetData
Instantiates a new query sheet data.

R

reflectionAnnotation(T, K) - Static method in class bld.generator.report.utils.ExcelUtils
Reflection annotation.
ReportExcel - Class in bld.generator.report.excel.data
The Class ReportExcel.
ReportExcel(String, List<BaseSheet>) - Constructor for class bld.generator.report.excel.data.ReportExcel
Instantiates a new report excel.
ReportExcel() - Constructor for class bld.generator.report.excel.data.ReportExcel
Instantiates a new report excel.
RGB_FONT - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant RGB_FONT.
RGB_FOREGROUND - Static variable in class bld.generator.report.excel.constant.ExcelConstant
The Constant RGB_FOREGROUND.
rowHeight(int) - Static method in class bld.generator.report.utils.ExcelUtils
Hight row.
RowSheet - Interface in bld.generator.report.excel
The Interface RowSheet.
RowStartEndType - Enum in bld.generator.report.excel.constant
The Enum RowStartEndType.
RowStartEndType is used to define the name of the variable, to write functions parameterized with the column name.
runMergeCell(Workbook, Sheet, MergeCell) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Run merge cell.

S

ScopeGenerateExcel - Interface in bld.generator.report.excel
The Interface ScopeGenerateExcel.
ScopeGenerateExcelImpl - Class in bld.generator.report.excel.impl
The Class ScopeGenerateExcelImpl.
ScopeGenerateExcelImpl is the heart of the generation of the xls or xlsx files.
ScopeGenerateExcelImpl() - Constructor for class bld.generator.report.excel.impl.ScopeGenerateExcelImpl
 
SDF - Static variable in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
The Constant SDF.
setAddress(String) - Method in class bld.generator.report.excel.ExcelHyperlink
Sets the address.
setAnotherTable(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Sets the another table.
setApplicationContext(ApplicationContext) - Method in class bld.generator.report.utils.ExcelUtils
Sets the application context.
setAreaRange(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Sets the area range.
setBlue(byte) - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Sets the blue.
setBlue(byte) - Method in class bld.generator.report.excel.data.ExcelColor
Sets the blue.
setBold(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Sets the bold.
setBold(boolean) - Method in class bld.generator.report.excel.data.ExcelFont
Sets the bold.
setBorder(ExcelBorder) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the border.
setBorder(ExcelBorder) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the border.
setBorder(ExcelBorder) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the border.
setBottom(BorderStyle) - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Sets the bottom.
setBottom(BorderStyle) - Method in class bld.generator.report.excel.data.ExcelBorder
Sets the bottom.
setCategoryAxis(AxisPosition) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the category axis.
setCell(Cell) - Method in class bld.generator.report.excel.data.FunctionCell
Sets the cell.
setCellFormulaExcel(Cell, CellStyle, SheetHeader, Integer, Sheet) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Sets the cell formula excel.
setCellFormulaExcel(Sheet, MergeCell, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Sets the cell formula excel.
setCellFrom(Cell) - Method in class bld.generator.report.excel.data.MergeCell
Sets the cell from.
setCellStyle(CellStyle) - Method in class bld.generator.report.excel.data.FunctionCell
Sets the cell style.
setCellStyleExcel(CellStyle, Cell, LayoutCell, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Sets the cell style excel.
setCellStyleFrom(CellStyle) - Method in class bld.generator.report.excel.data.MergeCell
Sets the cell style from.
setCellSummary(Workbook, Sheet, SheetSummary, SheetHeader, Row, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Sets the cell summary.
setCellValueExcel(Workbook, Sheet, Cell, CellStyle, SheetHeader, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Sets the cell value excel.
setCellValueExcel(Workbook, Cell, CellStyle, SheetHeader, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Sets the cell value excel.
setCellValueWillMerged(Workbook, CellStyle, Cell, SheetHeader, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Sets the cell value will merged.
setChartTypes(ChartTypes) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the chart types.
setColor(int) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the color.
setColumn(String) - Method in class bld.generator.report.excel.ExcelHyperlink
Sets the column.
setColumnFrom(int) - Method in class bld.generator.report.excel.data.MergeCell
Sets the column from.
setColumnName(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Sets the column name.
setColumnNum(int) - Method in class bld.generator.report.excel.data.InfoColumn
Sets the column num.
setColumnTo(int) - Method in class bld.generator.report.excel.data.MergeCell
Sets the column to.
setColumnWidth(Sheet, Integer, Integer) - Method in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Sets the column width.
setComment(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Sets the comment.
setDate(Date) - Method in class bld.generator.report.excel.data.ReportExcel
Sets the date.
setExcelCellLayout(ExcelCellLayoutImpl) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Sets the excel cell layout.
setExcelCellLayout(ExcelCellLayout) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the excel cell layout.
setExcelCellsLayout(ExcelCellLayout) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Sets the excel cells layout.
setExcelCellsLayout(ExcelCellLayout) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Sets the excel cells layout.
setExcelColumn(ExcelColumn) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Sets the excel column.
setExcelColumn(ExcelColumn) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Sets the excel column.
setExcelColumn(ExcelColumnImpl) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Sets the excel column.
setExcelColumn(ExcelColumn) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the excel column.
setExcelColumnWidth(ExcelColumnWidth) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Sets the excel column width.
setExcelColumnWidth(ExcelColumnWidth) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Sets the excel column width.
setExcelColumnWidth(ExcelColumnWidthImpl) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Sets the excel column width.
setExcelColumnWidth(ExcelColumnWidth) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the excel column width.
setExcelDate(ExcelDateImpl) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Sets the excel date.
setExcelDate(ExcelDate) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the excel date.
setExcelDropDown(ExcelDropDownImpl) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Sets the excel drop down.
setExcelDropDown(ExcelDropDown) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the excel drop down.
setExcelFunction(ExcelFunction) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Sets the excel function.
setExcelFunction(ExcelFunction) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
Sets the excel function.
setExcelFunction(ExcelFunctionImpl) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Sets the excel function.
setExcelFunction(ExcelFunction) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the excel function.
setExcelFunctionMerges(ExcelFunctionMergeRow[]) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Sets the excel function merges.
setExcelFunctions(ExcelFunctionRow[]) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionRowsImpl
Sets the excel functions.
setExcelHeaderCellLayout(ExcelHeaderCellLayout) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Sets the excel header cell layout.
setExcelHeaderCellLayout(ExcelHeaderCellLayoutImpl) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Sets the excel header layout.
setExcelHeaderCellLayout(ExcelHeaderCellLayout) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the excel header layout.
setExcelMergeRow(ExcelMergeRow) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
Sets the excel merge row.
setExcelMergeRow(ExcelMergeRowImpl) - Method in class bld.generator.report.excel.data.ExtraColumnAnnotation
Sets the excel merge row.
setExcelMergeRow(ExcelMergeRow) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the excel merge row.
setExtraColumnAnnotation(ExtraColumnAnnotation) - Method in class bld.generator.report.excel.data.ExtraColumn
Sets the extra column annotation.
setField(Field) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the field.
setFieldName(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the field name.
setFillPatternType(FillPatternType) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the fill pattern type.
setFillPatternType(FillPatternType) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the fill pattern type.
setFillPatterType(FillPatternType) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the fill patter type.
setFirstRow(Integer) - Method in class bld.generator.report.excel.data.InfoColumn
Sets the first row.
setFont(ExcelFont) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the font.
setFont(FontType) - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Sets the font.
setFont(ExcelFont) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the font.
setFont(String) - Method in class bld.generator.report.excel.data.ExcelFont
Sets the font.
setFont(ExcelFont) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the font.
setFormat(ColumnDateFormat) - Method in class bld.generator.report.excel.annotation.impl.ExcelDateImpl
Sets the format.
setFormat(ColumnDateFormat) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the format.
setFunction(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the function.
setFunction(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Sets the function.
setGreen(byte) - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Sets the green.
setGreen(byte) - Method in class bld.generator.report.excel.data.ExcelColor
Sets the green.
setGroup(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the group.
setHeight(short) - Method in class bld.generator.report.excel.annotation.impl.ExcelRowHeightImpl
Sets the height.
setHorizontalAlignment(HorizontalAlignment) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the horizontal alignment.
setHorizontalAlignment(HorizontalAlignment) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the horizontal alignment.
setHorizontalAlignment(HorizontalAlignment) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the horizontal alignment.
setHyperlinkType(HyperlinkType) - Method in class bld.generator.report.excel.ExcelHyperlink
Sets the hyperlink type.
setIgnore(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Sets the ignore.
setIndexColumn(double) - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnImpl
Sets the index column.
setIndexRow(Integer) - Method in class bld.generator.report.excel.data.FunctionCell
Sets the index row.
setItalic(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Sets the italic.
setItalic(boolean) - Method in class bld.generator.report.excel.data.ExcelFont
Sets the italic.
setKey(String) - Method in class bld.generator.report.excel.data.InfoField
Sets the key.
setKey(String) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the key.
setKeyMap(String) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the key map.
setLastRow(Integer) - Method in class bld.generator.report.excel.data.InfoColumn
Sets the last row.
setLastRowReference(Integer) - Method in class bld.generator.report.excel.data.InfoColumn
Sets the last row reference.
setLeft(BorderStyle) - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Sets the left.
setLeft(BorderStyle) - Method in class bld.generator.report.excel.data.ExcelBorder
Sets the left.
setLegendPosition(LegendPosition) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the legend position.
setList(List<T>) - Method in class bld.generator.report.excel.dropdown.DropDown
Sets the list.
setListBaseSheet(List<BaseSheet>) - Method in class bld.generator.report.excel.data.ReportExcel
Sets the list base sheet.
setListExcelChart(List<ExcelChart>) - Method in class bld.generator.report.excel.DynamicChart
Sets the list excel chart.
setListRowSheet(List<T>) - Method in class bld.generator.report.excel.SheetData
Sets the list row sheet.
setListSheet(List<SheetComponent>) - Method in class bld.generator.report.excel.MergeSheet
Sets the list sheet.
setLocked(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the locked.
setLocked(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the locked.
setLocked(boolean) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the locked.
setMapExtraColumnAnnotation(Map<String, ExtraColumnAnnotation>) - Method in interface bld.generator.report.excel.DynamicColumn
Sets the map extra column annotation.
setMapExtraColumnAnnotation(Map<String, ExtraColumnAnnotation>) - Method in class bld.generator.report.excel.SheetDynamicData
Sets the map extra column annotation.
setMapExtraColumnAnnotation(Map<String, ExtraColumnAnnotation>) - Method in class bld.generator.report.excel.SheetDynamicFunctionTotal
Sets the map extra column annotation.
setMapParameters(Map<String, Object>) - Method in class bld.generator.report.excel.QuerySheetData
Sets the map parameters.
setMapRowMergeRow(Map<Integer, MergeCell>) - Method in class bld.generator.report.excel.data.InfoColumn
Sets the map row merge row.
setMapValue(Map<String, Object>) - Method in class bld.generator.report.excel.DynamicRowSheet
Sets the map value.
setMergeRow(MergeCell) - Method in class bld.generator.report.excel.data.FunctionCell
Sets the merge row.
setNameFunction(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
Sets the name function.
setNumColumn(int) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the num column.
setPrecision(int) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the precision.
setPrecision(Integer) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the precision.
setRed(byte) - Method in class bld.generator.report.excel.annotation.impl.ExcelRgbColorImpl
Sets the red.
setRed(byte) - Method in class bld.generator.report.excel.data.ExcelColor
Sets the red.
setReferenceField(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelMergeRowImpl
Sets the reference field.
setRgbFont(ExcelRgbColor...) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the rgb font.
setRgbFont(ExcelRgbColor) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the rgb font.
setRgbFont(ExcelColor...) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the rgb font.
setRgbForeground(ExcelRgbColor...) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the rgb foreground.
setRgbForeground(ExcelRgbColor) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the rgb foreground.
setRgbForeground(ExcelColor...) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the rgb foreground.
setRight(BorderStyle) - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Sets the right.
setRight(BorderStyle) - Method in class bld.generator.report.excel.data.ExcelBorder
Sets the right.
setRotation(int) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the rotation.
setRotation(Integer) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the rotation.
setRow(Integer) - Method in class bld.generator.report.excel.ExcelHyperlink
Sets the row.
setRowEnd(int) - Method in class bld.generator.report.excel.data.MergeCell
Sets the row end.
setRowHeader(Integer) - Method in class bld.generator.report.excel.data.InfoColumn
Sets the row header.
setRowHeight(short) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
Sets the row height.
setRowStart(int) - Method in class bld.generator.report.excel.data.MergeCell
Sets the row start.
setSheetFunctionsTotal(T) - Method in interface bld.generator.report.excel.FunctionsTotal
Sets the sheet functions total.
setSheetHeader(SheetHeader) - Method in class bld.generator.report.excel.data.FunctionCell
Sets the sheet header.
setSheetHeader(SheetHeader) - Method in class bld.generator.report.excel.data.MergeCell
Sets the sheet header.
setSheetName(String) - Method in class bld.generator.report.excel.BaseSheet
Sets the name sheet.
setSheetName(String) - Method in interface bld.generator.report.excel.SheetComponent
Sets the sheet name.
setSize(short) - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Sets the size.
setSize(short) - Method in class bld.generator.report.excel.data.ExcelFont
Sets the size.
setSizeColumn(int) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the size column.
setSizeRow(int) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the size row.
setSuppressDropDownArrow(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
Sets the suppress drop down arrow.
setSuppressDropDownArrow(boolean) - Method in class bld.generator.report.excel.dropdown.DropDown
Sets the suppress drop down arrow.
setTitle(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the title.
setTitle(String) - Method in class bld.generator.report.excel.data.ReportExcel
Sets the titolo.
setTop(BorderStyle) - Method in class bld.generator.report.excel.annotation.impl.ExcelBorderImpl
Sets the top.
setTop(BorderStyle) - Method in class bld.generator.report.excel.data.ExcelBorder
Sets the top.
setUnderline(UnderlineType) - Method in class bld.generator.report.excel.annotation.impl.ExcelFontImpl
Sets the underline.
setUnderline(UnderlineType) - Method in class bld.generator.report.excel.data.ExcelFont
Sets the underline.
setValue(Object) - Method in class bld.generator.report.excel.data.ExtraColumn
Sets the value.
setValue(Object) - Method in class bld.generator.report.excel.data.SheetHeader
Sets the value.
setValue(T) - Method in class bld.generator.report.excel.dropdown.DropDown
Sets the value.
setValue(String) - Method in class bld.generator.report.excel.ExcelHyperlink
Sets the value.
setValueAxis(AxisPosition) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the value axis.
setVerticalAlignment(VerticalAlignment) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the vertical alignment.
setVerticalAlignment(VerticalAlignment) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the vertical alignment.
setVerticalAlignment(VerticalAlignment) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the vertical alignment.
setWidth(int) - Method in class bld.generator.report.excel.annotation.impl.ExcelColumnWidthImpl
Sets the width.
setWorksheet(Sheet) - Method in class bld.generator.report.excel.data.FunctionCell
Sets the worksheet.
setWrap(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelCellLayoutImpl
Sets the wrap.
setWrap(boolean) - Method in class bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
Sets the wrap.
setWrap(boolean) - Method in class bld.generator.report.excel.data.LayoutCell
Sets the wrap.
setxAxis(String) - Method in class bld.generator.report.excel.annotation.impl.ExcelChartImpl
Sets the x axis.
SHEET_NAME_SIZE - Static variable in class bld.generator.report.excel.constant.ExcelConstant
 
SheetColumnComparator - Class in bld.generator.report.excel.comparator
The Class SheetColumnComparator.
SheetColumnComparator orders the columns on the table.
Sorting is relative to the index and column name.
SheetColumnComparator() - Constructor for class bld.generator.report.excel.comparator.SheetColumnComparator
 
SheetComponent - Interface in bld.generator.report.excel
The Interface SheetComponent.
SheetData<T extends RowSheet> - Class in bld.generator.report.excel
The Class SheetData.
SheetData(String) - Constructor for class bld.generator.report.excel.SheetData
Instantiates a new sheet data.
SheetDynamicData<T extends DynamicRowSheet> - Class in bld.generator.report.excel
The Class SheetDynamicData.
SheetDynamicData(String) - Constructor for class bld.generator.report.excel.SheetDynamicData
Instantiates a new sheet dynamic data.
SheetDynamicFunctionTotal<T extends DynamicRowSheet> - Class in bld.generator.report.excel
The Class SheetDynamicFunctionTotal.
SheetDynamicFunctionTotal() - Constructor for class bld.generator.report.excel.SheetDynamicFunctionTotal
Instantiates a new sheet dynamic function total.
SheetFunctionTotal<T extends RowSheet> - Class in bld.generator.report.excel
The Class SheetFunctionTotal.
SheetFunctionTotal() - Constructor for class bld.generator.report.excel.SheetFunctionTotal
Instantiates a new sheet function total.
SheetHeader - Class in bld.generator.report.excel.data
The Class SheetHeader.
SheetHeader() - Constructor for class bld.generator.report.excel.data.SheetHeader
Instantiates a new sheet header.
SheetHeader(Field, Object) - Constructor for class bld.generator.report.excel.data.SheetHeader
Instantiates a new sheet header.
SheetSummary - Class in bld.generator.report.excel
The Class SheetSummary.
SheetSummary(String) - Constructor for class bld.generator.report.excel.SheetSummary
Instantiates a new sheet summary.
StringDropDown - Class in bld.generator.report.excel.dropdown
The Class StringDropDown.
StringDropDown() - Constructor for class bld.generator.report.excel.dropdown.StringDropDown
Instantiates a new string drop down.
StringDropDown(String, List<String>, boolean) - Constructor for class bld.generator.report.excel.dropdown.StringDropDown
Instantiates a new string drop down.
StringDropDown(String, List<String>) - Constructor for class bld.generator.report.excel.dropdown.StringDropDown
Instantiates a new string drop down.
StringDropDown(String, boolean) - Constructor for class bld.generator.report.excel.dropdown.StringDropDown
Instantiates a new string drop down.
StringDropDown(String) - Constructor for class bld.generator.report.excel.dropdown.StringDropDown
Instantiates a new string drop down.
SuperGenerateExcelImpl - Class in bld.generator.report.excel.impl
The Class SuperGenerateExcelImpl.
SuperGenerateExcelImpl() - Constructor for class bld.generator.report.excel.impl.SuperGenerateExcelImpl
Instantiates a new super generate excel impl.

T

TimestampDropDown - Class in bld.generator.report.excel.dropdown
The Class TimestampDropDown.
TimestampDropDown() - Constructor for class bld.generator.report.excel.dropdown.TimestampDropDown
Instantiates a new timestamp drop down.
TimestampDropDown(Timestamp, boolean) - Constructor for class bld.generator.report.excel.dropdown.TimestampDropDown
Instantiates a new timestamp drop down.
TimestampDropDown(Timestamp) - Constructor for class bld.generator.report.excel.dropdown.TimestampDropDown
Instantiates a new timestamp drop down.
TimestampDropDown(Timestamp, List<Timestamp>, boolean) - Constructor for class bld.generator.report.excel.dropdown.TimestampDropDown
Instantiates a new timestamp drop down.
TimestampDropDown(Timestamp, List<Timestamp>) - Constructor for class bld.generator.report.excel.dropdown.TimestampDropDown
Instantiates a new timestamp drop down.

U

UnderlineType - Enum in bld.generator.report.excel.constant
The Enum UnderlineType.

V

valueOf(String) - Static method in enum bld.generator.report.excel.constant.BorderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum bld.generator.report.excel.constant.ColumnDateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum bld.generator.report.excel.constant.FontType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum bld.generator.report.excel.constant.RowStartEndType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum bld.generator.report.excel.constant.UnderlineType
Returns the enum constant of this type with the specified name.
valueProps - Variable in class bld.generator.report.excel.impl.SuperGenerateExcelImpl
The value props.
ValueProps - Interface in bld.generator.report.utils
The Interface ValueProps.
valueProps(String) - Method in interface bld.generator.report.utils.ValueProps
Value props.
valueProps(String) - Method in class bld.generator.report.utils.ValuePropsImpl
Value props.
ValuePropsImpl - Class in bld.generator.report.utils
The Class ValuePropsImpl.
ValuePropsImpl() - Constructor for class bld.generator.report.utils.ValuePropsImpl
 
values() - Static method in enum bld.generator.report.excel.constant.BorderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum bld.generator.report.excel.constant.ColumnDateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum bld.generator.report.excel.constant.FontType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum bld.generator.report.excel.constant.RowStartEndType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum bld.generator.report.excel.constant.UnderlineType
Returns an array containing the constants of this enum type, in the order they are declared.

W

widthColumn(int) - Static method in class bld.generator.report.utils.ExcelUtils
Width column.
writeToFile(String, String, String, byte[]) - Static method in class bld.generator.report.utils.ExcelUtils
Write to file.
A B C D E F G H I K L M N P Q R S T U V W 
Skip navigation links

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.