public class SysDictBaseTag
extends org.beetl.core.tag.GeneralVarTagBinding
| 限定符和类型 | 字段和说明 |
|---|---|
String |
defaultValue
默认值
|
cn.stylefeng.roses.kernel.dict.modular.service.DictService |
dictService |
String |
dictTypeCode
字典类型编码
|
cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService |
dictTypeService |
String |
headName
select控件提示name
|
String |
headType
select控件提示类型::1-全部,2-请选择
|
String |
headValue
select控件提示value
|
String |
id
html组件 id
|
String |
itemName
工作流相关
|
String |
layFilter
layui事件过滤器
|
String |
laySkin
layui元素的风格
|
String |
layVerify
layui校验
|
String |
name
html组件 name
|
String |
type
html组件 type
|
String |
workflowForm
工作流相关
|
| 构造器和说明 |
|---|
SysDictBaseTag() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<cn.stylefeng.roses.kernel.dict.modular.entity.SysDict> |
getDictList() |
cn.stylefeng.roses.kernel.dict.modular.entity.SysDictType |
getDictType()
获取字典类型
|
void |
initAttr()
初始化绑定属性
|
void |
render() |
binds, getAttributes, getAttributeValue, getHtmlTagName, mapName2Indexpublic cn.stylefeng.roses.kernel.dict.modular.service.DictService dictService
public cn.stylefeng.roses.kernel.dict.modular.service.DictTypeService dictTypeService
public String id
public String name
public String type
public String dictTypeCode
public String laySkin
public String layFilter
public String layVerify
public String headName
public String headValue
public String headType
public String defaultValue
public String workflowForm
public String itemName
public void initAttr()
public void render()
render 在类中 org.beetl.core.tag.Tagpublic cn.stylefeng.roses.kernel.dict.modular.entity.SysDictType getDictType()
public List<cn.stylefeng.roses.kernel.dict.modular.entity.SysDict> getDictList()
Copyright © 2022. All rights reserved.