| Package | Description |
|---|---|
| cn.vertxup.ui.domain | |
| cn.vertxup.ui.domain.tables | |
| cn.vertxup.ui.domain.tables.records |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<UiColumnRecord> |
Keys.KEY_UI_COLUMN_PRIMARY |
static org.jooq.UniqueKey<UiColumnRecord> |
Keys.KEY_UI_COLUMN_SIGMA |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<UiColumnRecord,Boolean> |
UiColumn.ACTIVE
The column
DB_ETERNAL.UI_COLUMN.ACTIVE. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.CLASS_NAME
The column
DB_ETERNAL.UI_COLUMN.CLASS_NAME. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.CONFIG
The column
DB_ETERNAL.UI_COLUMN.CONFIG. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.CONTROL_ID
The column
DB_ETERNAL.UI_COLUMN.CONTROL_ID. |
org.jooq.TableField<UiColumnRecord,LocalDateTime> |
UiColumn.CREATED_AT
The column
DB_ETERNAL.UI_COLUMN.CREATED_AT. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.CREATED_BY
The column
DB_ETERNAL.UI_COLUMN.CREATED_BY. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.DATA_INDEX
The column
DB_ETERNAL.UI_COLUMN.DATA_INDEX. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.DATUM
The column
DB_ETERNAL.UI_COLUMN.DATUM. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.EMPTY
The column
DB_ETERNAL.UI_COLUMN.EMPTY. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.FILTER_CONFIG
The column
DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.FILTER_TYPE
The column
DB_ETERNAL.UI_COLUMN.FILTER_TYPE. |
org.jooq.TableField<UiColumnRecord,Boolean> |
UiColumn.FIXED
The column
DB_ETERNAL.UI_COLUMN.FIXED. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.FORMAT
The column
DB_ETERNAL.UI_COLUMN.FORMAT. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.KEY
The column
DB_ETERNAL.UI_COLUMN.KEY. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.LANGUAGE
The column
DB_ETERNAL.UI_COLUMN.LANGUAGE. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.MAPPING
The column
DB_ETERNAL.UI_COLUMN.MAPPING. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.METADATA
The column
DB_ETERNAL.UI_COLUMN.METADATA. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.OPTION
The column
DB_ETERNAL.UI_COLUMN.OPTION. |
org.jooq.TableField<UiColumnRecord,Integer> |
UiColumn.POSITION
The column
DB_ETERNAL.UI_COLUMN.POSITION. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.RENDER
The column
DB_ETERNAL.UI_COLUMN.RENDER. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.SIGMA
The column
DB_ETERNAL.UI_COLUMN.SIGMA. |
org.jooq.TableField<UiColumnRecord,Boolean> |
UiColumn.SORTER
The column
DB_ETERNAL.UI_COLUMN.SORTER. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.TITLE
The column
DB_ETERNAL.UI_COLUMN.TITLE. |
org.jooq.TableField<UiColumnRecord,LocalDateTime> |
UiColumn.UPDATED_AT
The column
DB_ETERNAL.UI_COLUMN.UPDATED_AT. |
org.jooq.TableField<UiColumnRecord,String> |
UiColumn.UPDATED_BY
The column
DB_ETERNAL.UI_COLUMN.UPDATED_BY. |
org.jooq.TableField<UiColumnRecord,Integer> |
UiColumn.WIDTH
The column
DB_ETERNAL.UI_COLUMN.WIDTH. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<UiColumnRecord>> |
UiColumn.getKeys() |
org.jooq.UniqueKey<UiColumnRecord> |
UiColumn.getPrimaryKey() |
Class<UiColumnRecord> |
UiColumn.getRecordType()
The class holding records for this type
|
| Modifier and Type | Method and Description |
|---|---|
UiColumnRecord |
UiColumnRecord.setActive(Boolean value)
Setter for
DB_ETERNAL.UI_COLUMN.ACTIVE. |
UiColumnRecord |
UiColumnRecord.setClassName(String value)
Setter for
DB_ETERNAL.UI_COLUMN.CLASS_NAME. |
UiColumnRecord |
UiColumnRecord.setConfig(String value)
Setter for
DB_ETERNAL.UI_COLUMN.CONFIG. |
UiColumnRecord |
UiColumnRecord.setControlId(String value)
Setter for
DB_ETERNAL.UI_COLUMN.CONTROL_ID. |
UiColumnRecord |
UiColumnRecord.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_COLUMN.CREATED_AT. |
UiColumnRecord |
UiColumnRecord.setCreatedBy(String value)
Setter for
DB_ETERNAL.UI_COLUMN.CREATED_BY. |
UiColumnRecord |
UiColumnRecord.setDataIndex(String value)
Setter for
DB_ETERNAL.UI_COLUMN.DATA_INDEX. |
UiColumnRecord |
UiColumnRecord.setDatum(String value)
Setter for
DB_ETERNAL.UI_COLUMN.DATUM. |
UiColumnRecord |
UiColumnRecord.setEmpty(String value)
Setter for
DB_ETERNAL.UI_COLUMN.EMPTY. |
UiColumnRecord |
UiColumnRecord.setFilterConfig(String value)
Setter for
DB_ETERNAL.UI_COLUMN.FILTER_CONFIG. |
UiColumnRecord |
UiColumnRecord.setFilterType(String value)
Setter for
DB_ETERNAL.UI_COLUMN.FILTER_TYPE. |
UiColumnRecord |
UiColumnRecord.setFixed(Boolean value)
Setter for
DB_ETERNAL.UI_COLUMN.FIXED. |
UiColumnRecord |
UiColumnRecord.setFormat(String value)
Setter for
DB_ETERNAL.UI_COLUMN.FORMAT. |
UiColumnRecord |
UiColumnRecord.setKey(String value)
Setter for
DB_ETERNAL.UI_COLUMN.KEY. |
UiColumnRecord |
UiColumnRecord.setLanguage(String value)
Setter for
DB_ETERNAL.UI_COLUMN.LANGUAGE. |
UiColumnRecord |
UiColumnRecord.setMapping(String value)
Setter for
DB_ETERNAL.UI_COLUMN.MAPPING. |
UiColumnRecord |
UiColumnRecord.setMetadata(String value)
Setter for
DB_ETERNAL.UI_COLUMN.METADATA. |
UiColumnRecord |
UiColumnRecord.setOption(String value)
Setter for
DB_ETERNAL.UI_COLUMN.OPTION. |
UiColumnRecord |
UiColumnRecord.setPosition(Integer value)
Setter for
DB_ETERNAL.UI_COLUMN.POSITION. |
UiColumnRecord |
UiColumnRecord.setRender(String value)
Setter for
DB_ETERNAL.UI_COLUMN.RENDER. |
UiColumnRecord |
UiColumnRecord.setSigma(String value)
Setter for
DB_ETERNAL.UI_COLUMN.SIGMA. |
UiColumnRecord |
UiColumnRecord.setSorter(Boolean value)
Setter for
DB_ETERNAL.UI_COLUMN.SORTER. |
UiColumnRecord |
UiColumnRecord.setTitle(String value)
Setter for
DB_ETERNAL.UI_COLUMN.TITLE. |
UiColumnRecord |
UiColumnRecord.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_COLUMN.UPDATED_AT. |
UiColumnRecord |
UiColumnRecord.setUpdatedBy(String value)
Setter for
DB_ETERNAL.UI_COLUMN.UPDATED_BY. |
UiColumnRecord |
UiColumnRecord.setWidth(Integer value)
Setter for
DB_ETERNAL.UI_COLUMN.WIDTH. |
Copyright © 2020. All rights reserved.