|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface Element
| 可选元素摘要 | |
|---|---|
Class<?> |
CodeRefBean
|
String |
CodeRefCodeColumn
要显示的值 |
String |
CodeRefCodeType
默认数据字典表中 dataType=的值 |
String |
CodeRefDescColumn
要显示的字段 |
String |
CodeRefFilters
搜索的filter字符串,有filters是,dataType约束失效 filters="{rules:[{field:'col1',op:'eq',data:'val1'},{field:'col2',op:'eq',data:'val2'}]}" |
String |
CodeRefTypeColumn
默认数据字典表中去搜索匹配的字段 |
int |
colModelIndex
|
boolean |
editable
|
String |
editoptions
|
EditType |
edittype
|
boolean |
hidden
|
String |
label
显示层显示的名称 |
Class<?> |
refClass
|
String |
refName
|
RefType |
refType
|
int |
width
显示层控件的宽度width。 |
public abstract int colModelIndex
public abstract boolean editable
public abstract String editoptions
public abstract EditType edittype
EditTypepublic abstract boolean hidden
public abstract String label
public abstract Class<?> refClass
public abstract String refName
public abstract Class<?> CodeRefBean
public abstract String CodeRefCodeColumn
public abstract String CodeRefDescColumn
public abstract String CodeRefTypeColumn
public abstract String CodeRefCodeType
public abstract String CodeRefFilters
public abstract RefType refType
public abstract int width
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||