public static enum PSModelEnums.PredefinedViewType extends java.lang.Enum<PSModelEnums.PredefinedViewType>
默认单选视图
默认编辑视图
默认主视图,主数据视图,单项数据的展现实体
默认索引实体选择视图
默认多表单选择视图
默认多选视图
默认多项视图
默认流程编辑视图
默认流程多项视图
默认流程启动视图
默认流程操作视图
默认流程功能操作视图
默认数据重定向视图
移动端默认单选视图
移动端默认编辑视图
移动端默认主视图
移动端默认索引实体选择视图
移动端默认多表单选择视图
移动端默认多选视图
移动端默认多项视图
移动端默认流程编辑视图
移动端默认流程多项视图
移动端默认流程启动视图
移动端默认流程操作视图
移动端默认流程功能操作视图
移动端默认数据重定向视图
自定义功能视图
自定义功能视图2
自定义功能视图3
自定义功能视图4
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.PredefinedViewType |
from(java.lang.String value) |
static PSModelEnums.PredefinedViewType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.PredefinedViewType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.PredefinedViewType PICKUPVIEW
public static final PSModelEnums.PredefinedViewType EDITVIEW
public static final PSModelEnums.PredefinedViewType MAINVIEW
public static final PSModelEnums.PredefinedViewType INDEXDEPICKUPVIEW
public static final PSModelEnums.PredefinedViewType FORMPICKUPVIEW
public static final PSModelEnums.PredefinedViewType MPICKUPVIEW
public static final PSModelEnums.PredefinedViewType MDATAVIEW
public static final PSModelEnums.PredefinedViewType WFEDITVIEW
public static final PSModelEnums.PredefinedViewType WFMDATAVIEW
public static final PSModelEnums.PredefinedViewType WFSTARTVIEW
public static final PSModelEnums.PredefinedViewType WFACTIONVIEW
public static final PSModelEnums.PredefinedViewType WFUTILACTIONVIEW
public static final PSModelEnums.PredefinedViewType REDIRECTVIEW
public static final PSModelEnums.PredefinedViewType MOBPICKUPVIEW
public static final PSModelEnums.PredefinedViewType MOBEDITVIEW
public static final PSModelEnums.PredefinedViewType MOBMAINVIEW
public static final PSModelEnums.PredefinedViewType MOBINDEXDEPICKUPVIEW
public static final PSModelEnums.PredefinedViewType MOBFORMPICKUPVIEW
public static final PSModelEnums.PredefinedViewType MOBMPICKUPVIEW
public static final PSModelEnums.PredefinedViewType MOBMDATAVIEW
public static final PSModelEnums.PredefinedViewType MOBWFEDITVIEW
public static final PSModelEnums.PredefinedViewType MOBWFMDATAVIEW
public static final PSModelEnums.PredefinedViewType MOBWFSTARTVIEW
public static final PSModelEnums.PredefinedViewType MOBWFACTIONVIEW
public static final PSModelEnums.PredefinedViewType MOBWFUTILACTIONVIEW
public static final PSModelEnums.PredefinedViewType MOBREDIRECTVIEW
public static final PSModelEnums.PredefinedViewType USER
public static final PSModelEnums.PredefinedViewType USER2
public static final PSModelEnums.PredefinedViewType USER3
public static final PSModelEnums.PredefinedViewType USER4
public static PSModelEnums.PredefinedViewType[] values()
for (PSModelEnums.PredefinedViewType c : PSModelEnums.PredefinedViewType.values()) System.out.println(c);
public static PSModelEnums.PredefinedViewType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.PredefinedViewType from(java.lang.String value)