Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IVFragment
-
Packages that use IVFragment Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IVFragment in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IVFragment Modifier and Type Method Description <E extends IVFragment>
EIVFragment. into(E into)Copy data into another generated Record/POJO implementing the common interface IVFragmentMethods in cn.vertxup.ui.domain.tables.interfaces that return IVFragment Modifier and Type Method Description default IVFragmentIVFragment. fromJson(io.vertx.core.json.JsonObject json)IVFragmentIVFragment. setButtonConnect(String value)Setter forDB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT.IVFragmentIVFragment. setButtonGroup(String value)Setter forDB_ETERNAL.V_FRAGMENT.BUTTON_GROUP.IVFragmentIVFragment. setConfig(String value)Setter forDB_ETERNAL.V_FRAGMENT.CONFIG.IVFragmentIVFragment. setContainer(String value)Setter forDB_ETERNAL.V_FRAGMENT.CONTAINER.IVFragmentIVFragment. setGrid(Integer value)Setter forDB_ETERNAL.V_FRAGMENT.GRID.IVFragmentIVFragment. setKey(String value)Setter forDB_ETERNAL.V_FRAGMENT.KEY.IVFragmentIVFragment. setModal(String value)Setter forDB_ETERNAL.V_FRAGMENT.MODAL.IVFragmentIVFragment. setNotice(String value)Setter forDB_ETERNAL.V_FRAGMENT.NOTICE.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IVFragment Modifier and Type Method Description voidIVFragment. from(IVFragment from)Load data from another generated Record/POJO implementing the common interface IVFragment -
Uses of IVFragment in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IVFragment Modifier and Type Class Description classVFragmentThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IVFragment Modifier and Type Method Description <E extends IVFragment>
EVFragment. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IVFragment Modifier and Type Method Description voidVFragment. from(IVFragment from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IVFragment Constructor Description VFragment(IVFragment value) -
Uses of IVFragment in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IVFragment Modifier and Type Class Description classVFragmentRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IVFragment Modifier and Type Method Description <E extends IVFragment>
EVFragmentRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IVFragment Modifier and Type Method Description voidVFragmentRecord. from(IVFragment from)
-