public static enum PSModelEnums.WebEditorType extends java.lang.Enum<PSModelEnums.WebEditorType>
文本框
数值框
密码框
隐藏表单项
多行输入框
多行输入框(10行)
IP地址输入框
直接内容
步进器
评分器
滑动输入条
标签
标签(旧)
标签(数据链接)
下拉列表框
下拉列表框(100宽度)
下拉列表框(多选)
选项框
开关部件
单选项列表
选项框列表
列表框
列表框(选择)
地址框(选择)
地址框(支持选择、AC)
时间选择器(旧)
时间选择器(YYYY-MM-DD)
时间选择器(HH:mm:ss)
时间选择器(YYYY-MM-DD HH)
时间选择器(YYYY-MM-DD HH:mm)
时间选择器(YYYY-MM-DD HH:mm:ss)
时间选择器(HH:mm)
时间选择器
数据选择
数据选择(数据链接)
数据选择(无AC)
数据链接
数据选择(无AC、数据链接)
数据选择(下拉)
数据选择(下拉、数据链接)
数据选择(无按钮)
数据选择(下拉视图)
数据选择(下拉视图、数据链接)
数据选择(嵌入选择视图)
自动填充
自动填充(只能选择)
自动填充(无按钮)
自动填充(只能选择、无按钮)
HTML编辑框
代码编辑框
Markdown编辑框
Office文档编辑器
Office文档编辑器2(弹出编辑,返回内容)
图片控件
图片控件(单项)
图片控件(单项、直接内容)
预定义编辑器
文件控件
文件控件(单项)
数值范围编辑框
时间范围选择器
时间范围选择器(YYYY-MM-DD)
级联选择器
数组编辑器
颜色选择器
地图选择器
用户自定义
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.WebEditorType |
from(java.lang.String value) |
static PSModelEnums.WebEditorType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.WebEditorType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.WebEditorType TEXTBOX
public static final PSModelEnums.WebEditorType NUMBER
public static final PSModelEnums.WebEditorType PASSWORD
public static final PSModelEnums.WebEditorType HIDDEN
public static final PSModelEnums.WebEditorType TEXTAREA
public static final PSModelEnums.WebEditorType TEXTAREA_10
public static final PSModelEnums.WebEditorType IPADDRESSTEXTBOX
public static final PSModelEnums.WebEditorType RAW
public static final PSModelEnums.WebEditorType STEPPER
public static final PSModelEnums.WebEditorType RATING
public static final PSModelEnums.WebEditorType SLIDER
public static final PSModelEnums.WebEditorType SPAN
public static final PSModelEnums.WebEditorType SPANEX
public static final PSModelEnums.WebEditorType SPAN_LINK
public static final PSModelEnums.WebEditorType DROPDOWNLIST
public static final PSModelEnums.WebEditorType DROPDOWNLIST_100
public static final PSModelEnums.WebEditorType MDROPDOWNLIST
public static final PSModelEnums.WebEditorType CHECKBOX
public static final PSModelEnums.WebEditorType SWITCH
public static final PSModelEnums.WebEditorType RADIOBUTTONLIST
public static final PSModelEnums.WebEditorType CHECKBOXLIST
public static final PSModelEnums.WebEditorType LISTBOX
public static final PSModelEnums.WebEditorType LISTBOXPICKUP
public static final PSModelEnums.WebEditorType ADDRESSPICKUP
public static final PSModelEnums.WebEditorType ADDRESSPICKUP_AC
public static final PSModelEnums.WebEditorType DATEPICKEREX
public static final PSModelEnums.WebEditorType DATEPICKEREX_NOTIME
public static final PSModelEnums.WebEditorType DATEPICKEREX_NODAY
public static final PSModelEnums.WebEditorType DATEPICKEREX_HOUR
public static final PSModelEnums.WebEditorType DATEPICKEREX_MINUTE
public static final PSModelEnums.WebEditorType DATEPICKEREX_SECOND
public static final PSModelEnums.WebEditorType DATEPICKEREX_NODAY_NOSECOND
public static final PSModelEnums.WebEditorType DATEPICKER
public static final PSModelEnums.WebEditorType PICKER
public static final PSModelEnums.WebEditorType PICKEREX_LINK
public static final PSModelEnums.WebEditorType PICKEREX_NOAC
public static final PSModelEnums.WebEditorType PICKEREX_LINKONLY
public static final PSModelEnums.WebEditorType PICKEREX_NOAC_LINK
public static final PSModelEnums.WebEditorType PICKEREX_TRIGGER
public static final PSModelEnums.WebEditorType PICKEREX_TRIGGER_LINK
public static final PSModelEnums.WebEditorType PICKEREX_NOBUTTON
public static final PSModelEnums.WebEditorType PICKEREX_DROPDOWNVIEW
public static final PSModelEnums.WebEditorType PICKEREX_DROPDOWNVIEW_LINK
public static final PSModelEnums.WebEditorType PICKUPVIEW
public static final PSModelEnums.WebEditorType AC
public static final PSModelEnums.WebEditorType AC_FS
public static final PSModelEnums.WebEditorType AC_NOBUTTON
public static final PSModelEnums.WebEditorType AC_FS_NOBUTTON
public static final PSModelEnums.WebEditorType HTMLEDITOR
public static final PSModelEnums.WebEditorType CODE
public static final PSModelEnums.WebEditorType MARKDOWN
public static final PSModelEnums.WebEditorType OFFICEEDITOR
public static final PSModelEnums.WebEditorType OFFICEEDITOR2
public static final PSModelEnums.WebEditorType PICTURE
public static final PSModelEnums.WebEditorType PICTURE_ONE
public static final PSModelEnums.WebEditorType PICTURE_ONE_RAW
public static final PSModelEnums.WebEditorType PREDEFINED
public static final PSModelEnums.WebEditorType FILEUPLOADER
public static final PSModelEnums.WebEditorType FILEUPLOADER_ONE
public static final PSModelEnums.WebEditorType NUMBERRANGE
public static final PSModelEnums.WebEditorType DATERANGE
public static final PSModelEnums.WebEditorType DATERANGE_NOTIME
public static final PSModelEnums.WebEditorType CASCADER
public static final PSModelEnums.WebEditorType ARRAY
public static final PSModelEnums.WebEditorType COLORPICKER
public static final PSModelEnums.WebEditorType MAPPICKER
public static final PSModelEnums.WebEditorType USERCONTROL
public static PSModelEnums.WebEditorType[] values()
for (PSModelEnums.WebEditorType c : PSModelEnums.WebEditorType.values()) System.out.println(c);
public static PSModelEnums.WebEditorType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.WebEditorType from(java.lang.String value)