@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ExcelDropdownBox
| 限定符和类型 | 可选元素和说明 |
|---|---|
String[] |
combobox
The value in the dropdown box
|
String |
errorContent
Error content
|
String |
errorTitle
Error box title
|
String |
link
If you specify a parent cell index,
then you need to add a cascading drop-down listener
DefaultCascadingDropdownBoxListener |
Rank |
rank
Error box level
|
int |
rows
How many rows to add
|
boolean |
showErrorBox
Whether the error box pops up
|
public abstract String[] combobox
public abstract boolean showErrorBox
public abstract Rank rank
public abstract String link
DefaultCascadingDropdownBoxListenerpublic abstract String errorTitle
public abstract String errorContent
Copyright © 2021. All rights reserved.