package com.changhong.epc.bean.count.format; public enum CpnType { /* * 引用表单 */ mytext, /* * 单行文本 */ text, /* * 多行文本 */ textarea, /* * 数字 */ number, /* * 日历 */ calendar, /* * 单选按钮组 */ radio, /* * 复选框组 */ checkbox, /* * 下拉框 */ dropdownlist, /* * 分割线 */ splitline, /* * 按钮 */ button, /* * 图片 */ image, /* * HTML内容 */ htmlediter, /* * 标签文字 */ link, /* * 二维码 */ qrcode, /* * 条码 */ barcode, /* * 文件上传 */ fileupload, /* * 子表单 */ subform, /* * 树型 */ tree, /* * 金额组件 */ amount, /* * 选项卡 */ tag, /* * 选项卡标签 */ tab, auto }