Uses of Annotation Type
bld.generator.report.excel.annotation.ExcelBoxMessage
Packages that use ExcelBoxMessage
Package
Description
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
-
Uses of ExcelBoxMessage in bld.generator.report.excel.annotation.impl
Methods in bld.generator.report.excel.annotation.impl that return ExcelBoxMessageMethods in bld.generator.report.excel.annotation.impl with parameters of type ExcelBoxMessageModifier and TypeMethodDescriptionvoidExcelDropDownImpl.setErrorBox(ExcelBoxMessage errorBox) Sets the error box.Constructors in bld.generator.report.excel.annotation.impl with parameters of type ExcelBoxMessageModifierConstructorDescriptionExcelDropDownImpl(boolean suppressDropDownArrow, String areaRange, ExcelFormulaAlias[] alias, ExcelBoxMessage errorBox) Instantiates a new excel drop down impl.