Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IUiForm
-
Packages that use IUiForm Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IUiForm in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IUiForm Modifier and Type Method Description <E extends IUiForm>
EIUiForm. into(E into)Copy data into another generated Record/POJO implementing the common interface IUiFormMethods in cn.vertxup.ui.domain.tables.interfaces that return IUiForm Modifier and Type Method Description default IUiFormIUiForm. fromJson(io.vertx.core.json.JsonObject json)IUiFormIUiForm. setActive(Boolean value)Setter forDB_ETERNAL.UI_FORM.ACTIVE.IUiFormIUiForm. setCode(String value)Setter forDB_ETERNAL.UI_FORM.CODE.IUiFormIUiForm. setColumns(Integer value)Setter forDB_ETERNAL.UI_FORM.COLUMNS.IUiFormIUiForm. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_FORM.CREATED_AT.IUiFormIUiForm. setCreatedBy(String value)Setter forDB_ETERNAL.UI_FORM.CREATED_BY.IUiFormIUiForm. setHidden(String value)Setter forDB_ETERNAL.UI_FORM.HIDDEN.IUiFormIUiForm. setIdentifier(String value)Setter forDB_ETERNAL.UI_FORM.IDENTIFIER.IUiFormIUiForm. setKey(String value)Setter forDB_ETERNAL.UI_FORM.KEY.IUiFormIUiForm. setLanguage(String value)Setter forDB_ETERNAL.UI_FORM.LANGUAGE.IUiFormIUiForm. setMetadata(String value)Setter forDB_ETERNAL.UI_FORM.METADATA.IUiFormIUiForm. setName(String value)Setter forDB_ETERNAL.UI_FORM.NAME.IUiFormIUiForm. setRow(String value)Setter forDB_ETERNAL.UI_FORM.ROW.IUiFormIUiForm. setSigma(String value)Setter forDB_ETERNAL.UI_FORM.SIGMA.IUiFormIUiForm. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.UI_FORM.UPDATED_AT.IUiFormIUiForm. setUpdatedBy(String value)Setter forDB_ETERNAL.UI_FORM.UPDATED_BY.IUiFormIUiForm. setWindow(BigDecimal value)Setter forDB_ETERNAL.UI_FORM.WINDOW.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IUiForm Modifier and Type Method Description voidIUiForm. from(IUiForm from)Load data from another generated Record/POJO implementing the common interface IUiForm -
Uses of IUiForm in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IUiForm Modifier and Type Class Description classUiFormThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IUiForm Modifier and Type Method Description <E extends IUiForm>
EUiForm. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiForm Modifier and Type Method Description voidUiForm. from(IUiForm from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IUiForm Constructor Description UiForm(IUiForm value) -
Uses of IUiForm in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IUiForm Modifier and Type Class Description classUiFormRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IUiForm Modifier and Type Method Description <E extends IUiForm>
EUiFormRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IUiForm Modifier and Type Method Description voidUiFormRecord. from(IUiForm from)
-