Uses of Class
cn.vertxup.ui.domain.tables.pojos.VTable
Packages that use VTable
Package
Description
-
Uses of VTable in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type VTableModifier and TypeMethodDescriptionVTableDao.findManyByBordered(Collection<Boolean> values) Find records that haveBORDERED IN (values)asynchronouslyVTableDao.findManyByBordered(Collection<Boolean> values, int limit) Find records that haveBORDERED IN (values)asynchronously limited by the given limitVTableDao.findManyByClassName(Collection<String> values) Find records that haveCLASS_NAME IN (values)asynchronouslyVTableDao.findManyByClassName(Collection<String> values, int limit) Find records that haveCLASS_NAME IN (values)asynchronously limited by the given limitVTableDao.findManyByOpConfig(Collection<String> values) Find records that haveOP_CONFIG IN (values)asynchronouslyVTableDao.findManyByOpConfig(Collection<String> values, int limit) Find records that haveOP_CONFIG IN (values)asynchronously limited by the given limitVTableDao.findManyByOpDataIndex(Collection<String> values) Find records that haveOP_DATA_INDEX IN (values)asynchronouslyVTableDao.findManyByOpDataIndex(Collection<String> values, int limit) Find records that haveOP_DATA_INDEX IN (values)asynchronously limited by the given limitVTableDao.findManyByOpFixed(Collection<Boolean> values) Find records that haveOP_FIXED IN (values)asynchronouslyVTableDao.findManyByOpFixed(Collection<Boolean> values, int limit) Find records that haveOP_FIXED IN (values)asynchronously limited by the given limitVTableDao.findManyByOpTitle(Collection<String> values) Find records that haveOP_TITLE IN (values)asynchronouslyVTableDao.findManyByOpTitle(Collection<String> values, int limit) Find records that haveOP_TITLE IN (values)asynchronously limited by the given limitVTableDao.findManyByRowClick(Collection<String> values) Find records that haveROW_CLICK IN (values)asynchronouslyVTableDao.findManyByRowClick(Collection<String> values, int limit) Find records that haveROW_CLICK IN (values)asynchronously limited by the given limitVTableDao.findManyByRowContextMenu(Collection<String> values) Find records that haveROW_CONTEXT_MENU IN (values)asynchronouslyVTableDao.findManyByRowContextMenu(Collection<String> values, int limit) Find records that haveROW_CONTEXT_MENU IN (values)asynchronously limited by the given limitVTableDao.findManyByRowDoubleClick(Collection<String> values) Find records that haveROW_DOUBLE_CLICK IN (values)asynchronouslyVTableDao.findManyByRowDoubleClick(Collection<String> values, int limit) Find records that haveROW_DOUBLE_CLICK IN (values)asynchronously limited by the given limitVTableDao.findManyByRowMouseEnter(Collection<String> values) Find records that haveROW_MOUSE_ENTER IN (values)asynchronouslyVTableDao.findManyByRowMouseEnter(Collection<String> values, int limit) Find records that haveROW_MOUSE_ENTER IN (values)asynchronously limited by the given limitVTableDao.findManyByRowMouseLeave(Collection<String> values) Find records that haveROW_MOUSE_LEAVE IN (values)asynchronouslyVTableDao.findManyByRowMouseLeave(Collection<String> values, int limit) Find records that haveROW_MOUSE_LEAVE IN (values)asynchronously limited by the given limitVTableDao.findManyBySize(Collection<String> values) Find records that haveSIZE IN (values)asynchronouslyVTableDao.findManyBySize(Collection<String> values, int limit) Find records that haveSIZE IN (values)asynchronously limited by the given limitVTableDao.findManyByTotalReport(Collection<String> values) Find records that haveTOTAL_REPORT IN (values)asynchronouslyVTableDao.findManyByTotalReport(Collection<String> values, int limit) Find records that haveTOTAL_REPORT IN (values)asynchronously limited by the given limitVTableDao.findManyByTotalSelected(Collection<String> values) Find records that haveTOTAL_SELECTED IN (values)asynchronouslyVTableDao.findManyByTotalSelected(Collection<String> values, int limit) Find records that haveTOTAL_SELECTED IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VTableRecord,VTable, String> VTableDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type VTable -
Uses of VTable in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return VTableModifier and TypeMethodDescriptionVTable.setBordered(Boolean bordered) Setter forDB_ETERNAL.V_TABLE.BORDERED.VTable.setClassName(String className) Setter forDB_ETERNAL.V_TABLE.CLASS_NAME.Setter forDB_ETERNAL.V_TABLE.KEY.VTable.setOpConfig(String opConfig) Setter forDB_ETERNAL.V_TABLE.OP_CONFIG.VTable.setOpDataIndex(String opDataIndex) Setter forDB_ETERNAL.V_TABLE.OP_DATA_INDEX.VTable.setOpFixed(Boolean opFixed) Setter forDB_ETERNAL.V_TABLE.OP_FIXED.VTable.setOpTitle(String opTitle) Setter forDB_ETERNAL.V_TABLE.OP_TITLE.VTable.setRowClick(String rowClick) Setter forDB_ETERNAL.V_TABLE.ROW_CLICK.VTable.setRowContextMenu(String rowContextMenu) Setter forDB_ETERNAL.V_TABLE.ROW_CONTEXT_MENU.VTable.setRowDoubleClick(String rowDoubleClick) Setter forDB_ETERNAL.V_TABLE.ROW_DOUBLE_CLICK.VTable.setRowMouseEnter(String rowMouseEnter) Setter forDB_ETERNAL.V_TABLE.ROW_MOUSE_ENTER.VTable.setRowMouseLeave(String rowMouseLeave) Setter forDB_ETERNAL.V_TABLE.ROW_MOUSE_LEAVE.Setter forDB_ETERNAL.V_TABLE.SIZE.VTable.setTotalReport(String totalReport) Setter forDB_ETERNAL.V_TABLE.TOTAL_REPORT.VTable.setTotalSelected(String totalSelected) Setter forDB_ETERNAL.V_TABLE.TOTAL_SELECTED. -
Uses of VTable in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type VTableModifierConstructorDescriptionVTableRecord(VTable value) Create a detached, initialised VTableRecord