Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IVSearch
-
Packages that use IVSearch Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IVSearch in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IVSearch Modifier and Type Method Description <E extends IVSearch>
EIVSearch. into(E into)Copy data into another generated Record/POJO implementing the common interface IVSearchMethods in cn.vertxup.ui.domain.tables.interfaces that return IVSearch Modifier and Type Method Description default IVSearchIVSearch. fromJson(io.vertx.core.json.JsonObject json)IVSearchIVSearch. setAdvanced(Boolean value)Setter forDB_ETERNAL.V_SEARCH.ADVANCED.IVSearchIVSearch. setAdvancedNotice(String value)Setter forDB_ETERNAL.V_SEARCH.ADVANCED_NOTICE.IVSearchIVSearch. setAdvancedTitle(String value)Setter forDB_ETERNAL.V_SEARCH.ADVANCED_TITLE.IVSearchIVSearch. setAdvancedView(String value)Setter forDB_ETERNAL.V_SEARCH.ADVANCED_VIEW.IVSearchIVSearch. setAdvancedWidth(String value)Setter forDB_ETERNAL.V_SEARCH.ADVANCED_WIDTH.IVSearchIVSearch. setCond(String value)Setter forDB_ETERNAL.V_SEARCH.COND.IVSearchIVSearch. setConfirmClear(String value)Setter forDB_ETERNAL.V_SEARCH.CONFIRM_CLEAR.IVSearchIVSearch. setEnabled(Boolean value)Setter forDB_ETERNAL.V_SEARCH.ENABLED.IVSearchIVSearch. setKey(String value)Setter forDB_ETERNAL.V_SEARCH.KEY.IVSearchIVSearch. setOpAdvanced(String value)Setter forDB_ETERNAL.V_SEARCH.OP_ADVANCED.IVSearchIVSearch. setOpRedo(String value)Setter forDB_ETERNAL.V_SEARCH.OP_REDO.IVSearchIVSearch. setOpView(String value)Setter forDB_ETERNAL.V_SEARCH.OP_VIEW.IVSearchIVSearch. setPlaceholder(String value)Setter forDB_ETERNAL.V_SEARCH.PLACEHOLDER.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IVSearch Modifier and Type Method Description voidIVSearch. from(IVSearch from)Load data from another generated Record/POJO implementing the common interface IVSearch -
Uses of IVSearch in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IVSearch Modifier and Type Class Description classVSearchThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IVSearch Modifier and Type Method Description <E extends IVSearch>
EVSearch. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IVSearch Modifier and Type Method Description voidVSearch. from(IVSearch from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IVSearch Constructor Description VSearch(IVSearch value) -
Uses of IVSearch in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IVSearch Modifier and Type Class Description classVSearchRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IVSearch Modifier and Type Method Description <E extends IVSearch>
EVSearchRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IVSearch Modifier and Type Method Description voidVSearchRecord. from(IVSearch from)
-