@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ExcelNumericValid
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
errorContent
Error content
|
String |
errorTitle
Error box title
|
String |
expr1
expr1
|
String |
expr2
expr2
|
OperatorType |
operatorType
Operator type
|
Rank |
rank
Prompt box level
|
int |
rows
How many rows to add
|
boolean |
showErrorBox
Whether the error box pops up
|
boolean |
showTip
Whether show cell tip
|
String |
tipContent
Tip content
|
String |
tipTitle
Tip title
|
ValidType |
validType
Valid type
|
public abstract OperatorType operatorType
public abstract ValidType validType
public abstract String expr1
public abstract String expr2
public abstract boolean showErrorBox
public abstract Rank rank
public abstract String errorTitle
public abstract String errorContent
public abstract String tipTitle
public abstract String tipContent
Copyright © 2020. All rights reserved.