public class ExcelDropDownImpl extends ExcelAnnotationImpl<ExcelDropDown>
| Constructor and Description |
|---|
ExcelDropDownImpl()
Instantiates 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
ExcelFormulaAlias[] |
getAlias()
Gets the alias.
|
String |
getAreaRange()
Gets the area range.
|
ExcelBoxMessage |
getErrorBox()
Gets the error box.
|
int |
hashCode()
Hash code.
|
boolean |
isSuppressDropDownArrow()
Checks if is suppress drop down arrow.
|
void |
setAlias(ExcelFormulaAlias[] alias)
Sets the alias.
|
void |
setAreaRange(String areaRange)
Sets the area range.
|
void |
setErrorBox(ExcelBoxMessage errorBox)
Sets the error box.
|
void |
setSuppressDropDownArrow(boolean suppressDropDownArrow)
Sets the suppress drop down arrow.
|
clone, getAnnotation, getClassAnnotationpublic ExcelDropDownImpl()
public ExcelDropDownImpl(boolean suppressDropDownArrow,
String areaRange)
suppressDropDownArrow - the suppress drop down arrowareaRange - the area rangepublic ExcelDropDownImpl(boolean suppressDropDownArrow,
String areaRange,
ExcelFormulaAlias[] alias,
ExcelBoxMessage errorBox)
suppressDropDownArrow - the suppress drop down arrowareaRange - the area rangealias - the aliaserrorBox - the error boxpublic ExcelDropDownImpl(boolean suppressDropDownArrow,
String areaRange,
ExcelFormulaAlias[] alias)
suppressDropDownArrow - the suppress drop down arrowareaRange - the area rangealias - the aliaspublic boolean isSuppressDropDownArrow()
public void setSuppressDropDownArrow(boolean suppressDropDownArrow)
suppressDropDownArrow - the new suppress drop down arrowpublic String getAreaRange()
public void setAreaRange(String areaRange)
areaRange - the new area rangepublic ExcelFormulaAlias[] getAlias()
public void setAlias(ExcelFormulaAlias[] alias)
alias - the new aliaspublic ExcelBoxMessage getErrorBox()
public void setErrorBox(ExcelBoxMessage errorBox)
errorBox - the new error boxCopyright © 2022. All rights reserved.