您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
com.cdkjframework.core.annotation
Annotation Interface FieldMeta
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
})
@Documented
public @interface
FieldMeta
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
dateFormatter
时间 格式化
String
description
字段描述
String
name
字段名称
int
order
排序字段
boolean
visible
是否在列表中显示
元素详细资料
name
String
name
字段名称
返回:
名称
默认值:
""
description
String
description
字段描述
返回:
返回字符串
默认值:
""
visible
boolean
visible
是否在列表中显示
返回:
返回布尔值
默认值:
true
order
int
order
排序字段
返回:
返回顺序
默认值:
0
dateFormatter
String
dateFormatter
时间 格式化
返回:
对时间进行格式
默认值:
""