Class ExcelDropDownImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelDropDown>
bld.generator.report.excel.annotation.impl.ExcelDropDownImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelDropDownImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel drop down impl.ExcelDropDownImpl(boolean suppressDropDownArrow, String areaRange) Instantiates a new excel drop down impl.ExcelDropDownImpl(boolean suppressDropDownArrow, String areaRange, ExcelFormulaAlias[] alias) Instantiates a new excel drop down impl.ExcelDropDownImpl(boolean suppressDropDownArrow, String areaRange, ExcelFormulaAlias[] alias, ExcelBoxMessage errorBox) Instantiates a new excel drop down impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.getAlias()Gets the alias.Gets the area range.Gets the error box.inthashCode()Hash code.booleanChecks if is suppress drop down arrow.voidsetAlias(ExcelFormulaAlias[] alias) Sets the alias.voidsetAreaRange(String areaRange) Sets the area range.voidsetErrorBox(ExcelBoxMessage errorBox) Sets the error box.voidsetSuppressDropDownArrow(boolean suppressDropDownArrow) Sets the suppress drop down arrow.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelDropDownImpl
public ExcelDropDownImpl()Instantiates a new excel drop down impl. -
ExcelDropDownImpl
Instantiates a new excel drop down impl.- Parameters:
suppressDropDownArrow- the suppress drop down arrowareaRange- the area range
-
ExcelDropDownImpl
public ExcelDropDownImpl(boolean suppressDropDownArrow, String areaRange, ExcelFormulaAlias[] alias, ExcelBoxMessage errorBox) Instantiates a new excel drop down impl.- Parameters:
suppressDropDownArrow- the suppress drop down arrowareaRange- the area rangealias- the aliaserrorBox- the error box
-
ExcelDropDownImpl
public ExcelDropDownImpl(boolean suppressDropDownArrow, String areaRange, ExcelFormulaAlias[] alias) Instantiates a new excel drop down impl.- Parameters:
suppressDropDownArrow- the suppress drop down arrowareaRange- the area rangealias- the alias
-
-
Method Details
-
isSuppressDropDownArrow
public boolean isSuppressDropDownArrow()Checks if is suppress drop down arrow.- Returns:
- the suppress drop down arrow
-
setSuppressDropDownArrow
public void setSuppressDropDownArrow(boolean suppressDropDownArrow) Sets the suppress drop down arrow.- Parameters:
suppressDropDownArrow- the new suppress drop down arrow
-
getAreaRange
Gets the area range.- Returns:
- the area range
-
setAreaRange
Sets the area range.- Parameters:
areaRange- the new area range
-
getAlias
Gets the alias.- Returns:
- the alias
-
setAlias
Sets the alias.- Parameters:
alias- the new alias
-
getErrorBox
Gets the error box.- Returns:
- the error box
-
setErrorBox
Sets the error box.- Parameters:
errorBox- the new error box
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-