| 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 IVSearch> |
IVSearch.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVSearch
|
| Modifier and Type | Method and Description |
|---|---|
default IVSearch |
IVSearch.fromJson(io.vertx.core.json.JsonObject json) |
IVSearch |
IVSearch.setAdvanced(Boolean value)
Setter for
DB_ETERNAL.V_SEARCH.ADVANCED. |
IVSearch |
IVSearch.setAdvancedNotice(String value)
Setter for
DB_ETERNAL.V_SEARCH.ADVANCED_NOTICE. |
IVSearch |
IVSearch.setAdvancedTitle(String value)
Setter for
DB_ETERNAL.V_SEARCH.ADVANCED_TITLE. |
IVSearch |
IVSearch.setAdvancedWidth(String value)
Setter for
DB_ETERNAL.V_SEARCH.ADVANCED_WIDTH. |
IVSearch |
IVSearch.setCond(String value)
Setter for
DB_ETERNAL.V_SEARCH.COND. |
IVSearch |
IVSearch.setConfirmClear(String value)
Setter for
DB_ETERNAL.V_SEARCH.CONFIRM_CLEAR. |
IVSearch |
IVSearch.setEnabled(Boolean value)
Setter for
DB_ETERNAL.V_SEARCH.ENABLED. |
IVSearch |
IVSearch.setKey(String value)
Setter for
DB_ETERNAL.V_SEARCH.KEY. |
IVSearch |
IVSearch.setOpAdvanced(String value)
Setter for
DB_ETERNAL.V_SEARCH.OP_ADVANCED. |
IVSearch |
IVSearch.setOpRedo(String value)
Setter for
DB_ETERNAL.V_SEARCH.OP_REDO. |
IVSearch |
IVSearch.setPlaceholder(String value)
Setter for
DB_ETERNAL.V_SEARCH.PLACEHOLDER. |
| Modifier and Type | Method and Description |
|---|---|
void |
IVSearch.from(IVSearch from)
Load data from another generated Record/POJO implementing the common interface IVSearch
|
| Modifier and Type | Class and Description |
|---|---|
class |
VSearch
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IVSearch> |
VSearch.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVSearch
|
| Modifier and Type | Method and Description |
|---|---|
void |
VSearch.from(IVSearch from)
Load data from another generated Record/POJO implementing the common interface IVSearch
|
| Modifier and Type | Class and Description |
|---|---|
class |
VSearchRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IVSearch> |
VSearchRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVSearch
|
| Modifier and Type | Method and Description |
|---|---|
void |
VSearchRecord.from(IVSearch from)
Load data from another generated Record/POJO implementing the common interface IVSearch
|
Copyright © 2020. All rights reserved.