Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IUiPage
-
Packages that use IUiPage Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IUiPage in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IUiPage Modifier and Type Method Description <E extends IUiPage>
EIUiPage. into(E into)Copy data into another generated Record/POJO implementing the common interface IUiPageMethods in cn.vertxup.ui.domain.tables.interfaces that return IUiPage Modifier and Type Method Description default IUiPageIUiPage. fromJson(io.vertx.core.json.JsonObject json)IUiPageIUiPage. setActive(Boolean value)Setter forDB_ETERNAL.UI_PAGE.ACTIVE.IUiPageIUiPage. setApp(String value)Setter forDB_ETERNAL.UI_PAGE.APP.IUiPageIUiPage. setAssist(String value)Setter forDB_ETERNAL.UI_PAGE.ASSIST.IUiPageIUiPage. setContainerConfig(String value)Setter forDB_ETERNAL.UI_PAGE.CONTAINER_CONFIG.IUiPageIUiPage. setContainerName(String value)Setter forDB_ETERNAL.UI_PAGE.CONTAINER_NAME.IUiPageIUiPage. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_PAGE.CREATED_AT.IUiPageIUiPage. setCreatedBy(String value)Setter forDB_ETERNAL.UI_PAGE.CREATED_BY.IUiPageIUiPage. setGrid(String value)Setter forDB_ETERNAL.UI_PAGE.GRID.IUiPageIUiPage. setKey(String value)Setter forDB_ETERNAL.UI_PAGE.KEY.IUiPageIUiPage. setLanguage(String value)Setter forDB_ETERNAL.UI_PAGE.LANGUAGE.IUiPageIUiPage. setLayoutId(String value)Setter forDB_ETERNAL.UI_PAGE.LAYOUT_ID.IUiPageIUiPage. setMetadata(String value)Setter forDB_ETERNAL.UI_PAGE.METADATA.IUiPageIUiPage. setModule(String value)Setter forDB_ETERNAL.UI_PAGE.MODULE.IUiPageIUiPage. setPage(String value)Setter forDB_ETERNAL.UI_PAGE.PAGE.IUiPageIUiPage. setParamMap(String value)Setter forDB_ETERNAL.UI_PAGE.PARAM_MAP.IUiPageIUiPage. setSecure(Boolean value)Setter forDB_ETERNAL.UI_PAGE.SECURE.IUiPageIUiPage. setSigma(String value)Setter forDB_ETERNAL.UI_PAGE.SIGMA.IUiPageIUiPage. setState(String value)Setter forDB_ETERNAL.UI_PAGE.STATE.IUiPageIUiPage. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_PAGE.UPDATED_AT.IUiPageIUiPage. setUpdatedBy(String value)Setter forDB_ETERNAL.UI_PAGE.UPDATED_BY.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IUiPage Modifier and Type Method Description voidIUiPage. from(IUiPage from)Load data from another generated Record/POJO implementing the common interface IUiPage -
Uses of IUiPage in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IUiPage Modifier and Type Class Description classUiPageThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IUiPage Modifier and Type Method Description <E extends IUiPage>
EUiPage. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiPage Modifier and Type Method Description voidUiPage. from(IUiPage from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiPage Constructor Description UiPage(IUiPage value) -
Uses of IUiPage in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IUiPage Modifier and Type Class Description classUiPageRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IUiPage Modifier and Type Method Description <E extends IUiPage>
EUiPageRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IUiPage Modifier and Type Method Description voidUiPageRecord. from(IUiPage from)
-