public @interface RowOperation
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<?> |
eruptClass |
String |
icon |
String |
ifExpr |
RowOperation.Mode |
mode |
Class<? extends OperationHandler> |
operationHandler |
String[] |
operationParam |
String |
tip |
Tpl |
tpl |
RowOperation.Type |
type |
public abstract String code
public abstract String title
public abstract String tip
public abstract RowOperation.Mode mode
public abstract RowOperation.Type type
@Comment(value="type\u4e3aERUPT\u65f6\u53ef\u7528\uff0c\u4e8b\u4ef6\u5904\u7406\u7c7b") public abstract Class<? extends OperationHandler> operationHandler
Copyright © 2020. All rights reserved.