Class VTable

java.lang.Object
cn.vertxup.ui.domain.tables.pojos.VTable
All Implemented Interfaces:
IVTable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class VTable extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IVTable
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.V_TABLE.KEY. 「key」- 表选项主键
      Specified by:
      getKey in interface IVTable
    • setKey

      public VTable setKey(String key)
      Setter for DB_ETERNAL.V_TABLE.KEY. 「key」- 表选项主键
      Specified by:
      setKey in interface IVTable
    • getBordered

      public Boolean getBordered()
      Getter for DB_ETERNAL.V_TABLE.BORDERED. 「bordered」- 是否带表框
      Specified by:
      getBordered in interface IVTable
    • setBordered

      public VTable setBordered(Boolean bordered)
      Setter for DB_ETERNAL.V_TABLE.BORDERED. 「bordered」- 是否带表框
      Specified by:
      setBordered in interface IVTable
    • getSize

      public String getSize()
      Getter for DB_ETERNAL.V_TABLE.SIZE. 「size」- 表格尺寸
      Specified by:
      getSize in interface IVTable
    • setSize

      public VTable setSize(String size)
      Setter for DB_ETERNAL.V_TABLE.SIZE. 「size」- 表格尺寸
      Specified by:
      setSize in interface IVTable
    • getClassName

      public String getClassName()
      Getter for DB_ETERNAL.V_TABLE.CLASS_NAME. 「className」- CSS属性
      Specified by:
      getClassName in interface IVTable
    • setClassName

      public VTable setClassName(String className)
      Setter for DB_ETERNAL.V_TABLE.CLASS_NAME. 「className」- CSS属性
      Specified by:
      setClassName in interface IVTable
    • getTotalReport

      public String getTotalReport()
      Getter for DB_ETERNAL.V_TABLE.TOTAL_REPORT. 「totalReport」- total.report - 文字: 总共多少条统计
      Specified by:
      getTotalReport in interface IVTable
    • setTotalReport

      public VTable setTotalReport(String totalReport)
      Setter for DB_ETERNAL.V_TABLE.TOTAL_REPORT. 「totalReport」- total.report - 文字: 总共多少条统计
      Specified by:
      setTotalReport in interface IVTable
    • getTotalSelected

      public String getTotalSelected()
      Getter for DB_ETERNAL.V_TABLE.TOTAL_SELECTED. 「totalSelected」- total.selected - 文字: 选择了多少条
      Specified by:
      getTotalSelected in interface IVTable
    • setTotalSelected

      public VTable setTotalSelected(String totalSelected)
      Setter for DB_ETERNAL.V_TABLE.TOTAL_SELECTED. 「totalSelected」- total.selected - 文字: 选择了多少条
      Specified by:
      setTotalSelected in interface IVTable
    • getRowDoubleClick

      public String getRowDoubleClick()
      Getter for DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. 「rowDoubleClick」- row.onDoubleClick - 双击事件名
      Specified by:
      getRowDoubleClick in interface IVTable
    • setRowDoubleClick

      public VTable setRowDoubleClick(String rowDoubleClick)
      Setter for DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. 「rowDoubleClick」- row.onDoubleClick - 双击事件名
      Specified by:
      setRowDoubleClick in interface IVTable
    • getRowClick

      public String getRowClick()
      Getter for DB_ETERNAL.V_TABLE.ROW_CLICK. 「rowClick」- row.onClick - 单击事件名
      Specified by:
      getRowClick in interface IVTable
    • setRowClick

      public VTable setRowClick(String rowClick)
      Setter for DB_ETERNAL.V_TABLE.ROW_CLICK. 「rowClick」- row.onClick - 单击事件名
      Specified by:
      setRowClick in interface IVTable
    • getRowContextMenu

      public String getRowContextMenu()
      Getter for DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. 「rowContextMenu」- row.onContextMenu - 右键菜单事件名
      Specified by:
      getRowContextMenu in interface IVTable
    • setRowContextMenu

      public VTable setRowContextMenu(String rowContextMenu)
      Setter for DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. 「rowContextMenu」- row.onContextMenu - 右键菜单事件名
      Specified by:
      setRowContextMenu in interface IVTable
    • getRowMouseEnter

      public String getRowMouseEnter()
      Getter for DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. 「rowMouseEnter」- row.onMouseEnter - 鼠标左键事件名
      Specified by:
      getRowMouseEnter in interface IVTable
    • setRowMouseEnter

      public VTable setRowMouseEnter(String rowMouseEnter)
      Setter for DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. 「rowMouseEnter」- row.onMouseEnter - 鼠标左键事件名
      Specified by:
      setRowMouseEnter in interface IVTable
    • getRowMouseLeave

      public String getRowMouseLeave()
      Getter for DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. 「rowMouseLeave」- row.onMouseLeave - 鼠标移开事件名
      Specified by:
      getRowMouseLeave in interface IVTable
    • setRowMouseLeave

      public VTable setRowMouseLeave(String rowMouseLeave)
      Setter for DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. 「rowMouseLeave」- row.onMouseLeave - 鼠标移开事件名
      Specified by:
      setRowMouseLeave in interface IVTable
    • getOpTitle

      public String getOpTitle()
      Getter for DB_ETERNAL.V_TABLE.OP_TITLE. 「opTitle」- columns/[0]/title, 执行列标题
      Specified by:
      getOpTitle in interface IVTable
    • setOpTitle

      public VTable setOpTitle(String opTitle)
      Setter for DB_ETERNAL.V_TABLE.OP_TITLE. 「opTitle」- columns/[0]/title, 执行列标题
      Specified by:
      setOpTitle in interface IVTable
    • getOpDataIndex

      public String getOpDataIndex()
      Getter for DB_ETERNAL.V_TABLE.OP_DATA_INDEX. 「opDataIndex」- columns/[0]/dataIndex, 执行列标题
      Specified by:
      getOpDataIndex in interface IVTable
    • setOpDataIndex

      public VTable setOpDataIndex(String opDataIndex)
      Setter for DB_ETERNAL.V_TABLE.OP_DATA_INDEX. 「opDataIndex」- columns/[0]/dataIndex, 执行列标题
      Specified by:
      setOpDataIndex in interface IVTable
    • getOpFixed

      public Boolean getOpFixed()
      Getter for DB_ETERNAL.V_TABLE.OP_FIXED. 「opFixed」- columns/[0]/fixed,执行列左还是右
      Specified by:
      getOpFixed in interface IVTable
    • setOpFixed

      public VTable setOpFixed(Boolean opFixed)
      Setter for DB_ETERNAL.V_TABLE.OP_FIXED. 「opFixed」- columns/[0]/fixed,执行列左还是右
      Specified by:
      setOpFixed in interface IVTable
    • getOpConfig

      public String getOpConfig()
      Getter for DB_ETERNAL.V_TABLE.OP_CONFIG. 「opConfig」- columns/[0]/$option, 执行类对应配置,配置按钮
      Specified by:
      getOpConfig in interface IVTable
    • setOpConfig

      public VTable setOpConfig(String opConfig)
      Setter for DB_ETERNAL.V_TABLE.OP_CONFIG. 「opConfig」- columns/[0]/$option, 执行类对应配置,配置按钮
      Specified by:
      setOpConfig in interface IVTable
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

      public void from(IVTable from)
      Description copied from interface: IVTable
      Load data from another generated Record/POJO implementing the common interface IVTable
      Specified by:
      from in interface IVTable
    • into

      public <E extends IVTable> E into(E into)
      Description copied from interface: IVTable
      Copy data into another generated Record/POJO implementing the common interface IVTable
      Specified by:
      into in interface IVTable