| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.interfaces | |
| cn.vertxup.ui.domain.tables.pojos | |
| cn.vertxup.ui.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IVTable> |
IVTable.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVTable
|
| Modifier and Type | Method and Description |
|---|---|
default IVTable |
IVTable.fromJson(io.vertx.core.json.JsonObject json) |
IVTable |
IVTable.setBordered(Boolean value)
Setter for
DB_ETERNAL.V_TABLE.BORDERED. |
IVTable |
IVTable.setClassName(String value)
Setter for
DB_ETERNAL.V_TABLE.CLASS_NAME. |
IVTable |
IVTable.setKey(String value)
Setter for
DB_ETERNAL.V_TABLE.KEY. |
IVTable |
IVTable.setOpConfig(String value)
Setter for
DB_ETERNAL.V_TABLE.OP_CONFIG. |
IVTable |
IVTable.setOpDataIndex(String value)
Setter for
DB_ETERNAL.V_TABLE.OP_DATA_INDEX. |
IVTable |
IVTable.setOpFixed(Boolean value)
Setter for
DB_ETERNAL.V_TABLE.OP_FIXED. |
IVTable |
IVTable.setOpTitle(String value)
Setter for
DB_ETERNAL.V_TABLE.OP_TITLE. |
IVTable |
IVTable.setRowClick(String value)
Setter for
DB_ETERNAL.V_TABLE.ROW_CLICK. |
IVTable |
IVTable.setRowContextMenu(String value)
Setter for
DB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU. |
IVTable |
IVTable.setRowDoubleClick(String value)
Setter for
DB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK. |
IVTable |
IVTable.setRowMouseEnter(String value)
Setter for
DB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER. |
IVTable |
IVTable.setRowMouseLeave(String value)
Setter for
DB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE. |
IVTable |
IVTable.setSize(String value)
Setter for
DB_ETERNAL.V_TABLE.SIZE. |
IVTable |
IVTable.setTotalReport(String value)
Setter for
DB_ETERNAL.V_TABLE.TOTAL_REPORT. |
IVTable |
IVTable.setTotalSelected(String value)
Setter for
DB_ETERNAL.V_TABLE.TOTAL_SELECTED. |
| Modifier and Type | Method and Description |
|---|---|
void |
IVTable.from(IVTable from)
Load data from another generated Record/POJO implementing the common interface IVTable
|
| Modifier and Type | Class and Description |
|---|---|
class |
VTable
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IVTable> |
VTable.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVTable
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTable.from(IVTable from)
Load data from another generated Record/POJO implementing the common interface IVTable
|
| Modifier and Type | Class and Description |
|---|---|
class |
VTableRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IVTable> |
VTableRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVTable
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTableRecord.from(IVTable from)
Load data from another generated Record/POJO implementing the common interface IVTable
|
Copyright © 2020. All rights reserved.