public @interface RowOperation
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
code
已过时。
|
Class<?> |
eruptClass |
String |
icon |
String |
ifExpr |
RowOperation.Mode |
mode |
Class<? extends OperationHandler> |
operationHandler |
String[] |
operationParam |
ExprBool |
show |
String |
tip |
Tpl |
tpl |
RowOperation.Type |
type |
public abstract String title
@Deprecated @AutoFill(value="T(Integer).toString(#item.title().hashCode())") public abstract String code
public abstract ExprBool show
public abstract String tip
@Comment(value="\u529f\u80fd\u6a21\u5f0f") public abstract RowOperation.Mode mode
@Comment(value="\u529f\u80fd\u7c7b\u578b") public abstract RowOperation.Type type
@Comment(value="type\u4e3aERUPT\u65f6\u53ef\u7528\uff0c\u64cd\u4f5c\u6309\u94ae\u70b9\u51fb\u540e\uff0c\u540e\u53f0\u5904\u7406\u903b\u8f91") public abstract Class<? extends OperationHandler> operationHandler
Copyright © 2021. All rights reserved.