| 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 IUiControl> |
IUiControl.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiControl
|
| Modifier and Type | Method and Description |
|---|---|
default IUiControl |
IUiControl.fromJson(io.vertx.core.json.JsonObject json) |
IUiControl |
IUiControl.setActive(Boolean value)
Setter for
DB_ETERNAL.UI_CONTROL.ACTIVE. |
IUiControl |
IUiControl.setAssist(String value)
Setter for
DB_ETERNAL.UI_CONTROL.ASSIST. |
IUiControl |
IUiControl.setComponentConfig(String value)
Setter for
DB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG. |
IUiControl |
IUiControl.setComponentData(String value)
Setter for
DB_ETERNAL.UI_CONTROL.COMPONENT_DATA. |
IUiControl |
IUiControl.setComponentName(String value)
Setter for
DB_ETERNAL.UI_CONTROL.COMPONENT_NAME. |
IUiControl |
IUiControl.setContainerConfig(String value)
Setter for
DB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG. |
IUiControl |
IUiControl.setContainerName(String value)
Setter for
DB_ETERNAL.UI_CONTROL.CONTAINER_NAME. |
IUiControl |
IUiControl.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_CONTROL.CREATED_AT. |
IUiControl |
IUiControl.setCreatedBy(String value)
Setter for
DB_ETERNAL.UI_CONTROL.CREATED_BY. |
IUiControl |
IUiControl.setGrid(String value)
Setter for
DB_ETERNAL.UI_CONTROL.GRID. |
IUiControl |
IUiControl.setKey(String value)
Setter for
DB_ETERNAL.UI_CONTROL.KEY. |
IUiControl |
IUiControl.setLanguage(String value)
Setter for
DB_ETERNAL.UI_CONTROL.LANGUAGE. |
IUiControl |
IUiControl.setMetadata(String value)
Setter for
DB_ETERNAL.UI_CONTROL.METADATA. |
IUiControl |
IUiControl.setPageId(String value)
Setter for
DB_ETERNAL.UI_CONTROL.PAGE_ID. |
IUiControl |
IUiControl.setSigma(String value)
Setter for
DB_ETERNAL.UI_CONTROL.SIGMA. |
IUiControl |
IUiControl.setSign(String value)
Setter for
DB_ETERNAL.UI_CONTROL.SIGN. |
IUiControl |
IUiControl.setType(String value)
Setter for
DB_ETERNAL.UI_CONTROL.TYPE. |
IUiControl |
IUiControl.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_CONTROL.UPDATED_AT. |
IUiControl |
IUiControl.setUpdatedBy(String value)
Setter for
DB_ETERNAL.UI_CONTROL.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IUiControl.from(IUiControl from)
Load data from another generated Record/POJO implementing the common interface IUiControl
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiControl
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiControl> |
UiControl.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiControl
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiControl.from(IUiControl from)
Load data from another generated Record/POJO implementing the common interface IUiControl
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiControlRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiControl> |
UiControlRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiControl
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiControlRecord.from(IUiControl from)
Load data from another generated Record/POJO implementing the common interface IUiControl
|
Copyright © 2021. All rights reserved.