public @interface ChoiceType
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
anewFetch |
String |
dependExpr |
String |
dependField |
Class<? extends ChoiceFetchHandler>[] |
fetchHandler |
String[] |
fetchHandlerParams |
ChoiceType.Type |
type |
VL[] |
vl |
public abstract ChoiceType.Type type
@Comment(value="\u52a8\u6001\u83b7\u53d6\u9009\u62e9\u9879") public abstract Class<? extends ChoiceFetchHandler>[] fetchHandler
@Comment(value="\u8054\u52a8\u8fc7\u6ee4\u8868\u8fbe\u5f0f\uff0c\u652f\u6301\u53d8\u91cf\uff1a") @Comment(value="dependValue:\u4f9d\u8d56\u5b57\u6bb5\u7684\u503c") @Comment(value="vl.value: \u4e0b\u62c9\u5217\u8868\u9879\u7684\u503c") @Comment(value="vl.label: \u4e0b\u62c9\u5217\u8868\u9879\u4e2d\u6587\u540d\u79f0") public abstract String dependExpr
Copyright © 2023. All rights reserved.