UiColumn UI_COLUMN
DB_ETERNAL.UI_COLUMN.UiControl UI_CONTROL
DB_ETERNAL.UI_CONTROL.UiField UI_FIELD
DB_ETERNAL.UI_FIELD.UiForm UI_FORM
DB_ETERNAL.UI_FORM.UiLayout UI_LAYOUT
DB_ETERNAL.UI_LAYOUT.UiList UI_LIST
DB_ETERNAL.UI_LIST.UiOp UI_OP
DB_ETERNAL.UI_OP.UiPage UI_PAGE
DB_ETERNAL.UI_PAGE.VFragment V_FRAGMENT
DB_ETERNAL.V_FRAGMENT.VQuery V_QUERY
DB_ETERNAL.V_QUERY.VSearch V_SEARCH
DB_ETERNAL.V_SEARCH.VTable V_TABLE
DB_ETERNAL.V_TABLE.Db DB_ETERNAL
DB_ETERNAL.org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.UI_COLUMN.KEY. 「key」- 列主键org.jooq.TableField<R extends org.jooq.Record,T> TITLE
DB_ETERNAL.UI_COLUMN.TITLE. 「title」- 列标题org.jooq.TableField<R extends org.jooq.Record,T> DATA_INDEX
DB_ETERNAL.UI_COLUMN.DATA_INDEX. 「dataIndex」- 列名org.jooq.TableField<R extends org.jooq.Record,T> POSITION
DB_ETERNAL.UI_COLUMN.POSITION. 「position」- 当前列的位置org.jooq.TableField<R extends org.jooq.Record,T> RENDER
DB_ETERNAL.UI_COLUMN.RENDER. 「render」- 使用的Render函数org.jooq.TableField<R extends org.jooq.Record,T> WIDTH
DB_ETERNAL.UI_COLUMN.WIDTH. 「width」- 当前列的宽度org.jooq.TableField<R extends org.jooq.Record,T> FIXED
DB_ETERNAL.UI_COLUMN.FIXED. 「fixed」- 当前列是否固定org.jooq.TableField<R extends org.jooq.Record,T> CLASS_NAME
DB_ETERNAL.UI_COLUMN.CLASS_NAME. 「className」- 当前列的特殊CSS类org.jooq.TableField<R extends org.jooq.Record,T> SORTER
DB_ETERNAL.UI_COLUMN.SORTER. 「sorter」- 当前列是否支持排序org.jooq.TableField<R extends org.jooq.Record,T> FILTER_TYPE
DB_ETERNAL.UI_COLUMN.FILTER_TYPE. 「filterType」- $filter.type 支持列搜索时的搜索类型org.jooq.TableField<R extends org.jooq.Record,T> FILTER_CONFIG
DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. 「filterConfig」- $filter.config 列搜索支持时的搜索配置org.jooq.TableField<R extends org.jooq.Record,T> EMPTY
DB_ETERNAL.UI_COLUMN.EMPTY. 「empty」- $empty 专用org.jooq.TableField<R extends org.jooq.Record,T> MAPPING
DB_ETERNAL.UI_COLUMN.MAPPING. 「mapping」- $mapping专用org.jooq.TableField<R extends org.jooq.Record,T> CONFIG
DB_ETERNAL.UI_COLUMN.CONFIG. 「config」- $config专用org.jooq.TableField<R extends org.jooq.Record,T> OPTION
DB_ETERNAL.UI_COLUMN.OPTION. 「option」- $option专用,executor时org.jooq.TableField<R extends org.jooq.Record,T> FORMAT
DB_ETERNAL.UI_COLUMN.FORMAT. 「format」- $format时间格式专用org.jooq.TableField<R extends org.jooq.Record,T> DATUM
DB_ETERNAL.UI_COLUMN.DATUM. 「datum」- $datum专用org.jooq.TableField<R extends org.jooq.Record,T> CONTROL_ID
DB_ETERNAL.UI_COLUMN.CONTROL_ID. 「controlId」- 关联的控件IDorg.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
DB_ETERNAL.UI_COLUMN.ACTIVE. 「active」- 是否启用org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
DB_ETERNAL.UI_COLUMN.SIGMA. 「sigma」- 统一标识org.jooq.TableField<R extends org.jooq.Record,T> METADATA
DB_ETERNAL.UI_COLUMN.METADATA. 「metadata」- 附加配置org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
DB_ETERNAL.UI_COLUMN.LANGUAGE. 「language」- 使用的语言org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
DB_ETERNAL.UI_COLUMN.CREATED_AT. 「createdAt」- 创建时间org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
DB_ETERNAL.UI_COLUMN.CREATED_BY. 「createdBy」- 创建人org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
DB_ETERNAL.UI_COLUMN.UPDATED_AT. 「updatedAt」- 更新时间org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
DB_ETERNAL.UI_COLUMN.UPDATED_BY. 「updatedBy」- 更新人org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键org.jooq.TableField<R extends org.jooq.Record,T> SIGN
DB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息org.jooq.TableField<R extends org.jooq.Record,T> PAGE_ID
DB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面IDorg.jooq.TableField<R extends org.jooq.Record,T> TYPE
DB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表org.jooq.TableField<R extends org.jooq.Record,T> CONTAINER_NAME
DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名org.jooq.TableField<R extends org.jooq.Record,T> CONTAINER_CONFIG
DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置org.jooq.TableField<R extends org.jooq.Record,T> ASSIST
DB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)org.jooq.TableField<R extends org.jooq.Record,T> GRID
DB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用org.jooq.TableField<R extends org.jooq.Record,T> COMPONENT_NAME
DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名org.jooq.TableField<R extends org.jooq.Record,T> COMPONENT_CONFIG
DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置org.jooq.TableField<R extends org.jooq.Record,T> COMPONENT_DATA
DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
DB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
DB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识org.jooq.TableField<R extends org.jooq.Record,T> METADATA
DB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
DB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
DB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
DB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
DB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
DB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.UI_FIELD.KEY. 「key」- 字段主键org.jooq.TableField<R extends org.jooq.Record,T> X_POINT
DB_ETERNAL.UI_FIELD.X_POINT. 「xPoint] - 字段的X坐标(列)org.jooq.TableField<R extends org.jooq.Record,T> Y_POINT
DB_ETERNAL.UI_FIELD.Y_POINT. 「yPoint」- 字段的Y坐标(行)org.jooq.TableField<R extends org.jooq.Record,T> LABEL
DB_ETERNAL.UI_FIELD.LABEL. 「label」- 字段标签org.jooq.TableField<R extends org.jooq.Record,T> NAME
DB_ETERNAL.UI_FIELD.NAME. 「name」- 字段名称org.jooq.TableField<R extends org.jooq.Record,T> SPAN
DB_ETERNAL.UI_FIELD.SPAN. 「span」- 字段宽度org.jooq.TableField<R extends org.jooq.Record,T> HIDDEN
DB_ETERNAL.UI_FIELD.HIDDEN. 「hidden」- button专用org.jooq.TableField<R extends org.jooq.Record,T> RENDER
DB_ETERNAL.UI_FIELD.RENDER. 「render」- 使用的Render函数org.jooq.TableField<R extends org.jooq.Record,T> OPTION_JSX
DB_ETERNAL.UI_FIELD.OPTION_JSX. 「optionJsx」- 字段专用配置org.jooq.TableField<R extends org.jooq.Record,T> OPTION_CONFIG
DB_ETERNAL.UI_FIELD.OPTION_CONFIG. 「optionConfig」- 字段专用配置org.jooq.TableField<R extends org.jooq.Record,T> OPTION_ITEM
DB_ETERNAL.UI_FIELD.OPTION_ITEM. 「optionItem」- 字段专用配置org.jooq.TableField<R extends org.jooq.Record,T> RULES
DB_ETERNAL.UI_FIELD.RULES. 「rules」- optionConfig.rules 验证专用的配置,描述规则org.jooq.TableField<R extends org.jooq.Record,T> CONTROL_ID
DB_ETERNAL.UI_FIELD.CONTROL_ID. 「controlId」- 关联的表单IDorg.jooq.TableField<R extends org.jooq.Record,T> ROW_TYPE
DB_ETERNAL.UI_FIELD.ROW_TYPE. 「rowType」- 行类型org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
DB_ETERNAL.UI_FIELD.ACTIVE. 「active」- 是否启用org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
DB_ETERNAL.UI_FIELD.SIGMA. 「sigma」- 统一标识org.jooq.TableField<R extends org.jooq.Record,T> METADATA
DB_ETERNAL.UI_FIELD.METADATA. 「metadata」- 附加配置org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
DB_ETERNAL.UI_FIELD.LANGUAGE. 「language」- 使用的语言org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
DB_ETERNAL.UI_FIELD.CREATED_AT. 「createdAt」- 创建时间org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
DB_ETERNAL.UI_FIELD.CREATED_BY. 「createdBy」- 创建人org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
DB_ETERNAL.UI_FIELD.UPDATED_AT. 「updatedAt」- 更新时间org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
DB_ETERNAL.UI_FIELD.UPDATED_BY. 「updatedBy」- 更新人org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.UI_FORM.KEY. 「key」- 主键org.jooq.TableField<R extends org.jooq.Record,T> NAME
DB_ETERNAL.UI_FORM.NAME. 「name」- 表单名称org.jooq.TableField<R extends org.jooq.Record,T> CODE
DB_ETERNAL.UI_FORM.CODE. 「code」- 表单系统编码org.jooq.TableField<R extends org.jooq.Record,T> WINDOW
DB_ETERNAL.UI_FORM.WINDOW. 「window」- window, Form对应的窗口配置org.jooq.TableField<R extends org.jooq.Record,T> COLUMNS
DB_ETERNAL.UI_FORM.COLUMNS. 「columns」- columns, Form对应的配置org.jooq.TableField<R extends org.jooq.Record,T> HIDDEN
DB_ETERNAL.UI_FORM.HIDDEN. 「hidden」- 隐藏字段专用配置org.jooq.TableField<R extends org.jooq.Record,T> ROW
DB_ETERNAL.UI_FORM.ROW. 「rowConfig/rowClass」- 行专用配置org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
DB_ETERNAL.UI_FORM.ACTIVE. 「active」- 是否启用org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
DB_ETERNAL.UI_FORM.SIGMA. 「sigma」- 统一标识org.jooq.TableField<R extends org.jooq.Record,T> METADATA
DB_ETERNAL.UI_FORM.METADATA. 「metadata」- 附加配置org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
DB_ETERNAL.UI_FORM.LANGUAGE. 「language」- 使用的语言org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
DB_ETERNAL.UI_FORM.CREATED_AT. 「createdAt」- 创建时间org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
DB_ETERNAL.UI_FORM.CREATED_BY. 「createdBy」- 创建人org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
DB_ETERNAL.UI_FORM.UPDATED_AT. 「updatedAt」- 更新时间org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
DB_ETERNAL.UI_FORM.UPDATED_BY. 「updatedBy」- 更新人org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.UI_LAYOUT.KEY. 「key」- Tpl模板唯一主键org.jooq.TableField<R extends org.jooq.Record,T> NAME
DB_ETERNAL.UI_LAYOUT.NAME. 「name」- Tpl模板名称org.jooq.TableField<R extends org.jooq.Record,T> CONFIG
DB_ETERNAL.UI_LAYOUT.CONFIG. 「config」- 主配置org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
DB_ETERNAL.UI_LAYOUT.ACTIVE. 「active」- 是否启用org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
DB_ETERNAL.UI_LAYOUT.SIGMA. 「sigma」- 统一标识org.jooq.TableField<R extends org.jooq.Record,T> METADATA
DB_ETERNAL.UI_LAYOUT.METADATA. 「metadata」- 附加配置org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
DB_ETERNAL.UI_LAYOUT.LANGUAGE. 「language」- 使用的语言org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
DB_ETERNAL.UI_LAYOUT.CREATED_AT. 「createdAt」- 创建时间org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
DB_ETERNAL.UI_LAYOUT.CREATED_BY. 「createdBy」- 创建人org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
DB_ETERNAL.UI_LAYOUT.UPDATED_AT. 「updatedAt」- 更新时间org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
DB_ETERNAL.UI_LAYOUT.UPDATED_BY. 「updatedBy」- 更新人org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.UI_LIST.KEY. 「key」- 主键org.jooq.TableField<R extends org.jooq.Record,T> NAME
DB_ETERNAL.UI_LIST.NAME. 「name」- 名称org.jooq.TableField<R extends org.jooq.Record,T> CODE
DB_ETERNAL.UI_LIST.CODE. 「code」- 系统编码org.jooq.TableField<R extends org.jooq.Record,T> V_QUERY
DB_ETERNAL.UI_LIST.V_QUERY. 「vQuery」- 连接query到 grid -> query 节点org.jooq.TableField<R extends org.jooq.Record,T> V_SEARCH
DB_ETERNAL.UI_LIST.V_SEARCH. 「vSearch」- 连接search到 grid -> options 节点org.jooq.TableField<R extends org.jooq.Record,T> V_TABLE
DB_ETERNAL.UI_LIST.V_TABLE. 「vTable」- 连接table到 grid -> table 节点org.jooq.TableField<R extends org.jooq.Record,T> V_SEGMENT
DB_ETERNAL.UI_LIST.V_SEGMENT. 「vSegment」- Json结构,对应到 grid -> component 节点org.jooq.TableField<R extends org.jooq.Record,T> DYNAMIC_COLUMN
DB_ETERNAL.UI_LIST.DYNAMIC_COLUMN. 「dynamicColumn」- 动态列?org.jooq.TableField<R extends org.jooq.Record,T> DYNAMIC_SWITCH
DB_ETERNAL.UI_LIST.DYNAMIC_SWITCH. 「dynamicSwitch」- 动态切换?org.jooq.TableField<R extends org.jooq.Record,T> OPTIONS_AJAX
DB_ETERNAL.UI_LIST.OPTIONS_AJAX. 「optionsAjax」- 所有 ajax系列的配置org.jooq.TableField<R extends org.jooq.Record,T> OPTIONS_SUBMIT
DB_ETERNAL.UI_LIST.OPTIONS_SUBMIT. 「optionsSubmit」- 所有提交类的配置org.jooq.TableField<R extends org.jooq.Record,T> OPTIONS
DB_ETERNAL.UI_LIST.OPTIONS. 「options」- 配置项org.jooq.TableField<R extends org.jooq.Record,T> CLASS_COMBINER
DB_ETERNAL.UI_LIST.CLASS_COMBINER. 「classCombiner」- 组装器org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
DB_ETERNAL.UI_LIST.ACTIVE. 「active」- 是否启用org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
DB_ETERNAL.UI_LIST.SIGMA. 「sigma」- 统一标识org.jooq.TableField<R extends org.jooq.Record,T> METADATA
DB_ETERNAL.UI_LIST.METADATA. 「metadata」- 附加配置org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
DB_ETERNAL.UI_LIST.LANGUAGE. 「language」- 使用的语言org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
DB_ETERNAL.UI_LIST.CREATED_AT. 「createdAt」- 创建时间org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
DB_ETERNAL.UI_LIST.CREATED_BY. 「createdBy」- 创建人org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
DB_ETERNAL.UI_LIST.UPDATED_AT. 「updatedAt」- 更新时间org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
DB_ETERNAL.UI_LIST.UPDATED_BY. 「updatedBy」- 更新人org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.UI_OP.KEY. 「key」- 操作主键org.jooq.TableField<R extends org.jooq.Record,T> ACTION
DB_ETERNAL.UI_OP.ACTION. 「action」- S_ACTION中的code(权限检查专用)org.jooq.TableField<R extends org.jooq.Record,T> TEXT
DB_ETERNAL.UI_OP.TEXT. 「text」- 该操作上的文字信息org.jooq.TableField<R extends org.jooq.Record,T> EVENT
DB_ETERNAL.UI_OP.EVENT. 「event」- 操作中的 event 事件名称org.jooq.TableField<R extends org.jooq.Record,T> CLIENT_KEY
DB_ETERNAL.UI_OP.CLIENT_KEY. 「clientKey」- 一般是Html中对应的key信息,如 $opSaveorg.jooq.TableField<R extends org.jooq.Record,T> CLIENT_ID
DB_ETERNAL.UI_OP.CLIENT_ID. 「clientId」- 没有特殊情况,clientId = clientKeyorg.jooq.TableField<R extends org.jooq.Record,T> CONFIG
DB_ETERNAL.UI_OP.CONFIG. 「config」- 该按钮操作对应的配置数据信息, icon, typeorg.jooq.TableField<R extends org.jooq.Record,T> PLUGIN
DB_ETERNAL.UI_OP.PLUGIN. 「plugin」- 该按钮中的插件,如 tooltip,component等org.jooq.TableField<R extends org.jooq.Record,T> CONTROL_ID
DB_ETERNAL.UI_OP.CONTROL_ID. 「controlId」- 挂载专用的IDorg.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
DB_ETERNAL.UI_OP.ACTIVE. 「active」- 是否启用org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
DB_ETERNAL.UI_OP.SIGMA. 「sigma」- 统一标识org.jooq.TableField<R extends org.jooq.Record,T> METADATA
DB_ETERNAL.UI_OP.METADATA. 「metadata」- 附加配置org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
DB_ETERNAL.UI_OP.LANGUAGE. 「language」- 使用的语言org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
DB_ETERNAL.UI_OP.CREATED_AT. 「createdAt」- 创建时间org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
DB_ETERNAL.UI_OP.CREATED_BY. 「createdBy」- 创建人org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
DB_ETERNAL.UI_OP.UPDATED_AT. 「updatedAt」- 更新时间org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
DB_ETERNAL.UI_OP.UPDATED_BY. 「updatedBy」- 更新人org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.UI_PAGE.KEY. 「key」- 页面唯一主键org.jooq.TableField<R extends org.jooq.Record,T> APP
DB_ETERNAL.UI_PAGE.APP. 「app」- 入口APP名称,APP中的pathorg.jooq.TableField<R extends org.jooq.Record,T> MODULE
DB_ETERNAL.UI_PAGE.MODULE. 「module」- 模块相关信息org.jooq.TableField<R extends org.jooq.Record,T> PAGE
DB_ETERNAL.UI_PAGE.PAGE. 「page」- 页面路径信息org.jooq.TableField<R extends org.jooq.Record,T> LAYOUT_ID
DB_ETERNAL.UI_PAGE.LAYOUT_ID. 「layoutId」- 使用的模板ID,最终生成 layout 顶层节点数据org.jooq.TableField<R extends org.jooq.Record,T> SECURE
DB_ETERNAL.UI_PAGE.SECURE. 「secure」- 是否执行安全检查(安全检查才会被权限系统捕捉)org.jooq.TableField<R extends org.jooq.Record,T> PARAM_MAP
DB_ETERNAL.UI_PAGE.PARAM_MAP. 「paramMap」- URL地址中的配置key=valueorg.jooq.TableField<R extends org.jooq.Record,T> CONTAINER_NAME
DB_ETERNAL.UI_PAGE.CONTAINER_NAME. 「containerName」- 当前页面是否存在容器,如果有容器,那么设置容器名称org.jooq.TableField<R extends org.jooq.Record,T> CONTAINER_CONFIG
DB_ETERNAL.UI_PAGE.CONTAINER_CONFIG. 「containerConfig」- 当前页面容器相关配置org.jooq.TableField<R extends org.jooq.Record,T> STATE
DB_ETERNAL.UI_PAGE.STATE. 「state」- 当前页面的初始化状态信息org.jooq.TableField<R extends org.jooq.Record,T> GRID
DB_ETERNAL.UI_PAGE.GRID. 「grid」- 当前页面的布局信息,Grid布局格式org.jooq.TableField<R extends org.jooq.Record,T> ASSIST
DB_ETERNAL.UI_PAGE.ASSIST. 「assist」- 当前页面的辅助数据Ajax配置org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
DB_ETERNAL.UI_PAGE.ACTIVE. 「active」- 是否启用org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
DB_ETERNAL.UI_PAGE.SIGMA. 「sigma」- 统一标识org.jooq.TableField<R extends org.jooq.Record,T> METADATA
DB_ETERNAL.UI_PAGE.METADATA. 「metadata」- 附加配置org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
DB_ETERNAL.UI_PAGE.LANGUAGE. 「language」- 使用的语言org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
DB_ETERNAL.UI_PAGE.CREATED_AT. 「createdAt」- 创建时间org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
DB_ETERNAL.UI_PAGE.CREATED_BY. 「createdBy」- 创建人org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
DB_ETERNAL.UI_PAGE.UPDATED_AT. 「updatedAt」- 更新时间org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
DB_ETERNAL.UI_PAGE.UPDATED_BY. 「updatedBy」- 更新人org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.V_FRAGMENT.KEY. 「key」- 选项主键org.jooq.TableField<R extends org.jooq.Record,T> CONTAINER
DB_ETERNAL.V_FRAGMENT.CONTAINER. 「container」- 容器专用格式org.jooq.TableField<R extends org.jooq.Record,T> NOTICE
DB_ETERNAL.V_FRAGMENT.NOTICE. 「notice」- notice选项,Alert结构org.jooq.TableField<R extends org.jooq.Record,T> BUTTON_CONNECT
DB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT. 「buttonConnect」- 按钮的ID(单按钮)org.jooq.TableField<R extends org.jooq.Record,T> BUTTON_GROUP
DB_ETERNAL.V_FRAGMENT.BUTTON_GROUP. 「buttonGroup」- 一组按钮配置org.jooq.TableField<R extends org.jooq.Record,T> MODAL
DB_ETERNAL.V_FRAGMENT.MODAL. 「modal」- modal选项,Model专用结构org.jooq.TableField<R extends org.jooq.Record,T> GRID
DB_ETERNAL.V_FRAGMENT.GRID. 「grid」- grid选项(分区面板专用)org.jooq.TableField<R extends org.jooq.Record,T> CONFIG
DB_ETERNAL.V_FRAGMENT.CONFIG. 「config」- 根目录开始的基本配置org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.V_QUERY.KEY. 「key」- 选项主键org.jooq.TableField<R extends org.jooq.Record,T> PROJECTION
DB_ETERNAL.V_QUERY.PROJECTION. 「projection」- query/projection:[], 默认列过滤项org.jooq.TableField<R extends org.jooq.Record,T> PAGER
DB_ETERNAL.V_QUERY.PAGER. 「pager」- query/pager:{}, 分页选项org.jooq.TableField<R extends org.jooq.Record,T> SORTER
DB_ETERNAL.V_QUERY.SORTER. 「sorter」- query/sorter:[], 排序选项org.jooq.TableField<R extends org.jooq.Record,T> CRITERIA
DB_ETERNAL.V_QUERY.CRITERIA. 「criteria」- query/criteria:{}, 查询条件选项org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.V_SEARCH.KEY. 「key」- 选项主键org.jooq.TableField<R extends org.jooq.Record,T> ENABLED
DB_ETERNAL.V_SEARCH.ENABLED. 「enabled」- search.enabled: 是否启用搜索org.jooq.TableField<R extends org.jooq.Record,T> ADVANCED
DB_ETERNAL.V_SEARCH.ADVANCED. 「advanced」- search.advanced: 是否启用高级搜索org.jooq.TableField<R extends org.jooq.Record,T> OP_REDO
DB_ETERNAL.V_SEARCH.OP_REDO. 「opRedo」- search.op.redo: 清除条件按钮提示文字org.jooq.TableField<R extends org.jooq.Record,T> OP_ADVANCED
DB_ETERNAL.V_SEARCH.OP_ADVANCED. 「opAdvanced」- search.op.advanced: 高级搜索按钮提示文字org.jooq.TableField<R extends org.jooq.Record,T> CONFIRM_CLEAR
DB_ETERNAL.V_SEARCH.CONFIRM_CLEAR. 「confirmClear」- search.confirm.clear: 清除条件提示org.jooq.TableField<R extends org.jooq.Record,T> PLACEHOLDER
DB_ETERNAL.V_SEARCH.PLACEHOLDER. 「placeholder」- search.placeholder: 搜索框水印文字org.jooq.TableField<R extends org.jooq.Record,T> COND
DB_ETERNAL.V_SEARCH.COND. 「cond」- search.cond: 搜索条件org.jooq.TableField<R extends org.jooq.Record,T> ADVANCED_WIDTH
DB_ETERNAL.V_SEARCH.ADVANCED_WIDTH. 「advancedWidth」- search.advanced.width: 高级搜索窗口宽度org.jooq.TableField<R extends org.jooq.Record,T> ADVANCED_TITLE
DB_ETERNAL.V_SEARCH.ADVANCED_TITLE. 「advancedTitle」- search.advanced.title: 高级搜索窗口标题org.jooq.TableField<R extends org.jooq.Record,T> ADVANCED_NOTICE
DB_ETERNAL.V_SEARCH.ADVANCED_NOTICE. 「advancedNotice」- search.advanced.notice: 提示信息结构(Alert)org.jooq.TableField<R extends org.jooq.Record,T> KEY
DB_ETERNAL.V_TABLE.KEY. 「key」- 表选项主键org.jooq.TableField<R extends org.jooq.Record,T> BORDERED
DB_ETERNAL.V_TABLE.BORDERED. 「bordered」- 是否带表框org.jooq.TableField<R extends org.jooq.Record,T> SIZE
DB_ETERNAL.V_TABLE.SIZE. 「size」- 表格尺寸org.jooq.TableField<R extends org.jooq.Record,T> CLASS_NAME
DB_ETERNAL.V_TABLE.CLASS_NAME. 「className」- CSS属性org.jooq.TableField<R extends org.jooq.Record,T> TOTAL_REPORT
DB_ETERNAL.V_TABLE.TOTAL_REPORT. 「totalReport」- total.report - 文字: 总共多少条统计org.jooq.TableField<R extends org.jooq.Record,T> TOTAL_SELECTED
DB_ETERNAL.V_TABLE.TOTAL_SELECTED. 「totalSelected」- total.selected - 文字: 选择了多少条org.jooq.TableField<R extends org.jooq.Record,T> ROW_DOUBLE_CLICK
DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. 「rowDoubleClick」- row.onDoubleClick - 双击事件名org.jooq.TableField<R extends org.jooq.Record,T> ROW_CLICK
DB_ETERNAL.V_TABLE.ROW_CLICK. 「rowClick」- row.onClick - 单击事件名org.jooq.TableField<R extends org.jooq.Record,T> ROW_CONTEXT_MENU
DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. 「rowContextMenu」- row.onContextMenu - 右键菜单事件名org.jooq.TableField<R extends org.jooq.Record,T> ROW_MOUSE_ENTER
DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. 「rowMouseEnter」- row.onMouseEnter - 鼠标左键事件名org.jooq.TableField<R extends org.jooq.Record,T> ROW_MOUSE_LEAVE
DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. 「rowMouseLeave」- row.onMouseLeave - 鼠标移开事件名org.jooq.TableField<R extends org.jooq.Record,T> OP_TITLE
DB_ETERNAL.V_TABLE.OP_TITLE. 「opTitle」- columns/[0]/title, 执行列标题org.jooq.TableField<R extends org.jooq.Record,T> OP_DATA_INDEX
DB_ETERNAL.V_TABLE.OP_DATA_INDEX. 「opDataIndex」- columns/[0]/dataIndex, 执行列标题org.jooq.TableField<R extends org.jooq.Record,T> OP_FIXED
DB_ETERNAL.V_TABLE.OP_FIXED. 「opFixed」- columns/[0]/fixed,执行列左还是右org.jooq.TableField<R extends org.jooq.Record,T> OP_CONFIG
DB_ETERNAL.V_TABLE.OP_CONFIG. 「opConfig」- columns/[0]/$option, 执行类对应配置,配置按钮String key
String title
String dataIndex
Integer position
String render
Integer width
Boolean fixed
String className
Boolean sorter
String filterType
String filterConfig
String empty
String mapping
String config
String option
String format
String datum
String controlId
Boolean active
String sigma
String metadata
String language
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String sign
String pageId
String type
String containerName
String containerConfig
String assist
String grid
String componentName
String componentConfig
String componentData
Boolean active
String sigma
String metadata
String language
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
Integer xPoint
Integer yPoint
String label
String name
Integer span
Boolean hidden
String render
String optionJsx
String optionConfig
String optionItem
String rules
String controlId
String rowType
Boolean active
String sigma
String metadata
String language
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String code
BigDecimal window
Integer columns
String hidden
String row
Boolean active
String sigma
String metadata
String language
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String code
String vQuery
String vSearch
String vTable
String vSegment
Boolean dynamicColumn
Boolean dynamicSwitch
String optionsAjax
String optionsSubmit
String options
String classCombiner
Boolean active
String sigma
String metadata
String language
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String action
String text
String event
String clientKey
String clientId
String config
String plugin
String controlId
Boolean active
String sigma
String metadata
String language
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String app
String module
String page
String layoutId
Boolean secure
String paramMap
String containerName
String containerConfig
String state
String grid
String assist
Boolean active
String sigma
String metadata
String language
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
Boolean enabled
Boolean advanced
String opRedo
String opAdvanced
String confirmClear
String placeholder
String cond
String advancedWidth
String advancedTitle
String advancedNotice
String key
Boolean bordered
String size
String className
String totalReport
String totalSelected
String rowDoubleClick
String rowClick
String rowContextMenu
String rowMouseEnter
String rowMouseLeave
String opTitle
String opDataIndex
Boolean opFixed
String opConfig
Copyright © 2020. All rights reserved.