Package cn.mapway.ui.client.mvc
Annotation Type ModuleMarker
如果一个类实现了 IFrameModule ,必须通过此注解为该模块命名.
- Author:
- zhangjianshe
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value模块代码.- Returns:
- the string
- Default:
- ""
-
name
String name模块名称.- Returns:
- the string
- Default:
- ""
-
isPublic
boolean isPublic是否是公共模块,无需认证- Returns:
- boolean
- Default:
- false
-
icon
String icon模块图表- Returns:
- string
- Default:
- "icon.png"
-
summary
String summary说明.- Returns:
- string
- Default:
- ""
-
unicode
String unicode用一个图标标志该模块 此图标是一个 WEB FONT 自定义的unicode- Returns:
- Default:
- ""
-
visible
boolean visible是否可以显示在界面上.- Returns:
- boolean
- Default:
- true
-
group
String group模块分组信息. 用于模块的使用说明- Returns:
- string
- Default:
- "/"
-
order
int order模块的排序 缺省为 0- Returns:
- Default:
- 0
-
parent
String parent父模块ID 用于构建模块之间的树状关系 缺省为根模块- Returns:
- Default:
- ""
-
tags
String[] tags模块的标签 可以根据需要添加- Default:
- {}
-
themes
String[] themes这个模块应用于THEME 如果不设定 应用于所有的THEME 否则只会应用在相应的THEME中- Returns:
- Default:
- {}
-