@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, then you need to add a cascading drop-down listener.
|
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
DefaultCascadingDropdownBoxListener
Of course, you can implement the listener yourself and pass it to me.The column index starts at 0public abstract String errorTitle
public abstract String errorContent
Copyright © 2020. All rights reserved.