Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IUiLayout
-
Packages that use IUiLayout Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IUiLayout in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IUiLayout Modifier and Type Method Description <E extends IUiLayout>
EIUiLayout. into(E into)Copy data into another generated Record/POJO implementing the common interface IUiLayoutMethods in cn.vertxup.ui.domain.tables.interfaces that return IUiLayout Modifier and Type Method Description default IUiLayoutIUiLayout. fromJson(io.vertx.core.json.JsonObject json)IUiLayoutIUiLayout. setActive(Boolean value)Setter forDB_ETERNAL.UI_LAYOUT.ACTIVE.IUiLayoutIUiLayout. setConfig(String value)Setter forDB_ETERNAL.UI_LAYOUT.CONFIG.IUiLayoutIUiLayout. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_LAYOUT.CREATED_AT.IUiLayoutIUiLayout. setCreatedBy(String value)Setter forDB_ETERNAL.UI_LAYOUT.CREATED_BY.IUiLayoutIUiLayout. setKey(String value)Setter forDB_ETERNAL.UI_LAYOUT.KEY.IUiLayoutIUiLayout. setLanguage(String value)Setter forDB_ETERNAL.UI_LAYOUT.LANGUAGE.IUiLayoutIUiLayout. setMetadata(String value)Setter forDB_ETERNAL.UI_LAYOUT.METADATA.IUiLayoutIUiLayout. setName(String value)Setter forDB_ETERNAL.UI_LAYOUT.NAME.IUiLayoutIUiLayout. setSigma(String value)Setter forDB_ETERNAL.UI_LAYOUT.SIGMA.IUiLayoutIUiLayout. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_LAYOUT.UPDATED_AT.IUiLayoutIUiLayout. setUpdatedBy(String value)Setter forDB_ETERNAL.UI_LAYOUT.UPDATED_BY.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IUiLayout Modifier and Type Method Description voidIUiLayout. from(IUiLayout from)Load data from another generated Record/POJO implementing the common interface IUiLayout -
Uses of IUiLayout in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IUiLayout Modifier and Type Class Description classUiLayoutThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IUiLayout Modifier and Type Method Description <E extends IUiLayout>
EUiLayout. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiLayout Modifier and Type Method Description voidUiLayout. from(IUiLayout from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiLayout Constructor Description UiLayout(IUiLayout value) -
Uses of IUiLayout in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IUiLayout Modifier and Type Class Description classUiLayoutRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IUiLayout Modifier and Type Method Description <E extends IUiLayout>
EUiLayoutRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IUiLayout Modifier and Type Method Description voidUiLayoutRecord. from(IUiLayout from)
-