Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IVTable
-
Packages that use IVTable Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IVTable in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IVTable Modifier and Type Method Description <E extends IVTable>
EIVTable. into(E into)Copy data into another generated Record/POJO implementing the common interface IVTableMethods in cn.vertxup.ui.domain.tables.interfaces that return IVTable Modifier and Type Method Description default IVTableIVTable. fromJson(io.vertx.core.json.JsonObject json)IVTableIVTable. setBordered(Boolean value)Setter forDB_ETERNAL.V_TABLE.BORDERED.IVTableIVTable. setClassName(String value)Setter forDB_ETERNAL.V_TABLE.CLASS_NAME.IVTableIVTable. setKey(String value)Setter forDB_ETERNAL.V_TABLE.KEY.IVTableIVTable. setOpConfig(String value)Setter forDB_ETERNAL.V_TABLE.OP_CONFIG.IVTableIVTable. setOpDataIndex(String value)Setter forDB_ETERNAL.V_TABLE.OP_DATA_INDEX.IVTableIVTable. setOpFixed(Boolean value)Setter forDB_ETERNAL.V_TABLE.OP_FIXED.IVTableIVTable. setOpTitle(String value)Setter forDB_ETERNAL.V_TABLE.OP_TITLE.IVTableIVTable. setRowClick(String value)Setter forDB_ETERNAL.V_TABLE.ROW_CLICK.IVTableIVTable. setRowContextMenu(String value)Setter forDB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU.IVTableIVTable. setRowDoubleClick(String value)Setter forDB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK.IVTableIVTable. setRowMouseEnter(String value)Setter forDB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER.IVTableIVTable. setRowMouseLeave(String value)Setter forDB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE.IVTableIVTable. setSize(String value)Setter forDB_ETERNAL.V_TABLE.SIZE.IVTableIVTable. setTotalReport(String value)Setter forDB_ETERNAL.V_TABLE.TOTAL_REPORT.IVTableIVTable. setTotalSelected(String value)Setter forDB_ETERNAL.V_TABLE.TOTAL_SELECTED.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IVTable Modifier and Type Method Description voidIVTable. from(IVTable from)Load data from another generated Record/POJO implementing the common interface IVTable -
Uses of IVTable in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IVTable Modifier and Type Class Description classVTableThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IVTable Modifier and Type Method Description <E extends IVTable>
EVTable. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IVTable Modifier and Type Method Description voidVTable. from(IVTable from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IVTable Constructor Description VTable(IVTable value) -
Uses of IVTable in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IVTable Modifier and Type Class Description classVTableRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IVTable Modifier and Type Method Description <E extends IVTable>
EVTableRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IVTable Modifier and Type Method Description voidVTableRecord. from(IVTable from)
-