Serialized Form

  • Package cn.vertxup.ui.domain

    • Class cn.vertxup.ui.domain.Db

      class Db extends org.jooq.impl.SchemaImpl implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • UI_COLUMN
          UiColumn UI_COLUMN
          The table DB_ETERNAL.UI_COLUMN.
        • UI_CONTROL
          UiControl UI_CONTROL
          The table DB_ETERNAL.UI_CONTROL.
        • UI_FIELD
          UiField UI_FIELD
          The table DB_ETERNAL.UI_FIELD.
        • UI_FORM
          UiForm UI_FORM
          The table DB_ETERNAL.UI_FORM.
        • UI_LAYOUT
          UiLayout UI_LAYOUT
          The table DB_ETERNAL.UI_LAYOUT.
        • UI_LIST
          UiList UI_LIST
          The table DB_ETERNAL.UI_LIST.
        • UI_OP
          UiOp UI_OP
          The table DB_ETERNAL.UI_OP.
        • UI_PAGE
          UiPage UI_PAGE
          The table DB_ETERNAL.UI_PAGE.
        • UI_VIEW
          UiView UI_VIEW
          The table DB_ETERNAL.UI_VIEW.
        • UI_VISITOR
          UiVisitor UI_VISITOR
          The table DB_ETERNAL.UI_VISITOR.
        • V_FRAGMENT
          VFragment V_FRAGMENT
          The table DB_ETERNAL.V_FRAGMENT.
        • V_QUERY
          VQuery V_QUERY
          The table DB_ETERNAL.V_QUERY.
        • V_SEARCH
          VSearch V_SEARCH
          The table DB_ETERNAL.V_SEARCH.
        • V_TABLE
          VTable V_TABLE
          The table DB_ETERNAL.V_TABLE.
    • Class cn.vertxup.ui.domain.DefaultCatalog

      class DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • DB_ETERNAL
          Db DB_ETERNAL
          The schema DB_ETERNAL.
  • Package cn.vertxup.ui.domain.tables

    • Class cn.vertxup.ui.domain.tables.UiColumn

      class UiColumn extends org.jooq.impl.TableImpl<UiColumnRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<UiColumnRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_COLUMN.ACTIVE. 「active」- 是否启用
        • CLASS_NAME
          org.jooq.TableField<UiColumnRecord,String> CLASS_NAME
          The column DB_ETERNAL.UI_COLUMN.CLASS_NAME. 「className」- 当前列的特殊CSS类
        • CONFIG
          org.jooq.TableField<UiColumnRecord,String> CONFIG
          The column DB_ETERNAL.UI_COLUMN.CONFIG. 「config」- $config专用
        • CONTROL_ID
          org.jooq.TableField<UiColumnRecord,String> CONTROL_ID
          The column DB_ETERNAL.UI_COLUMN.CONTROL_ID. 「controlId」- 关联的控件ID
        • CREATED_AT
          org.jooq.TableField<UiColumnRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_COLUMN.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiColumnRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_COLUMN.CREATED_BY. 「createdBy」- 创建人
        • DATA_INDEX
          org.jooq.TableField<UiColumnRecord,String> DATA_INDEX
          The column DB_ETERNAL.UI_COLUMN.DATA_INDEX. 「dataIndex」- 列名
        • DATUM
          org.jooq.TableField<UiColumnRecord,String> DATUM
          The column DB_ETERNAL.UI_COLUMN.DATUM. 「datum」- $datum专用
        • EMPTY
          org.jooq.TableField<UiColumnRecord,String> EMPTY
          The column DB_ETERNAL.UI_COLUMN.EMPTY. 「empty」- $empty 专用
        • FILTER_CONFIG
          org.jooq.TableField<UiColumnRecord,String> FILTER_CONFIG
          The column DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. 「filterConfig」- $filter.config 列搜索支持时的搜索配置
        • FILTER_TYPE
          org.jooq.TableField<UiColumnRecord,String> FILTER_TYPE
          The column DB_ETERNAL.UI_COLUMN.FILTER_TYPE. 「filterType」- $filter.type 支持列搜索时的搜索类型
        • FIXED
          org.jooq.TableField<UiColumnRecord,Boolean> FIXED
          The column DB_ETERNAL.UI_COLUMN.FIXED. 「fixed」- 当前列是否固定
        • FORMAT
          org.jooq.TableField<UiColumnRecord,String> FORMAT
          The column DB_ETERNAL.UI_COLUMN.FORMAT. 「format」- $format时间格式专用
        • KEY
          org.jooq.TableField<UiColumnRecord,String> KEY
          The column DB_ETERNAL.UI_COLUMN.KEY. 「key」- 列主键
        • LANGUAGE
          org.jooq.TableField<UiColumnRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_COLUMN.LANGUAGE. 「language」- 使用的语言
        • MAPPING
          org.jooq.TableField<UiColumnRecord,String> MAPPING
          The column DB_ETERNAL.UI_COLUMN.MAPPING. 「mapping」- $mapping专用
        • METADATA
          org.jooq.TableField<UiColumnRecord,String> METADATA
          The column DB_ETERNAL.UI_COLUMN.METADATA. 「metadata」- 附加配置
        • OPTION
          org.jooq.TableField<UiColumnRecord,String> OPTION
          The column DB_ETERNAL.UI_COLUMN.OPTION. 「option」- $option专用,executor时
        • POSITION
          org.jooq.TableField<UiColumnRecord,Integer> POSITION
          The column DB_ETERNAL.UI_COLUMN.POSITION. 「position」- 当前列的位置
        • RENDER
          org.jooq.TableField<UiColumnRecord,String> RENDER
          The column DB_ETERNAL.UI_COLUMN.RENDER. 「render」- 使用的Render函数
        • SIGMA
          org.jooq.TableField<UiColumnRecord,String> SIGMA
          The column DB_ETERNAL.UI_COLUMN.SIGMA. 「sigma」- 统一标识
        • SORTER
          org.jooq.TableField<UiColumnRecord,Boolean> SORTER
          The column DB_ETERNAL.UI_COLUMN.SORTER. 「sorter」- 当前列是否支持排序
        • TITLE
          org.jooq.TableField<UiColumnRecord,String> TITLE
          The column DB_ETERNAL.UI_COLUMN.TITLE. 「title」- 列标题
        • UPDATED_AT
          org.jooq.TableField<UiColumnRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_COLUMN.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiColumnRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_COLUMN.UPDATED_BY. 「updatedBy」- 更新人
        • WIDTH
          org.jooq.TableField<UiColumnRecord,Integer> WIDTH
          The column DB_ETERNAL.UI_COLUMN.WIDTH. 「width」- 当前列的宽度
    • Class cn.vertxup.ui.domain.tables.UiControl

      class UiControl extends org.jooq.impl.TableImpl<UiControlRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<UiControlRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_CONTROL.ACTIVE. 「active」- 是否启用
        • ASSIST
          org.jooq.TableField<UiControlRecord,String> ASSIST
          The column DB_ETERNAL.UI_CONTROL.ASSIST. 「assist」 - 辅助数据(容器专用)
        • COMPONENT_CONFIG
          org.jooq.TableField<UiControlRecord,String> COMPONENT_CONFIG
          The column DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. 「componentConfig」- 当前控件使用的配置
        • COMPONENT_DATA
          org.jooq.TableField<UiControlRecord,String> COMPONENT_DATA
          The column DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. 「componentData」- 当前控件使用的数据,使用表达式结构
        • COMPONENT_NAME
          org.jooq.TableField<UiControlRecord,String> COMPONENT_NAME
          The column DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. 「componentName」- 当前控件使用的组件名
        • CONTAINER_CONFIG
          org.jooq.TableField<UiControlRecord,String> CONTAINER_CONFIG
          The column DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. 「containerConfig」- 当前控件使用的容器配置
        • CONTAINER_NAME
          org.jooq.TableField<UiControlRecord,String> CONTAINER_NAME
          The column DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. 「containerName」- 当前控件使用的容器名
        • CREATED_AT
          org.jooq.TableField<UiControlRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_CONTROL.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiControlRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_CONTROL.CREATED_BY. 「createdBy」- 创建人
        • GRID
          org.jooq.TableField<UiControlRecord,String> GRID
          The column DB_ETERNAL.UI_CONTROL.GRID. 「grid」 - 容器专用
        • KEY
          org.jooq.TableField<UiControlRecord,String> KEY
          The column DB_ETERNAL.UI_CONTROL.KEY. 「key」- 主键
        • LANGUAGE
          org.jooq.TableField<UiControlRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_CONTROL.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<UiControlRecord,String> METADATA
          The column DB_ETERNAL.UI_CONTROL.METADATA. 「metadata」- 附加配置
        • PAGE_ID
          org.jooq.TableField<UiControlRecord,String> PAGE_ID
          The column DB_ETERNAL.UI_CONTROL.PAGE_ID. 「pageId」- 当前控件所在的页面ID
        • SIGMA
          org.jooq.TableField<UiControlRecord,String> SIGMA
          The column DB_ETERNAL.UI_CONTROL.SIGMA. 「sigma」- 统一标识
        • SIGN
          org.jooq.TableField<UiControlRecord,String> SIGN
          The column DB_ETERNAL.UI_CONTROL.SIGN. 「sign」- 控件使用的签名基本信息
        • TYPE
          org.jooq.TableField<UiControlRecord,String> TYPE
          The column DB_ETERNAL.UI_CONTROL.TYPE. 「type」- 当前控件的类型:CONTAINER / COMPONENT / FORM / LIST,其中 FORM / LIST 需要访问子表
        • UPDATED_AT
          org.jooq.TableField<UiControlRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_CONTROL.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiControlRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_CONTROL.UPDATED_BY. 「updatedBy」- 更新人
    • Class cn.vertxup.ui.domain.tables.UiField

      class UiField extends org.jooq.impl.TableImpl<UiFieldRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<UiFieldRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_FIELD.ACTIVE. 「active」- 是否启用
        • CONTAINER
          org.jooq.TableField<UiFieldRecord,String> CONTAINER
          The column DB_ETERNAL.UI_FIELD.CONTAINER. 「container」- 容器字段专用容器信息,映射到 name 中
        • CONTROL_ID
          org.jooq.TableField<UiFieldRecord,String> CONTROL_ID
          The column DB_ETERNAL.UI_FIELD.CONTROL_ID. 「controlId」- 关联的表单ID
        • CREATED_AT
          org.jooq.TableField<UiFieldRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_FIELD.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiFieldRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_FIELD.CREATED_BY. 「createdBy」- 创建人
        • HIDDEN
          org.jooq.TableField<UiFieldRecord,Boolean> HIDDEN
          The column DB_ETERNAL.UI_FIELD.HIDDEN. 「hidden」- button专用
        • KEY
          org.jooq.TableField<UiFieldRecord,String> KEY
          The column DB_ETERNAL.UI_FIELD.KEY. 「key」- 字段主键
        • LABEL
          org.jooq.TableField<UiFieldRecord,String> LABEL
          The column DB_ETERNAL.UI_FIELD.LABEL. 「label」- 字段标签
        • LANGUAGE
          org.jooq.TableField<UiFieldRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_FIELD.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<UiFieldRecord,String> METADATA
          The column DB_ETERNAL.UI_FIELD.METADATA. 「metadata」- 附加配置
        • NAME
          org.jooq.TableField<UiFieldRecord,String> NAME
          The column DB_ETERNAL.UI_FIELD.NAME. 「name」- 字段名称
        • OPTION_CONFIG
          org.jooq.TableField<UiFieldRecord,String> OPTION_CONFIG
          The column DB_ETERNAL.UI_FIELD.OPTION_CONFIG. 「optionConfig」- 字段专用配置
        • OPTION_ITEM
          org.jooq.TableField<UiFieldRecord,String> OPTION_ITEM
          The column DB_ETERNAL.UI_FIELD.OPTION_ITEM. 「optionItem」- 字段专用配置
        • OPTION_JSX
          org.jooq.TableField<UiFieldRecord,String> OPTION_JSX
          The column DB_ETERNAL.UI_FIELD.OPTION_JSX. 「optionJsx」- 字段专用配置
        • RENDER
          org.jooq.TableField<UiFieldRecord,String> RENDER
          The column DB_ETERNAL.UI_FIELD.RENDER. 「render」- 使用的Render函数
        • ROW_TYPE
          org.jooq.TableField<UiFieldRecord,String> ROW_TYPE
          The column DB_ETERNAL.UI_FIELD.ROW_TYPE. 「rowType」- 行类型
        • RULES
          org.jooq.TableField<UiFieldRecord,String> RULES
          The column DB_ETERNAL.UI_FIELD.RULES. 「rules」- optionConfig.rules 验证专用的配置,描述规则
        • SIGMA
          org.jooq.TableField<UiFieldRecord,String> SIGMA
          The column DB_ETERNAL.UI_FIELD.SIGMA. 「sigma」- 统一标识
        • SPAN
          org.jooq.TableField<UiFieldRecord,Integer> SPAN
          The column DB_ETERNAL.UI_FIELD.SPAN. 「span」- 字段宽度
        • UPDATED_AT
          org.jooq.TableField<UiFieldRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_FIELD.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiFieldRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_FIELD.UPDATED_BY. 「updatedBy」- 更新人
        • X_POINT
          org.jooq.TableField<UiFieldRecord,Integer> X_POINT
          The column DB_ETERNAL.UI_FIELD.X_POINT. 「xPoint] - 字段的X坐标(列)
        • Y_POINT
          org.jooq.TableField<UiFieldRecord,Integer> Y_POINT
          The column DB_ETERNAL.UI_FIELD.Y_POINT. 「yPoint」- 字段的Y坐标(行)
    • Class cn.vertxup.ui.domain.tables.UiForm

      class UiForm extends org.jooq.impl.TableImpl<UiFormRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<UiFormRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_FORM.ACTIVE. 「active」- 是否启用
        • CODE
          org.jooq.TableField<UiFormRecord,String> CODE
          The column DB_ETERNAL.UI_FORM.CODE. 「code」- 表单系统编码
        • COLUMNS
          org.jooq.TableField<UiFormRecord,Integer> COLUMNS
          The column DB_ETERNAL.UI_FORM.COLUMNS. 「columns」- columns, Form对应的配置
        • CREATED_AT
          org.jooq.TableField<UiFormRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_FORM.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiFormRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_FORM.CREATED_BY. 「createdBy」- 创建人
        • HIDDEN
          org.jooq.TableField<UiFormRecord,String> HIDDEN
          The column DB_ETERNAL.UI_FORM.HIDDEN. 「hidden」- 隐藏字段专用配置
        • IDENTIFIER
          org.jooq.TableField<UiFormRecord,String> IDENTIFIER
          The column DB_ETERNAL.UI_FORM.IDENTIFIER. 「identifier」- 表单所属的模型ID
        • KEY
          org.jooq.TableField<UiFormRecord,String> KEY
          The column DB_ETERNAL.UI_FORM.KEY. 「key」- 主键
        • LANGUAGE
          org.jooq.TableField<UiFormRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_FORM.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<UiFormRecord,String> METADATA
          The column DB_ETERNAL.UI_FORM.METADATA. 「metadata」- 附加配置
        • NAME
          org.jooq.TableField<UiFormRecord,String> NAME
          The column DB_ETERNAL.UI_FORM.NAME. 「name」- 表单名称
        • ROW
          org.jooq.TableField<UiFormRecord,String> ROW
          The column DB_ETERNAL.UI_FORM.ROW. 「rowConfig/rowClass」- 行专用配置
        • SIGMA
          org.jooq.TableField<UiFormRecord,String> SIGMA
          The column DB_ETERNAL.UI_FORM.SIGMA. 「sigma」- 统一标识
        • UPDATED_AT
          org.jooq.TableField<UiFormRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_FORM.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiFormRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_FORM.UPDATED_BY. 「updatedBy」- 更新人
        • WINDOW
          org.jooq.TableField<UiFormRecord,BigDecimal> WINDOW
          The column DB_ETERNAL.UI_FORM.WINDOW. 「window」- window, Form对应的窗口配置
    • Class cn.vertxup.ui.domain.tables.UiLayout

      class UiLayout extends org.jooq.impl.TableImpl<UiLayoutRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<UiLayoutRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_LAYOUT.ACTIVE. 「active」- 是否启用
        • CONFIG
          org.jooq.TableField<UiLayoutRecord,String> CONFIG
          The column DB_ETERNAL.UI_LAYOUT.CONFIG. 「config」- 主配置
        • CREATED_AT
          org.jooq.TableField<UiLayoutRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_LAYOUT.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiLayoutRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_LAYOUT.CREATED_BY. 「createdBy」- 创建人
        • KEY
          org.jooq.TableField<UiLayoutRecord,String> KEY
          The column DB_ETERNAL.UI_LAYOUT.KEY. 「key」- Tpl模板唯一主键
        • LANGUAGE
          org.jooq.TableField<UiLayoutRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_LAYOUT.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<UiLayoutRecord,String> METADATA
          The column DB_ETERNAL.UI_LAYOUT.METADATA. 「metadata」- 附加配置
        • NAME
          org.jooq.TableField<UiLayoutRecord,String> NAME
          The column DB_ETERNAL.UI_LAYOUT.NAME. 「name」- Tpl模板名称
        • SIGMA
          org.jooq.TableField<UiLayoutRecord,String> SIGMA
          The column DB_ETERNAL.UI_LAYOUT.SIGMA. 「sigma」- 统一标识
        • UPDATED_AT
          org.jooq.TableField<UiLayoutRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_LAYOUT.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiLayoutRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_LAYOUT.UPDATED_BY. 「updatedBy」- 更新人
    • Class cn.vertxup.ui.domain.tables.UiList

      class UiList extends org.jooq.impl.TableImpl<UiListRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<UiListRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_LIST.ACTIVE. 「active」- 是否启用
        • CLASS_COMBINER
          org.jooq.TableField<UiListRecord,String> CLASS_COMBINER
          The column DB_ETERNAL.UI_LIST.CLASS_COMBINER. 「classCombiner」- 组装器
        • CODE
          org.jooq.TableField<UiListRecord,String> CODE
          The column DB_ETERNAL.UI_LIST.CODE. 「code」- 系统编码
        • CREATED_AT
          org.jooq.TableField<UiListRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_LIST.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiListRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_LIST.CREATED_BY. 「createdBy」- 创建人
        • DYNAMIC_COLUMN
          org.jooq.TableField<UiListRecord,Boolean> DYNAMIC_COLUMN
          The column DB_ETERNAL.UI_LIST.DYNAMIC_COLUMN. 「dynamicColumn」- 动态列?
        • DYNAMIC_SWITCH
          org.jooq.TableField<UiListRecord,Boolean> DYNAMIC_SWITCH
          The column DB_ETERNAL.UI_LIST.DYNAMIC_SWITCH. 「dynamicSwitch」- 动态切换?
        • IDENTIFIER
          org.jooq.TableField<UiListRecord,String> IDENTIFIER
          The column DB_ETERNAL.UI_LIST.IDENTIFIER. 「identifier」- 表单所属的模型ID
        • KEY
          org.jooq.TableField<UiListRecord,String> KEY
          The column DB_ETERNAL.UI_LIST.KEY. 「key」- 主键
        • LANGUAGE
          org.jooq.TableField<UiListRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_LIST.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<UiListRecord,String> METADATA
          The column DB_ETERNAL.UI_LIST.METADATA. 「metadata」- 附加配置
        • NAME
          org.jooq.TableField<UiListRecord,String> NAME
          The column DB_ETERNAL.UI_LIST.NAME. 「name」- 名称
        • OPTIONS
          org.jooq.TableField<UiListRecord,String> OPTIONS
          The column DB_ETERNAL.UI_LIST.OPTIONS. 「options」- 配置项
        • OPTIONS_AJAX
          org.jooq.TableField<UiListRecord,String> OPTIONS_AJAX
          The column DB_ETERNAL.UI_LIST.OPTIONS_AJAX. 「optionsAjax」- 所有 ajax系列的配置
        • OPTIONS_SUBMIT
          org.jooq.TableField<UiListRecord,String> OPTIONS_SUBMIT
          The column DB_ETERNAL.UI_LIST.OPTIONS_SUBMIT. 「optionsSubmit」- 所有提交类的配置
        • SIGMA
          org.jooq.TableField<UiListRecord,String> SIGMA
          The column DB_ETERNAL.UI_LIST.SIGMA. 「sigma」- 统一标识
        • UPDATED_AT
          org.jooq.TableField<UiListRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_LIST.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiListRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_LIST.UPDATED_BY. 「updatedBy」- 更新人
        • V_QUERY
          org.jooq.TableField<UiListRecord,String> V_QUERY
          The column DB_ETERNAL.UI_LIST.V_QUERY. 「vQuery」- 连接query到 grid -> query 节点
        • V_SEARCH
          org.jooq.TableField<UiListRecord,String> V_SEARCH
          The column DB_ETERNAL.UI_LIST.V_SEARCH. 「vSearch」- 连接search到 grid -> options 节点
        • V_SEGMENT
          org.jooq.TableField<UiListRecord,String> V_SEGMENT
          The column DB_ETERNAL.UI_LIST.V_SEGMENT. 「vSegment」- Json结构,对应到 grid -> component 节点
        • V_TABLE
          org.jooq.TableField<UiListRecord,String> V_TABLE
          The column DB_ETERNAL.UI_LIST.V_TABLE. 「vTable」- 连接table到 grid -> table 节点
    • Class cn.vertxup.ui.domain.tables.UiOp

      class UiOp extends org.jooq.impl.TableImpl<UiOpRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTION
          org.jooq.TableField<UiOpRecord,String> ACTION
          The column DB_ETERNAL.UI_OP.ACTION. 「action」- S_ACTION中的code(权限检查专用)
        • ACTIVE
          org.jooq.TableField<UiOpRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_OP.ACTIVE. 「active」- 是否启用
        • CLIENT_ID
          org.jooq.TableField<UiOpRecord,String> CLIENT_ID
          The column DB_ETERNAL.UI_OP.CLIENT_ID. 「clientId」- 没有特殊情况,clientId = clientKey
        • CLIENT_KEY
          org.jooq.TableField<UiOpRecord,String> CLIENT_KEY
          The column DB_ETERNAL.UI_OP.CLIENT_KEY. 「clientKey」- 一般是Html中对应的key信息,如 $opSave
        • CONFIG
          org.jooq.TableField<UiOpRecord,String> CONFIG
          The column DB_ETERNAL.UI_OP.CONFIG. 「config」- 该按钮操作对应的配置数据信息, icon, type
        • CONTROL_ID
          org.jooq.TableField<UiOpRecord,String> CONTROL_ID
          The column DB_ETERNAL.UI_OP.CONTROL_ID. 「controlId」- 挂载专用的ID
        • CONTROL_TYPE
          org.jooq.TableField<UiOpRecord,String> CONTROL_TYPE
          The column DB_ETERNAL.UI_OP.CONTROL_TYPE. 「controlType」- 操作关联的控件类型
        • CREATED_AT
          org.jooq.TableField<UiOpRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_OP.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiOpRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_OP.CREATED_BY. 「createdBy」- 创建人
        • EVENT
          org.jooq.TableField<UiOpRecord,String> EVENT
          The column DB_ETERNAL.UI_OP.EVENT. 「event」- 操作中的 event 事件名称
        • KEY
          org.jooq.TableField<UiOpRecord,String> KEY
          The column DB_ETERNAL.UI_OP.KEY. 「key」- 操作主键
        • LANGUAGE
          org.jooq.TableField<UiOpRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_OP.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<UiOpRecord,String> METADATA
          The column DB_ETERNAL.UI_OP.METADATA. 「metadata」- 附加配置
        • PLUGIN
          org.jooq.TableField<UiOpRecord,String> PLUGIN
          The column DB_ETERNAL.UI_OP.PLUGIN. 「plugin」- 该按钮中的插件,如 tooltip,component等
        • SIGMA
          org.jooq.TableField<UiOpRecord,String> SIGMA
          The column DB_ETERNAL.UI_OP.SIGMA. 「sigma」- 统一标识
        • TEXT
          org.jooq.TableField<UiOpRecord,String> TEXT
          The column DB_ETERNAL.UI_OP.TEXT. 「text」- 该操作上的文字信息
        • UI_SORT
          org.jooq.TableField<UiOpRecord,Integer> UI_SORT
          The column DB_ETERNAL.UI_OP.UI_SORT. 「uiSort」- 按钮在管理过程中的排序
        • UPDATED_AT
          org.jooq.TableField<UiOpRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_OP.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiOpRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_OP.UPDATED_BY. 「updatedBy」- 更新人
    • Class cn.vertxup.ui.domain.tables.UiPage

      class UiPage extends org.jooq.impl.TableImpl<UiPageRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<UiPageRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_PAGE.ACTIVE. 「active」- 是否启用
        • APP
          org.jooq.TableField<UiPageRecord,String> APP
          The column DB_ETERNAL.UI_PAGE.APP. 「app」- 入口APP名称,APP中的path
        • ASSIST
          org.jooq.TableField<UiPageRecord,String> ASSIST
          The column DB_ETERNAL.UI_PAGE.ASSIST. 「assist」- 当前页面的辅助数据Ajax配置
        • CONTAINER_CONFIG
          org.jooq.TableField<UiPageRecord,String> CONTAINER_CONFIG
          The column DB_ETERNAL.UI_PAGE.CONTAINER_CONFIG. 「containerConfig」- 当前页面容器相关配置
        • CONTAINER_NAME
          org.jooq.TableField<UiPageRecord,String> CONTAINER_NAME
          The column DB_ETERNAL.UI_PAGE.CONTAINER_NAME. 「containerName」- 当前页面是否存在容器,如果有容器,那么设置容器名称
        • CREATED_AT
          org.jooq.TableField<UiPageRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_PAGE.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiPageRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_PAGE.CREATED_BY. 「createdBy」- 创建人
        • GRID
          org.jooq.TableField<UiPageRecord,String> GRID
          The column DB_ETERNAL.UI_PAGE.GRID. 「grid」- 当前页面的布局信息,Grid布局格式
        • KEY
          org.jooq.TableField<UiPageRecord,String> KEY
          The column DB_ETERNAL.UI_PAGE.KEY. 「key」- 页面唯一主键
        • LANGUAGE
          org.jooq.TableField<UiPageRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_PAGE.LANGUAGE. 「language」- 使用的语言
        • LAYOUT_ID
          org.jooq.TableField<UiPageRecord,String> LAYOUT_ID
          The column DB_ETERNAL.UI_PAGE.LAYOUT_ID. 「layoutId」- 使用的模板ID,最终生成 layout 顶层节点数据
        • METADATA
          org.jooq.TableField<UiPageRecord,String> METADATA
          The column DB_ETERNAL.UI_PAGE.METADATA. 「metadata」- 附加配置
        • MODULE
          org.jooq.TableField<UiPageRecord,String> MODULE
          The column DB_ETERNAL.UI_PAGE.MODULE. 「module」- 模块相关信息
        • PAGE
          org.jooq.TableField<UiPageRecord,String> PAGE
          The column DB_ETERNAL.UI_PAGE.PAGE. 「page」- 页面路径信息
        • PARAM_MAP
          org.jooq.TableField<UiPageRecord,String> PARAM_MAP
          The column DB_ETERNAL.UI_PAGE.PARAM_MAP. 「paramMap」- URL地址中的配置key=value
        • SECURE
          org.jooq.TableField<UiPageRecord,Boolean> SECURE
          The column DB_ETERNAL.UI_PAGE.SECURE. 「secure」- 是否执行安全检查(安全检查才会被权限系统捕捉)
        • SIGMA
          org.jooq.TableField<UiPageRecord,String> SIGMA
          The column DB_ETERNAL.UI_PAGE.SIGMA. 「sigma」- 统一标识
        • STATE
          org.jooq.TableField<UiPageRecord,String> STATE
          The column DB_ETERNAL.UI_PAGE.STATE. 「state」- 当前页面的初始化状态信息
        • UPDATED_AT
          org.jooq.TableField<UiPageRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_PAGE.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiPageRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_PAGE.UPDATED_BY. 「updatedBy」- 更新人
    • Class cn.vertxup.ui.domain.tables.UiView

      class UiView extends org.jooq.impl.TableImpl<UiViewRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ACTIVE
          org.jooq.TableField<UiViewRecord,Boolean> ACTIVE
          The column DB_ETERNAL.UI_VIEW.ACTIVE. 「active」- 是否启用
        • CODE
          org.jooq.TableField<UiViewRecord,String> CODE
          The column DB_ETERNAL.UI_VIEW.CODE. 「code」- 系统编码
        • CREATED_AT
          org.jooq.TableField<UiViewRecord,LocalDateTime> CREATED_AT
          The column DB_ETERNAL.UI_VIEW.CREATED_AT. 「createdAt」- 创建时间
        • CREATED_BY
          org.jooq.TableField<UiViewRecord,String> CREATED_BY
          The column DB_ETERNAL.UI_VIEW.CREATED_BY. 「createdBy」- 创建人
        • CRITERIA
          org.jooq.TableField<UiViewRecord,String> CRITERIA
          The column DB_ETERNAL.UI_VIEW.CRITERIA. 「criteria」- 该资源的行查询
        • IDENTIFIER
          org.jooq.TableField<UiViewRecord,String> IDENTIFIER
          The column DB_ETERNAL.UI_VIEW.IDENTIFIER. 「identifier」- 模型标识符
        • KEY
          org.jooq.TableField<UiViewRecord,String> KEY
          The column DB_ETERNAL.UI_VIEW.KEY. 「key」- 查询记录ID
        • LANGUAGE
          org.jooq.TableField<UiViewRecord,String> LANGUAGE
          The column DB_ETERNAL.UI_VIEW.LANGUAGE. 「language」- 使用的语言
        • METADATA
          org.jooq.TableField<UiViewRecord,String> METADATA
          The column DB_ETERNAL.UI_VIEW.METADATA. 「metadata」- 附加配置数据
        • NAME
          org.jooq.TableField<UiViewRecord,String> NAME
          The column DB_ETERNAL.UI_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
        • POSITION
          org.jooq.TableField<UiViewRecord,String> POSITION
          The column DB_ETERNAL.UI_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度
        • PROJECTION
          org.jooq.TableField<UiViewRecord,String> PROJECTION
          The column DB_ETERNAL.UI_VIEW.PROJECTION. 「projection」- 该资源的列定义
        • QR_COMPONENT
          org.jooq.TableField<UiViewRecord,String> QR_COMPONENT
          The column DB_ETERNAL.UI_VIEW.QR_COMPONENT. 「qrComponent」- 查询条件专用组件
        • QR_CONFIG
          org.jooq.TableField<UiViewRecord,String> QR_CONFIG
          The column DB_ETERNAL.UI_VIEW.QR_CONFIG. 「qrConfig」- 查询组件专用配置
        • ROWS
          org.jooq.TableField<UiViewRecord,String> ROWS
          The column DB_ETERNAL.UI_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
        • SIGMA
          org.jooq.TableField<UiViewRecord,String> SIGMA
          The column DB_ETERNAL.UI_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
        • SORT
          org.jooq.TableField<UiViewRecord,Integer> SORT
          The column DB_ETERNAL.UI_VIEW.SORT. 「sort」- QR的顺序
        • TITLE
          org.jooq.TableField<UiViewRecord,String> TITLE
          The column DB_ETERNAL.UI_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
        • UI_CONFIG
          org.jooq.TableField<UiViewRecord,String> UI_CONFIG
          The column DB_ETERNAL.UI_VIEW.UI_CONFIG. 「uiConfig」- 界面配置
        • UPDATED_AT
          org.jooq.TableField<UiViewRecord,LocalDateTime> UPDATED_AT
          The column DB_ETERNAL.UI_VIEW.UPDATED_AT. 「updatedAt」- 更新时间
        • UPDATED_BY
          org.jooq.TableField<UiViewRecord,String> UPDATED_BY
          The column DB_ETERNAL.UI_VIEW.UPDATED_BY. 「updatedBy」- 更新人
        • VIEW
          org.jooq.TableField<UiViewRecord,String> VIEW
          The column DB_ETERNAL.UI_VIEW.VIEW. 「view」- 视图名
        • WORKFLOW
          org.jooq.TableField<UiViewRecord,String> WORKFLOW
          The column DB_ETERNAL.UI_VIEW.WORKFLOW. 「workflow」- 工作流名称
    • Class cn.vertxup.ui.domain.tables.UiVisitor

      class UiVisitor extends org.jooq.impl.TableImpl<UiVisitorRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • CONTROL_ID
          org.jooq.TableField<UiVisitorRecord,String> CONTROL_ID
          The column DB_ETERNAL.UI_VISITOR.CONTROL_ID. 「controlId」- 挂载专用的ID:List / Form 都可用
        • IDENTIFIER
          org.jooq.TableField<UiVisitorRecord,String> IDENTIFIER
          The column DB_ETERNAL.UI_VISITOR.IDENTIFIER. 「identifier」- 维度1:标识模型
        • METADATA
          org.jooq.TableField<UiVisitorRecord,String> METADATA
          The column DB_ETERNAL.UI_VISITOR.METADATA. 「metadata」- 附加配置数据
        • PAGE
          org.jooq.TableField<UiVisitorRecord,String> PAGE
          The column DB_ETERNAL.UI_VISITOR.PAGE. 「page」- 维度2:页面ID
        • PATH
          org.jooq.TableField<UiVisitorRecord,String> PATH
          The column DB_ETERNAL.UI_VISITOR.PATH. 「path」- 维度3:路径信息,view + position
        • RESOURCE_ID
          org.jooq.TableField<UiVisitorRecord,String> RESOURCE_ID
          The column DB_ETERNAL.UI_VISITOR.RESOURCE_ID. 「resourceId」- 关联资源ID
        • RUN_COMPONENT
          org.jooq.TableField<UiVisitorRecord,String> RUN_COMPONENT
          The column DB_ETERNAL.UI_VISITOR.RUN_COMPONENT. 「runComponent」- 执行组件,扩展时专用
        • SIGMA
          org.jooq.TableField<UiVisitorRecord,String> SIGMA
          The column DB_ETERNAL.UI_VISITOR.SIGMA. 「sigma」- 高维度:统一标识符
        • TYPE
          org.jooq.TableField<UiVisitorRecord,String> TYPE
          The column DB_ETERNAL.UI_VISITOR.TYPE. 「type」- 维度4:操作类型:List / Form 或其他
    • Class cn.vertxup.ui.domain.tables.VFragment

      class VFragment extends org.jooq.impl.TableImpl<VFragmentRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • BUTTON_CONNECT
          org.jooq.TableField<VFragmentRecord,String> BUTTON_CONNECT
          The column DB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT. 「buttonConnect」- 按钮的ID(单按钮)
        • BUTTON_GROUP
          org.jooq.TableField<VFragmentRecord,String> BUTTON_GROUP
          The column DB_ETERNAL.V_FRAGMENT.BUTTON_GROUP. 「buttonGroup」- 一组按钮配置
        • CONFIG
          org.jooq.TableField<VFragmentRecord,String> CONFIG
          The column DB_ETERNAL.V_FRAGMENT.CONFIG. 「config」- 根目录开始的基本配置
        • CONTAINER
          org.jooq.TableField<VFragmentRecord,String> CONTAINER
          The column DB_ETERNAL.V_FRAGMENT.CONTAINER. 「container」- 容器专用格式
        • GRID
          org.jooq.TableField<VFragmentRecord,Integer> GRID
          The column DB_ETERNAL.V_FRAGMENT.GRID. 「grid」- grid选项(分区面板专用)
        • KEY
          org.jooq.TableField<VFragmentRecord,String> KEY
          The column DB_ETERNAL.V_FRAGMENT.KEY. 「key」- 选项主键
        • MODAL
          org.jooq.TableField<VFragmentRecord,String> MODAL
          The column DB_ETERNAL.V_FRAGMENT.MODAL. 「modal」- modal选项,Model专用结构
        • NOTICE
          org.jooq.TableField<VFragmentRecord,String> NOTICE
          The column DB_ETERNAL.V_FRAGMENT.NOTICE. 「notice」- notice选项,Alert结构
    • Class cn.vertxup.ui.domain.tables.VQuery

      class VQuery extends org.jooq.impl.TableImpl<VQueryRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • CRITERIA
          org.jooq.TableField<VQueryRecord,String> CRITERIA
          The column DB_ETERNAL.V_QUERY.CRITERIA. 「criteria」- query/criteria:{}, 查询条件选项
        • KEY
          org.jooq.TableField<VQueryRecord,String> KEY
          The column DB_ETERNAL.V_QUERY.KEY. 「key」- 选项主键
        • PAGER
          org.jooq.TableField<VQueryRecord,String> PAGER
          The column DB_ETERNAL.V_QUERY.PAGER. 「pager」- query/pager:{}, 分页选项
        • PROJECTION
          org.jooq.TableField<VQueryRecord,String> PROJECTION
          The column DB_ETERNAL.V_QUERY.PROJECTION. 「projection」- query/projection:[], 默认列过滤项
        • SORTER
          org.jooq.TableField<VQueryRecord,String> SORTER
          The column DB_ETERNAL.V_QUERY.SORTER. 「sorter」- query/sorter:[], 排序选项
    • Class cn.vertxup.ui.domain.tables.VSearch

      class VSearch extends org.jooq.impl.TableImpl<VSearchRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • ADVANCED
          org.jooq.TableField<VSearchRecord,Boolean> ADVANCED
          The column DB_ETERNAL.V_SEARCH.ADVANCED. 「advanced」- search.advanced: 是否启用高级搜索
        • ADVANCED_NOTICE
          org.jooq.TableField<VSearchRecord,String> ADVANCED_NOTICE
          The column DB_ETERNAL.V_SEARCH.ADVANCED_NOTICE. 「advancedNotice」- search.advanced.notice: 提示信息结构(Alert)
        • ADVANCED_TITLE
          org.jooq.TableField<VSearchRecord,String> ADVANCED_TITLE
          The column DB_ETERNAL.V_SEARCH.ADVANCED_TITLE. 「advancedTitle」- search.advanced.title: 高级搜索窗口标题
        • ADVANCED_VIEW
          org.jooq.TableField<VSearchRecord,String> ADVANCED_VIEW
          The column DB_ETERNAL.V_SEARCH.ADVANCED_VIEW. 「viewOption」- search.criteria.xxx:视图选项信息
        • ADVANCED_WIDTH
          org.jooq.TableField<VSearchRecord,String> ADVANCED_WIDTH
          The column DB_ETERNAL.V_SEARCH.ADVANCED_WIDTH. 「advancedWidth」- search.advanced.width: 高级搜索窗口宽度
        • COND
          org.jooq.TableField<VSearchRecord,String> COND
          The column DB_ETERNAL.V_SEARCH.COND. 「cond」- search.cond: 搜索条件
        • CONFIRM_CLEAR
          org.jooq.TableField<VSearchRecord,String> CONFIRM_CLEAR
          The column DB_ETERNAL.V_SEARCH.CONFIRM_CLEAR. 「confirmClear」- search.confirm.clear: 清除条件提示
        • ENABLED
          org.jooq.TableField<VSearchRecord,Boolean> ENABLED
          The column DB_ETERNAL.V_SEARCH.ENABLED. 「enabled」- search.enabled: 是否启用搜索
        • KEY
          org.jooq.TableField<VSearchRecord,String> KEY
          The column DB_ETERNAL.V_SEARCH.KEY. 「key」- 选项主键
        • OP_ADVANCED
          org.jooq.TableField<VSearchRecord,String> OP_ADVANCED
          The column DB_ETERNAL.V_SEARCH.OP_ADVANCED. 「opAdvanced」- search.op.advanced: 高级搜索按钮提示文字
        • OP_REDO
          org.jooq.TableField<VSearchRecord,String> OP_REDO
          The column DB_ETERNAL.V_SEARCH.OP_REDO. 「opRedo」- search.op.redo: 清除条件按钮提示文字
        • OP_VIEW
          org.jooq.TableField<VSearchRecord,String> OP_VIEW
          The column DB_ETERNAL.V_SEARCH.OP_VIEW. 「opView」- search.op.view:视图查询条件修改文字
        • PLACEHOLDER
          org.jooq.TableField<VSearchRecord,String> PLACEHOLDER
          The column DB_ETERNAL.V_SEARCH.PLACEHOLDER. 「placeholder」- search.placeholder: 搜索框水印文字
    • Class cn.vertxup.ui.domain.tables.VTable

      class VTable extends org.jooq.impl.TableImpl<VTableRecord> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • BORDERED
          org.jooq.TableField<VTableRecord,Boolean> BORDERED
          The column DB_ETERNAL.V_TABLE.BORDERED. 「bordered」- 是否带表框
        • CLASS_NAME
          org.jooq.TableField<VTableRecord,String> CLASS_NAME
          The column DB_ETERNAL.V_TABLE.CLASS_NAME. 「className」- CSS属性
        • KEY
          org.jooq.TableField<VTableRecord,String> KEY
          The column DB_ETERNAL.V_TABLE.KEY. 「key」- 表选项主键
        • OP_CONFIG
          org.jooq.TableField<VTableRecord,String> OP_CONFIG
          The column DB_ETERNAL.V_TABLE.OP_CONFIG. 「opConfig」- columns/[0]/$option, 执行类对应配置,配置按钮
        • OP_DATA_INDEX
          org.jooq.TableField<VTableRecord,String> OP_DATA_INDEX
          The column DB_ETERNAL.V_TABLE.OP_DATA_INDEX. 「opDataIndex」- columns/[0]/dataIndex, 执行列标题
        • OP_FIXED
          org.jooq.TableField<VTableRecord,Boolean> OP_FIXED
          The column DB_ETERNAL.V_TABLE.OP_FIXED. 「opFixed」- columns/[0]/fixed,执行列左还是右
        • OP_TITLE
          org.jooq.TableField<VTableRecord,String> OP_TITLE
          The column DB_ETERNAL.V_TABLE.OP_TITLE. 「opTitle」- columns/[0]/title, 执行列标题
        • ROW_CLICK
          org.jooq.TableField<VTableRecord,String> ROW_CLICK
          The column DB_ETERNAL.V_TABLE.ROW_CLICK. 「rowClick」- row.onClick - 单击事件名
        • ROW_CONTEXT_MENU
          org.jooq.TableField<VTableRecord,String> ROW_CONTEXT_MENU
          The column DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. 「rowContextMenu」- row.onContextMenu - 右键菜单事件名
        • ROW_DOUBLE_CLICK
          org.jooq.TableField<VTableRecord,String> ROW_DOUBLE_CLICK
          The column DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. 「rowDoubleClick」- row.onDoubleClick - 双击事件名
        • ROW_MOUSE_ENTER
          org.jooq.TableField<VTableRecord,String> ROW_MOUSE_ENTER
          The column DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. 「rowMouseEnter」- row.onMouseEnter - 鼠标左键事件名
        • ROW_MOUSE_LEAVE
          org.jooq.TableField<VTableRecord,String> ROW_MOUSE_LEAVE
          The column DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. 「rowMouseLeave」- row.onMouseLeave - 鼠标移开事件名
        • SIZE
          org.jooq.TableField<VTableRecord,String> SIZE
          The column DB_ETERNAL.V_TABLE.SIZE. 「size」- 表格尺寸
        • TOTAL_REPORT
          org.jooq.TableField<VTableRecord,String> TOTAL_REPORT
          The column DB_ETERNAL.V_TABLE.TOTAL_REPORT. 「totalReport」- total.report - 文字: 总共多少条统计
        • TOTAL_SELECTED
          org.jooq.TableField<VTableRecord,String> TOTAL_SELECTED
          The column DB_ETERNAL.V_TABLE.TOTAL_SELECTED. 「totalSelected」- total.selected - 文字: 选择了多少条
  • Package cn.vertxup.ui.domain.tables.interfaces

  • Package cn.vertxup.ui.domain.tables.pojos

  • Package cn.vertxup.ui.domain.tables.records

  • Package io.vertx.tp.ui.atom