Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IUiControl
-
Packages that use IUiControl Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IUiControl in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IUiControl Modifier and Type Method Description <E extends IUiControl>
EIUiControl. into(E into)Copy data into another generated Record/POJO implementing the common interface IUiControlMethods in cn.vertxup.ui.domain.tables.interfaces that return IUiControl Modifier and Type Method Description default IUiControlIUiControl. fromJson(io.vertx.core.json.JsonObject json)IUiControlIUiControl. setActive(Boolean value)Setter forDB_ETERNAL.UI_CONTROL.ACTIVE.IUiControlIUiControl. setAssist(String value)Setter forDB_ETERNAL.UI_CONTROL.ASSIST.IUiControlIUiControl. setComponentConfig(String value)Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG.IUiControlIUiControl. setComponentData(String value)Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA.IUiControlIUiControl. setComponentName(String value)Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME.IUiControlIUiControl. setContainerConfig(String value)Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG.IUiControlIUiControl. setContainerName(String value)Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME.IUiControlIUiControl. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_CONTROL.CREATED_AT.IUiControlIUiControl. setCreatedBy(String value)Setter forDB_ETERNAL.UI_CONTROL.CREATED_BY.IUiControlIUiControl. setGrid(String value)Setter forDB_ETERNAL.UI_CONTROL.GRID.IUiControlIUiControl. setKey(String value)Setter forDB_ETERNAL.UI_CONTROL.KEY.IUiControlIUiControl. setLanguage(String value)Setter forDB_ETERNAL.UI_CONTROL.LANGUAGE.IUiControlIUiControl. setMetadata(String value)Setter forDB_ETERNAL.UI_CONTROL.METADATA.IUiControlIUiControl. setPageId(String value)Setter forDB_ETERNAL.UI_CONTROL.PAGE_ID.IUiControlIUiControl. setSigma(String value)Setter forDB_ETERNAL.UI_CONTROL.SIGMA.IUiControlIUiControl. setSign(String value)Setter forDB_ETERNAL.UI_CONTROL.SIGN.IUiControlIUiControl. setType(String value)Setter forDB_ETERNAL.UI_CONTROL.TYPE.IUiControlIUiControl. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_CONTROL.UPDATED_AT.IUiControlIUiControl. setUpdatedBy(String value)Setter forDB_ETERNAL.UI_CONTROL.UPDATED_BY.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IUiControl Modifier and Type Method Description voidIUiControl. from(IUiControl from)Load data from another generated Record/POJO implementing the common interface IUiControl -
Uses of IUiControl in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IUiControl Modifier and Type Class Description classUiControlThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IUiControl Modifier and Type Method Description <E extends IUiControl>
EUiControl. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiControl Modifier and Type Method Description voidUiControl. from(IUiControl from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiControl Constructor Description UiControl(IUiControl value) -
Uses of IUiControl in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IUiControl Modifier and Type Class Description classUiControlRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IUiControl Modifier and Type Method Description <E extends IUiControl>
EUiControlRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IUiControl Modifier and Type Method Description voidUiControlRecord. from(IUiControl from)
-