@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class VTable extends Object implements IVTable
This class is generated by jOOQ.
| Constructor and Description |
|---|
VTable() |
VTable(io.vertx.core.json.JsonObject json) |
VTable(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) |
VTable(VTable value) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IVTable from)
Load data from another generated Record/POJO implementing the common interface IVTable
|
Boolean |
getBordered()
Getter for
DB_ETERNAL.V_TABLE.BORDERED. |
String |
getClassName()
Getter for
DB_ETERNAL.V_TABLE.CLASS_NAME. |
String |
getKey()
Getter for
DB_ETERNAL.V_TABLE.KEY. |
String |
getOpConfig()
Getter for
DB_ETERNAL.V_TABLE.OP_CONFIG. |
String |
getOpDataIndex()
Getter for
DB_ETERNAL.V_TABLE.OP_DATA_INDEX. |
Boolean |
getOpFixed()
Getter for
DB_ETERNAL.V_TABLE.OP_FIXED. |
String |
getOpTitle()
Getter for
DB_ETERNAL.V_TABLE.OP_TITLE. |
String |
getRowClick()
Getter for
DB_ETERNAL.V_TABLE.ROW_CLICK. |
String |
getRowContextMenu()
Getter for
DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. |
String |
getRowDoubleClick()
Getter for
DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. |
String |
getRowMouseEnter()
Getter for
DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. |
String |
getRowMouseLeave()
Getter for
DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. |
String |
getSize()
Getter for
DB_ETERNAL.V_TABLE.SIZE. |
String |
getTotalReport()
Getter for
DB_ETERNAL.V_TABLE.TOTAL_REPORT. |
String |
getTotalSelected()
Getter for
DB_ETERNAL.V_TABLE.TOTAL_SELECTED. |
<E extends IVTable> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IVTable
|
VTable |
setBordered(Boolean bordered)
Setter for
DB_ETERNAL.V_TABLE.BORDERED. |
VTable |
setClassName(String className)
Setter for
DB_ETERNAL.V_TABLE.CLASS_NAME. |
VTable |
setKey(String key)
Setter for
DB_ETERNAL.V_TABLE.KEY. |
VTable |
setOpConfig(String opConfig)
Setter for
DB_ETERNAL.V_TABLE.OP_CONFIG. |
VTable |
setOpDataIndex(String opDataIndex)
Setter for
DB_ETERNAL.V_TABLE.OP_DATA_INDEX. |
VTable |
setOpFixed(Boolean opFixed)
Setter for
DB_ETERNAL.V_TABLE.OP_FIXED. |
VTable |
setOpTitle(String opTitle)
Setter for
DB_ETERNAL.V_TABLE.OP_TITLE. |
VTable |
setRowClick(String rowClick)
Setter for
DB_ETERNAL.V_TABLE.ROW_CLICK. |
VTable |
setRowContextMenu(String rowContextMenu)
Setter for
DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. |
VTable |
setRowDoubleClick(String rowDoubleClick)
Setter for
DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. |
VTable |
setRowMouseEnter(String rowMouseEnter)
Setter for
DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. |
VTable |
setRowMouseLeave(String rowMouseLeave)
Setter for
DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. |
VTable |
setSize(String size)
Setter for
DB_ETERNAL.V_TABLE.SIZE. |
VTable |
setTotalReport(String totalReport)
Setter for
DB_ETERNAL.V_TABLE.TOTAL_REPORT. |
VTable |
setTotalSelected(String totalSelected)
Setter for
DB_ETERNAL.V_TABLE.TOTAL_SELECTED. |
String |
toString() |
public VTable()
public VTable(VTable value)
public VTable(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)
public VTable(io.vertx.core.json.JsonObject json)
public String getKey()
IVTableGetter for DB_ETERNAL.V_TABLE.KEY. 「key」- 表选项主键
public VTable setKey(String key)
IVTableSetter for DB_ETERNAL.V_TABLE.KEY. 「key」- 表选项主键
public Boolean getBordered()
IVTableGetter for DB_ETERNAL.V_TABLE.BORDERED. 「bordered」- 是否带表框
getBordered in interface IVTablepublic VTable setBordered(Boolean bordered)
IVTableSetter for DB_ETERNAL.V_TABLE.BORDERED. 「bordered」- 是否带表框
setBordered in interface IVTablepublic String getSize()
IVTableGetter for DB_ETERNAL.V_TABLE.SIZE. 「size」- 表格尺寸
public VTable setSize(String size)
IVTableSetter for DB_ETERNAL.V_TABLE.SIZE. 「size」- 表格尺寸
public String getClassName()
IVTableGetter for DB_ETERNAL.V_TABLE.CLASS_NAME. 「className」- CSS属性
getClassName in interface IVTablepublic VTable setClassName(String className)
IVTableSetter for DB_ETERNAL.V_TABLE.CLASS_NAME. 「className」- CSS属性
setClassName in interface IVTablepublic String getTotalReport()
IVTableGetter for DB_ETERNAL.V_TABLE.TOTAL_REPORT. 「totalReport」- total.report - 文字: 总共多少条统计
getTotalReport in interface IVTablepublic VTable setTotalReport(String totalReport)
IVTableSetter for DB_ETERNAL.V_TABLE.TOTAL_REPORT. 「totalReport」- total.report - 文字: 总共多少条统计
setTotalReport in interface IVTablepublic String getTotalSelected()
IVTableGetter for DB_ETERNAL.V_TABLE.TOTAL_SELECTED. 「totalSelected」- total.selected - 文字: 选择了多少条
getTotalSelected in interface IVTablepublic VTable setTotalSelected(String totalSelected)
IVTableSetter for DB_ETERNAL.V_TABLE.TOTAL_SELECTED. 「totalSelected」- total.selected - 文字: 选择了多少条
setTotalSelected in interface IVTablepublic String getRowDoubleClick()
IVTableGetter for DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. 「rowDoubleClick」- row.onDoubleClick - 双击事件名
getRowDoubleClick in interface IVTablepublic VTable setRowDoubleClick(String rowDoubleClick)
IVTableSetter for DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. 「rowDoubleClick」- row.onDoubleClick - 双击事件名
setRowDoubleClick in interface IVTablepublic String getRowClick()
IVTableGetter for DB_ETERNAL.V_TABLE.ROW_CLICK. 「rowClick」- row.onClick - 单击事件名
getRowClick in interface IVTablepublic VTable setRowClick(String rowClick)
IVTableSetter for DB_ETERNAL.V_TABLE.ROW_CLICK. 「rowClick」- row.onClick - 单击事件名
setRowClick in interface IVTablepublic String getRowContextMenu()
IVTableGetter for DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. 「rowContextMenu」- row.onContextMenu - 右键菜单事件名
getRowContextMenu in interface IVTablepublic VTable setRowContextMenu(String rowContextMenu)
IVTableSetter for DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. 「rowContextMenu」- row.onContextMenu - 右键菜单事件名
setRowContextMenu in interface IVTablepublic String getRowMouseEnter()
IVTableGetter for DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. 「rowMouseEnter」- row.onMouseEnter - 鼠标左键事件名
getRowMouseEnter in interface IVTablepublic VTable setRowMouseEnter(String rowMouseEnter)
IVTableSetter for DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. 「rowMouseEnter」- row.onMouseEnter - 鼠标左键事件名
setRowMouseEnter in interface IVTablepublic String getRowMouseLeave()
IVTableGetter for DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. 「rowMouseLeave」- row.onMouseLeave - 鼠标移开事件名
getRowMouseLeave in interface IVTablepublic VTable setRowMouseLeave(String rowMouseLeave)
IVTableSetter for DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. 「rowMouseLeave」- row.onMouseLeave - 鼠标移开事件名
setRowMouseLeave in interface IVTablepublic String getOpTitle()
IVTableGetter for DB_ETERNAL.V_TABLE.OP_TITLE. 「opTitle」- columns/[0]/title, 执行列标题
getOpTitle in interface IVTablepublic VTable setOpTitle(String opTitle)
IVTableSetter for DB_ETERNAL.V_TABLE.OP_TITLE. 「opTitle」- columns/[0]/title, 执行列标题
setOpTitle in interface IVTablepublic String getOpDataIndex()
IVTableGetter for DB_ETERNAL.V_TABLE.OP_DATA_INDEX. 「opDataIndex」- columns/[0]/dataIndex, 执行列标题
getOpDataIndex in interface IVTablepublic VTable setOpDataIndex(String opDataIndex)
IVTableSetter for DB_ETERNAL.V_TABLE.OP_DATA_INDEX. 「opDataIndex」- columns/[0]/dataIndex, 执行列标题
setOpDataIndex in interface IVTablepublic Boolean getOpFixed()
IVTableGetter for DB_ETERNAL.V_TABLE.OP_FIXED. 「opFixed」- columns/[0]/fixed,执行列左还是右
getOpFixed in interface IVTablepublic VTable setOpFixed(Boolean opFixed)
IVTableSetter for DB_ETERNAL.V_TABLE.OP_FIXED. 「opFixed」- columns/[0]/fixed,执行列左还是右
setOpFixed in interface IVTablepublic String getOpConfig()
IVTableGetter for DB_ETERNAL.V_TABLE.OP_CONFIG. 「opConfig」- columns/[0]/$option, 执行类对应配置,配置按钮
getOpConfig in interface IVTablepublic VTable setOpConfig(String opConfig)
IVTableSetter for DB_ETERNAL.V_TABLE.OP_CONFIG. 「opConfig」- columns/[0]/$option, 执行类对应配置,配置按钮
setOpConfig in interface IVTablepublic void from(IVTable from)
Load data from another generated Record/POJO implementing the common interface IVTable
Copyright © 2020. All rights reserved.