CN102221999A - Method and system for packaging flex form component - Google Patents

Method and system for packaging flex form component Download PDF

Info

Publication number
CN102221999A
CN102221999A CN201110163956XA CN201110163956A CN102221999A CN 102221999 A CN102221999 A CN 102221999A CN 201110163956X A CN201110163956X A CN 201110163956XA CN 201110163956 A CN201110163956 A CN 201110163956A CN 102221999 A CN102221999 A CN 102221999A
Authority
CN
China
Prior art keywords
data
list
assembly
unified
list assembly
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201110163956XA
Other languages
Chinese (zh)
Other versions
CN102221999B (en
Inventor
张�浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Datang Software Technologies Co Ltd
Original Assignee
Datang Software Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Datang Software Technologies Co Ltd filed Critical Datang Software Technologies Co Ltd
Priority to CN201110163956.XA priority Critical patent/CN102221999B/en
Publication of CN102221999A publication Critical patent/CN102221999A/en
Application granted granted Critical
Publication of CN102221999B publication Critical patent/CN102221999B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method for packaging a flex form component, comprising the following steps of: writing a uniform form component interface, and defining the names of methods of various functions to be implemented and data types corresponding to the methods in the interface; and then setting user-defined components corresponding to the form components, and defining implementation methods corresponding to the names of the methods of various functions in the interface in the respective user-defined components, thereby realizing data type conversion. The invention also provides a packaging system for the flex form component, which implements the method. The method and the system for packaging the flex form component, provided by the invention, are capable of realizing the uniform management of the flex form components.

Description

The method for packing and the system of flex list assembly
Technical field
The present invention relates to the data encapsulation technical field, particularly relate to a kind of method for packing and system of flex list assembly.
Background technology
When using Flex to carry out system development, become the service end Data transmission of Object object by Flex list component package to the Java realization, because the standard packages that adopt when exploitation more, for each business, list need be write a series of assemblies, and each assembly is carried out value operation, assign operation and data check operation separately.
In this case, when carrying out the form data preservation, need carry out value operation one by one, be prone to error each components values in the list.Revise when also not carrying out data initialization, need be the assignment one by one of each assembly in the list, code is loaded down with trivial details.For complicated list assembly, as Combobox, Tree, List etc., the operation of itself is just very complicated, and a series of codes all will be write in the place that every place uses, too redundant, in addition, in value, assignment or checking procedure one by one, there is bulk redundancy in the code, waste great amount of manpower and time in the performance history, and in a single day system need carry out business reorganization, often will change all components of in the past writing, and takes time and effort.
Summary of the invention
Technical matters to be solved by this invention provides a kind of method for packing and system of flex list assembly, can realize the unified management of flex list assembly.
In order to address the above problem, the invention discloses a kind of method for packing of flex list assembly, may further comprise the steps:
Write unified list component interface, the method name and the described method corresponding data types of the various functions of the required realization of definition in interface;
The method name corresponding implementation method of each function in definitions component separately in the defining interface, realization data type conversion are set and the self-defined assembly corresponding to each list assembly.
Further, described each function is:
Unified value; And/or
Unified assignment; And/or
The uniform data verification.
Further, the implementation method of described unified value is: the method for definition of data conversion in the self-defined assembly of each list assembly correspondence is the data type of the defined value attribute of unified interface with the data type conversion of the value attribute of each list assembly.
Further, the implementation procedure of described unified value comprises:
From the standard package of each list, obtain the value attribute of this list assembly;
With the data type conversion of the list assembly value attribute that obtains is the data type of the defined value attribute of unified interface;
Data after the conversion are returned to each list assembly.
Further, the implementation method of described unified assignment is:
The method of definition of data conversion in the self-defined assembly of each list assembly correspondence, the data that will have the data type of the defined sets attribute of unified interface are converted to the data of the data type of the sets attribute that meets each list assembly.
Further, the implementation procedure of described unified assignment comprises:
Obtaining to have needs to compose the data of giving each list assembly, and these data have identical data type;
With the data type conversion of the data obtained data type for the needed sets attribute of each list assembly;
Obtain data value after the conversion and compose list assembly to correspondence.
Further, the implementation method of described uniform data verification comprises:
Each list assembly to required encapsulation is classified, and the list assembly with identical verification rule is a class;
Identical method of calibration is arranged in the similar list assembly.
Further, the implementation procedure of described uniform data verification comprises:
The verification object of the method for calibration in each list assembly is set to corresponding list assembly, and the data type of checking data is set to the data type that unified interface defines the value attribute.
In order to address the above problem, the present invention also provides a kind of package system of flex list assembly, comprising:
Unified list component interface is write module, is used to write unified list component interface, and defines the method name and the described method corresponding data types of the various functions of required realization in interface;
List assembly custom block is used to be provided with and the self-defined assembly corresponding to each list assembly, and each the function name corresponding implementation method in definitions component separately in the defining interface realizes data type conversion.
Further, described list assembly custom block comprises:
The implementation method definition unit of unified value; And/or
The implementation method definition unit of unified assignment; And/or
The implementation method definition unit of uniform data verification.
Further, the implementation method definition unit of described unified value comprises:
The value attribute of list assembly obtains subelement, is used for obtaining from the standard package of each list the value attribute of this list assembly;
The data type conversion subelement, the data type conversion that is used for the list assembly value attribute that will obtain is the data type of the defined value attribute of unified interface;
Data output subelement is used for the data after the conversion are turned back to each list assembly.
Further, the implementation method definition unit of described unified assignment comprises:
Assignment data is obtained subelement, is used to obtain have the data that each list assembly is given in the needs tax, and these data have identical data type;
The data type conversion subelement is used for the data type of the data type conversion of the data that will obtain for the needed sets attribute of each list assembly;
The assignment subelement is used for composing list assembly to correspondence with obtaining data value after the conversion.
Further, the implementation method definition unit of described uniform data verification comprises:
The classification subelement is used for each list assembly of required encapsulation is classified, and the list assembly with identical verification rule is a class;
Method of calibration is write subelement, is used for identical method of calibration is arranged at similar list assembly.
Further, the implementation method definition unit of described uniform data verification comprises:
Verification object and checking data are determined subelement, and the verification object that is used for the method for calibration of each list assembly is set to corresponding list assembly, and the data type of checking data is set to the data type that unified interface defines the value attribute.
Compared with prior art, the present invention has the following advantages:
The method for packing and the system of flex list assembly of the present invention encapsulate by the his-and-hers watches unimodule, and according to definition unified list component interface and the method for packing of writing corresponding function, thereby realize the unified management of flex list assembly, as unified value, unified assignment and uniform data verification etc., reduce system complexity and cost of development.
Wherein, be converted into identical data type output by the data type that each list assembly is different, thereby can realize unified value.When list is preserved, need not each list assembly value is one by one avoided occurring misoperation.
Be converted into the data of the data type that meets each list assembly by the assignment data that will have same type, thereby can realize unified assignment.When revising and not carrying out data initialization, need not his-and-hers watches unimodule assignment one by one, avoid code loaded down with trivial details.
By obtaining data, can realize unified verification with same data type.In the process that realizes unified verification, classify by the his-and-hers watches unimodule, have the identical method of calibration of writing of identical verification rule, thereby can code share, can avoid repeating to write similar code and code redundancy.
Description of drawings
Fig. 1 is the process flow diagram of the method for packing embodiment of flex list assembly of the present invention;
Fig. 2 is the implementation method embodiment process flow diagram of the unified value of flex list assembly of the present invention;
Fig. 3 is the implementation method embodiment process flow diagram of the unified assignment of flex list assembly of the present invention;
Fig. 4 is the implementation method embodiment process flow diagram of the uniform data verification of flex list assembly of the present invention;
Fig. 5 is the structural representation of the package system embodiment of flex list assembly of the present invention;
Fig. 6 is that the unified list component interface of the package system of flex list assembly shown in Figure 5 is write the structural representation of module;
Fig. 7 is the structural representation of the implementation method definition unit of unified value shown in Figure 6;
Fig. 8 is the structural representation of the implementation method definition unit of unified assignment shown in Figure 6;
Fig. 9 is the structural representation of the implementation method definition unit of uniform data verification shown in Figure 6.
Embodiment
For above-mentioned purpose of the present invention, feature and advantage can be become apparent more, the present invention is further detailed explanation below in conjunction with the drawings and specific embodiments.
With reference to Fig. 1, the method for packing embodiment one of a kind of flex list assembly of the present invention is shown, may further comprise the steps:
Step 101 is write unified list component interface, the method name and the described method corresponding data types of the various functions of the required realization of definition in interface.
Wherein, the list assembly is various types of assemblies in the list that needs encapsulation, for example, textview field, text box, check button, check button frame, color picker, radio box, date selector switch, date territory, calendar, drop-down list, multiselect frame, radio button, radio button frame, tree, drop-down tree etc.Definition has the type and the attribute of the needed value of this method in each method that defines in interface, when when operation is preserved, revises or the like to needs to these list components values, can directly call corresponding method by this interface and make the data type of each list components values can be converted to the data type of this method defined, need not each assembly is carried out operations such as value or assignment separately.
For example, list assembly after the encapsulation can be realized unified value, assignment or data check function if desired, can in interface, define corresponding method unified obtaining value method by name, unified assignment method and unified data verification method so, wherein, the defined value attribute of unified obtaining value method and unified assignment method is itemValue and itemText, the defined value attribute of unified data verification method is validate, validators and validTypes.
Step 102 is provided with and the self-defined assembly corresponding to each list assembly, each the function name corresponding implementation method in definitions component separately in the defining interface, realization data type conversion.
Wherein, self-defined component class is provided with according to the original standard package class of list assembly, increases the implementation method of various functions on the basis of original list standard package.Concrete, the definition of the implementation method of various functions need be determined according to concrete function, for example, if need the list assembly after the encapsulation to have the function of unified value, unified assignment and unified checking data, so then can increase and these three function corresponding implementation method in the definitions component separately, promptly the his-and-hers watches unimodule is unified the encapsulation of value, the encapsulation of unified assignment and the encapsulation of uniform data verification.Wherein, these three function corresponding implementation method and implementation procedure are as follows:
Wherein, the implementation method of unified value is: the method for definition of data conversion in the self-defined assembly of each list assembly correspondence is the data type of the defined value attribute of unified interface with the data type conversion of the value attribute of each list assembly.
With reference to Fig. 2, unified value implementation procedure is shown, may further comprise the steps:
Step 201 is obtained the value attribute of this list assembly from the standard package of each list.
Wherein, for simple list assembly,, can directly get its text property value as textinput, for the list assembly of complexity, as combobox, tree, definition itemvalue and itemtext attribute, itemvalue returns the value of its selection, and the itemtext attribute returns the literal of its selection.
Step 202 is the data type of the defined value attribute of unified interface with the data type conversion of the list assembly value attribute that obtains.
The data type of each list assembly value attribute is difference to some extent, the data type of each list assembly value attribute can be changed by defined conversion method in the self-defined assembly of each list assembly correspondence and turn to the defined data type of unified interface.
Step 203 returns to each list assembly with the data after the conversion.
The data with the defined value attribute type of unified interface after will changing turn back to the original data-out port of this list assembly, when needs the time to a plurality of or all list assembly values, just can take out value, thereby realize unified value with the defined same data type of unified interface.
For complex assemblies, as combobox, tree, list, its data source type is arraycollection, a certain element in the data source is the object object, the text that has encapsulated value in this object and shown.
The implementation method of unified assignment is: the method for definition of data conversion in the self-defined assembly of each list assembly correspondence, the data that will have the data type of the defined sets attribute of unified interface are converted to the data of the data type of the sets attribute that meets each list assembly.With reference to Fig. 3, unified assignment implementation procedure is shown, may further comprise the steps:
Step 301, obtaining to have needs to compose the data of giving each list assembly, and these data have identical data type.
When needs are given list assembly assignment, have identical data type for the assignment data of each list assembly, this data type is the data type of the defined sets attribute of unified interface.
Step 302 is with the data type conversion of the data the obtained data type for the needed sets attribute of each list assembly.
The self-defined assembly of each list assembly can obtain the data type of defined data type of unified interface and the needed sets attribute of standard package separately, then both are transformed, thereby make unified data type can be converted into the data type of the needed sets attribute of each list assembly.
Wherein,,, its text attribute is set directly as TextInput for simple assembly, for complex assemblies, as Combobox, Tree, definition itemValue and itemText attribute, itemValue is provided with the value of its selection, and itemText changes accordingly.
For complex assemblies, as combobox, tree, list, its data source type is Arraycollection, a certain element in the data source is the Object object, the text that has encapsulated value in this object and shown.
Step 303 is obtained data value after the conversion and is composed list assembly to correspondence.
Wherein, can from these data, obtain corresponding assignment, compose and give corresponding list assembly by the sets attribute that calls in the standard package that needs the list of assignment assembly.
With reference to Fig. 4, the implementation method of uniform data verification is shown, may further comprise the steps:
Step 401 is classified to each list assembly of required encapsulation, and the list assembly with identical verification rule is a class.
Because the verification rule of each list assembly can't be identical, for example, some assembly institute verification all be whether data are letter, other assembly institute verifications all be whether data are telephone number, whether be addresses of items of mail or the like perhaps, method of calibration with list assembly of identical verification rule is actually identical, and the list assembly that so just these can be had same rule is classified as a class, the unified method of calibration of writing.
Step 402 is arranged at identical method of calibration in the similar list assembly.
Write method of calibration according to all kinds of verification rules, the similar pairing method of calibration of list assembly is identical.
Also can be identical because have the method for calibration of the list assembly of identical verification rule, therefore when writing code, just can share code, need not overlapping development.
Further, the implementation procedure of uniform data verification also comprises:
Step 403, the verification object of the method for calibration in each list assembly are set to corresponding list assembly, and the data type of checking data is set to the data type that unified interface defines the value attribute.
Wherein, though each list assembly has identical verification rule, because the type of the original checksums data of each list assembly and inequality in order to realize unified verification, needs the data type unification of the checking data of each list assembly.Concrete, can directly call the data of the output port in the aforesaid unified obtaining value method, be the data after the conversion in the unified value.If in ununified this function of value of the list assembly after encapsulation, can directly the method for aforesaid unified value be placed the self-defined assembly of each list assembly, thereby realize the conversion of data type.
The implementation procedure of unified data check is: change by the data of monitoring each list assembly, when listening to the data change, then trigger the verification to this list assembly.When all list assemblies need carry out unified data check, then, carry out the verification of each list assembly by all list assemblies of traversal.
With reference to Fig. 5, the package system embodiment of a kind of flex list assembly of the present invention is shown, comprise that unified list component interface writes module 10 and list assembly custom block 20.
Unified list component interface is write module 10, is used to write unified list component interface, and defines the method name and the described method corresponding data types of the various functions of required realization in interface;
List assembly custom block 20 is used to be provided with and the self-defined assembly corresponding to each list assembly, and each the function name corresponding implementation method in definitions component separately in the defining interface realizes data type conversion.
With reference to Fig. 6, list assembly custom block 20 specifically comprises the implementation method definition unit 21 of unified value; And/or the implementation method definition unit 22 of unified assignment; And/or the implementation method definition unit 23 of uniform data verification.Wherein, list assembly custom block 20 included unit can be determined according to the list assembly function that be had after the encapsulation.
With reference to Fig. 7, the implementation method definition unit 21 of unified value comprises that the value attribute of list assembly obtains subelement 211, data type conversion subelement 212 and data output subelement 213.
The value attribute of list assembly obtains subelement 211, is used for obtaining from the standard package of each list the value attribute of this list assembly.
Data type conversion subelement 212, the data type conversion that is used for the list assembly value attribute that will obtain is the data type of the defined value attribute of unified interface.
Data output subelement 213 is used for the data after the conversion are turned back to output port.
With reference to Fig. 8, the implementation method definition unit 22 of unified assignment comprises: assignment data is obtained subelement 221, data type conversion subelement 222 and assignment subelement 223.
Assignment data is obtained subelement 221, is used to obtain have the data that each list assembly is given in the needs tax, and these data have identical data type.
Data type conversion subelement 222 is used for the data type of the data type conversion of the data that will obtain for the needed sets attribute of each list assembly.
Assignment subelement 223 is used for composing list assembly to correspondence with obtaining data value after the conversion.
With reference to Fig. 9, the implementation method definition unit 23 of uniform data verification comprises that classification subelement 231 and method of calibration write subelement 232.
Classification subelement 231 is used for each list assembly of required encapsulation is classified, and the list assembly with identical verification rule is a class.
Method of calibration is write subelement 232, is used for identical method of calibration is arranged at similar list assembly.
Further, the implementation method definition unit of described uniform data verification comprises that also verification object and checking data determine subelement 233, the verification object that is used for the method for calibration of each list assembly is set to corresponding list assembly, and the data type of checking data is set to the data type that unified interface defines the value attribute.
The method for packing and the system of flex list assembly of the present invention encapsulate by the his-and-hers watches unimodule, and according to definition unified list component interface and the method for packing of writing corresponding function, thereby realize the unified management of flex list assembly, as unified value, unified assignment and uniform data verification etc., reduce system complexity and cost of development.
Wherein, be converted into identical data type output by the data type that each list assembly is different, thereby can realize unified value.When list is preserved, need not each list assembly value is one by one avoided occurring misoperation.
Be converted into the data of the data type that meets each list assembly by the assignment data that will have same type, thereby can realize unified assignment.When revising and not carrying out data initialization, need not his-and-hers watches unimodule assignment one by one, avoid code loaded down with trivial details.
By obtaining data, can realize unified verification with same data type.In the process that realizes unified verification, classify by the his-and-hers watches unimodule, have the identical method of calibration of writing of identical verification rule, thereby can code share, can avoid repeating to write similar code and code redundancy.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, and what each embodiment stressed all is and the difference of other embodiment that identical similar part is mutually referring to getting final product between each embodiment.For system embodiment, because it is similar substantially to method embodiment, so description is fairly simple, relevant part gets final product referring to the part explanation of method embodiment.
More than the method for packing and the system of flex list assembly provided by the present invention is described in detail, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (14)

1. the method for packing of a flex list assembly is characterized in that, may further comprise the steps:
Write unified list component interface, the method name and the described method corresponding data types of the various functions of the required realization of definition in interface;
The method name corresponding implementation method of each function in definitions component separately in the defining interface, realization data type conversion are set and the self-defined assembly corresponding to each list assembly.
2. the method for claim 1 is characterized in that, described various functions are:
Unified value; And/or
Unified assignment; And/or
The uniform data verification.
3. method as claimed in claim 2, it is characterized in that, the implementation method of described unified value is: the method for definition of data conversion in the self-defined assembly of each list assembly correspondence is the data type of the defined value attribute of unified interface with the data type conversion of the value attribute of each list assembly.
4. method as claimed in claim 3 is characterized in that, the implementation procedure of described unified value comprises:
From the standard package of each list, obtain the value attribute of this list assembly;
With the data type conversion of the list assembly value attribute that obtains is the data type of the defined value attribute of unified interface;
Data after the conversion are returned to each list assembly.
5. method as claimed in claim 2 is characterized in that, the implementation method of described unified assignment is:
The method of definition of data conversion in the self-defined assembly of each list assembly correspondence, the data that will have the data type of the defined sets attribute of unified interface are converted to the data of the data type of the sets attribute that meets each list assembly.
6. method as claimed in claim 5 is characterized in that, the implementation procedure of described unified assignment comprises:
Obtaining to have needs to compose the data of giving each list assembly, and these data have identical data type;
With the data type conversion of the data obtained data type for the needed sets attribute of each list assembly;
Obtain data value after the conversion and compose list assembly to correspondence.
7. method as claimed in claim 2 is characterized in that, the implementation method of described uniform data verification comprises:
Each list assembly to required encapsulation is classified, and the list assembly with identical verification rule is a class; Identical method of calibration is arranged in the similar list assembly.
8. method as claimed in claim 7 is characterized in that, the implementation procedure of described uniform data verification comprises:
The verification object of the method for calibration in each list assembly is set to corresponding list assembly, and the data type of checking data is set to the data type that unified interface defines the value attribute.
9. the package system of a flex list assembly is characterized in that, comprising:
Unified list component interface is write module, is used to write unified list component interface, and defines the method name and the described method corresponding data types of the various functions of required realization in interface;
List assembly custom block is used to be provided with and the self-defined assembly corresponding to each list assembly, and each the function name corresponding implementation method in definitions component separately in the defining interface realizes data type conversion.
10. system as claimed in claim 9 is characterized in that, described list assembly custom block comprises:
The implementation method definition unit of unified value; And/or
The implementation method definition unit of unified assignment; And/or
The implementation method definition unit of uniform data verification.
11. system as claimed in claim 10 is characterized in that, the implementation method definition unit of described unified value comprises:
The value attribute of list assembly obtains subelement, is used for obtaining from the standard package of each list the value attribute of this list assembly;
The data type conversion subelement, the data type conversion that is used for the list assembly value attribute that will obtain is the data type of the defined value attribute of unified interface;
Data output subelement is used for the data after the conversion are turned back to each list assembly.
12. system as claimed in claim 10 is characterized in that, the implementation method definition unit of described unified assignment comprises:
Assignment data is obtained subelement, is used to obtain have the data that each list assembly is given in the needs tax, and these data have identical data type;
The data type conversion subelement is used for the data type of the data type conversion of the data that will obtain for the needed sets attribute of each list assembly;
The assignment subelement is used for composing list assembly to correspondence with obtaining data value after the conversion.
13. system as claimed in claim 10 is characterized in that, the implementation method definition unit of described uniform data verification comprises:
The classification subelement is used for each list assembly of required encapsulation is classified, and the list assembly with identical verification rule is a class;
Method of calibration is write subelement, is used for identical method of calibration is arranged at similar list assembly.
14. system as claimed in claim 13 is characterized in that, the implementation method definition unit of described uniform data verification comprises:
Verification object and checking data are determined subelement, and the verification object that is used for the method for calibration of each list assembly is set to corresponding list assembly, and the data type of checking data is set to the data type that unified interface defines the value attribute.
CN201110163956.XA 2011-06-17 2011-06-17 Method and system for packaging flex form component Expired - Fee Related CN102221999B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110163956.XA CN102221999B (en) 2011-06-17 2011-06-17 Method and system for packaging flex form component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110163956.XA CN102221999B (en) 2011-06-17 2011-06-17 Method and system for packaging flex form component

Publications (2)

Publication Number Publication Date
CN102221999A true CN102221999A (en) 2011-10-19
CN102221999B CN102221999B (en) 2014-09-17

Family

ID=44778560

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110163956.XA Expired - Fee Related CN102221999B (en) 2011-06-17 2011-06-17 Method and system for packaging flex form component

Country Status (1)

Country Link
CN (1) CN102221999B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106250248A (en) * 2016-07-28 2016-12-21 努比亚技术有限公司 A kind of to returning the method and apparatus that data carry out type conversion
CN107341141A (en) * 2017-07-24 2017-11-10 上海网易小额贷款有限公司 List management method, device, medium and computing device
CN108804399A (en) * 2017-05-04 2018-11-13 腾讯科技(北京)有限公司 The method of calibration and device of list
CN108959211A (en) * 2017-05-18 2018-12-07 北京京东尚科信息技术有限公司 The method and apparatus of form validation

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101694614A (en) * 2009-10-16 2010-04-14 浪潮电子信息产业股份有限公司 Method of adding project rendering devices in Flex for project list controls
CN101694618A (en) * 2009-09-01 2010-04-14 卡斯柯信号有限公司 Automatic mapping method of model layer and view layer data suitable for AJAX frame
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101694618A (en) * 2009-09-01 2010-04-14 卡斯柯信号有限公司 Automatic mapping method of model layer and view layer data suitable for AJAX frame
CN101694614A (en) * 2009-10-16 2010-04-14 浪潮电子信息产业股份有限公司 Method of adding project rendering devices in Flex for project list controls
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106250248A (en) * 2016-07-28 2016-12-21 努比亚技术有限公司 A kind of to returning the method and apparatus that data carry out type conversion
CN108804399A (en) * 2017-05-04 2018-11-13 腾讯科技(北京)有限公司 The method of calibration and device of list
CN108959211A (en) * 2017-05-18 2018-12-07 北京京东尚科信息技术有限公司 The method and apparatus of form validation
CN107341141A (en) * 2017-07-24 2017-11-10 上海网易小额贷款有限公司 List management method, device, medium and computing device
CN107341141B (en) * 2017-07-24 2020-11-10 上海网易小额贷款有限公司 Form management method, device, medium and computing equipment

Also Published As

Publication number Publication date
CN102221999B (en) 2014-09-17

Similar Documents

Publication Publication Date Title
US20200366463A1 (en) Apparatuses for Providing a Set of Cryptographically Protected, Filtered, and Sorted Transaction Data Records of a Link of a Blockchain
US8015547B2 (en) Reconfigurable, hierarchical component-based architecture and framework and methods for rapidly developing sensor device-enabling software applications
CN102221999B (en) Method and system for packaging flex form component
CN109062925B (en) Method, device, computer equipment and storage medium for automatically generating insert sentences
US20140025426A1 (en) Workflow adaptation using automated model transformation
CN101452380A (en) Method and system for implementing multi-stage linkage pulldown menu based on MVC model
CN101364288A (en) Method for constructing BOM container based on SOA architecture
CN108282377B (en) Processing method and device for testing logistics service data and server
Hartmann et al. Supplier independent feature modelling.
Gogineni et al. Systematic product development methodology for customizable IoT devices
CN113342299B (en) Factory LED data distribution screen projection method and system
CN109739872A (en) A kind of implementation method, system and the operating method of SQL statement processing
CN108376082A (en) A kind of reference library method for updating edition and system
CN103678687B (en) Establishment of item method and device based on configuration system
CN108733376A (en) The method and device of multiple Android APP is compiled under modularization using a set of source code
CN110113257B (en) Unified data access gateway based on big data and implementation method
CN104539612A (en) Setting method and device for information safety of terminal device
CN111930441B (en) Consul-based configuration file management system and method
CN106776885A (en) A kind of data export method and device
US9886435B2 (en) Pseudo internal numbering mechanism
CN111352618A (en) Application program assembling method and device, electronic equipment and storage medium
US11100077B2 (en) Event table management using type-dependent portions
CN109767115A (en) Business management method, device, computer equipment and readable storage medium storing program for executing
CN102193536A (en) Marco functional block for packaging device-level embedded logic
CN105139187A (en) Data management method and device based on event

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140917