CN1713140A - Interface generating method and device for computer - Google Patents
Interface generating method and device for computer Download PDFInfo
- Publication number
- CN1713140A CN1713140A CN 200410050198 CN200410050198A CN1713140A CN 1713140 A CN1713140 A CN 1713140A CN 200410050198 CN200410050198 CN 200410050198 CN 200410050198 A CN200410050198 A CN 200410050198A CN 1713140 A CN1713140 A CN 1713140A
- Authority
- CN
- China
- Prior art keywords
- computer interface
- configuration file
- attribute
- property value
- value
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 29
- 230000015572 biosynthetic process Effects 0.000 claims description 7
- 238000001914 filtration Methods 0.000 description 12
- 238000012217 deletion Methods 0.000 description 5
- 230000037430 deletion Effects 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 239000002131 composite material Substances 0.000 description 4
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000004321 preservation Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- VREFGVBLTWBCJP-UHFFFAOYSA-N alprazolam Chemical compound C12=CC(Cl)=CC=C2N2C(C)=NN=C2CN=C1C1=CC=CC=C1 VREFGVBLTWBCJP-UHFFFAOYSA-N 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000008140 language development Effects 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
A method for generating boundary of computer includes setting up boundary element set of computer, forming configuration file, analyzing configuration file and generating computer boundary. The device realizing the method consists of storage unit, unit for forming configuration file, unit for analyzing configuration file and unit for generating computer boundary.
Description
Technical field
The present invention relates to interface creating method and device, refer to a kind of computer interface generation method and device especially.
Background technology
Along with the widespread use of computer technology in all trades and professions, most issued transaction is means with the computing machine all, has improved treatment effeciency greatly.Mention with the computing machine being that means are carried out issued transaction, must refer to computer interface, existing computer interface generation technique, such as, webmaster computer interface under the Java environment, the computer interface of different business is adopted mostly the mode of hard coded, promptly write its corresponding code according to each computer interface, increase or revise the corresponding code that a computer interface attribute of an element also will increase the element property of this computer interface newly, and the code that increases newly is identical substantially with the code of the attribute of an element of other original computer interface mostly, has just carried out a bit simple rewriting.Because the copy that above-mentioned newly-increased code is the element property code of other computer interface has basically so just caused piling up of code, and all will encode for the element property at various computing machine interface, causes the increase of workload.
In addition, existing computer interface generation method will increase new function or new features (increasing the element of computer interface) comparison difficulty to computer interface, need to change original interface or add interface, therefore extremely inconvenient for the operation and maintenance of computer interface.
Because the style and the pattern of the computer interface that different personnel make are different, be unfavorable for the unification of computer interface style, if unified calculation machine look ﹠ feel, just need to conclude detailed computer interface standard, detailed computer interface standard requires a great deal of time and just can design.
Summary of the invention
The problem to be solved in the present invention provides and does not a kind ofly need a large amount of codings, increases new features or function and the unified computer interface generation method of computer interface style easily.
In order to address the above problem the technical scheme of computer interface generation method of the present invention:
Set up the step of computer interface element set, described set also comprises the computer interface attribute of an element;
Form the configuration file step, from described set, select element and attribute thereof, determine property value and form the configuration file of this computer interface;
Resolve the configuration file step, resolve each element and the property value thereof of the computer interface in the configuration file;
Generate the computer interface step, according to each element value and the property value formation computer interface thereof of the computer interface that parses.
Described parsing configuration file step further may further comprise the steps:
With the element in the configuration file and property value is read and attribute is deposited with the form of name-value pair;
Element that taking-up is deposited and property value thereof generate its object.
Described generation computer interface step further may further comprise the steps:
Create window;
Take out the object of element, and it is added in the described window;
The form of expression of described object is set according to the attribute of an element value.
Correspondingly, the technical scheme of computer interface generating apparatus of the present invention:
Storage unit, the set that is used to deposit the computer interface element;
Form the configuration file unit, be used for selecting element and attribute thereof, determining property value and form the configuration file of this computer interface from described set;
Resolve the configuration file unit, be used for resolving each element and the property value thereof of the computer interface of configuration file;
Generate the computer interface unit, according to each element value and the property value formation computer interface thereof of the computer interface that parses.
Described parsing configuration file unit further comprises:
Read and storage unit, be used for the element of configuration file and property value is read and attribute is deposited with the form of name-value pair;
Form object unit, be used to take out element and the property value thereof deposited and generate its object.
Described generation computer interface unit further comprises:
The window creation unit is used to create window;
Adding device is used to take out described object, and it is added in the described window;
Object form of expression unit is set, the form of expression of described object is set according to the attribute of an element value.
Compared with prior art, the beneficial effect of computer interface generation method of the present invention and device:
Computer interface generation method of the present invention and device, when computer interface being added or revises attribute of an element, as long as from element set, select attribute, determine its property value, again form configuration file, the parsing configuration file of computer interface generation method of the present invention and generation computer interface step can generate computer interface automatically according to configuration file, thereby do not need a large amount of coding works, make that increase new features or function are very easy.In addition, set up the element set of computer interface in computer interface generation method of the present invention and the device, described set also comprises the attribute of an element of computer interface, and this has just unified the style and the pattern of computer interface, makes that the style of the computer interface of generation is consistent with pattern in view of the above.
Description of drawings
Fig. 1 is the main flow chart of computer interface generation method of the present invention;
Fig. 2 is the exemplary plot of the computer interface that generates of embodiment;
Fig. 3 is the hierarchy chart of computer interface generation method of the present invention;
Fig. 4 is the structural drawing of computer interface generating apparatus of the present invention.
Embodiment
As shown in Figure 1, computer interface generation method of the present invention may further comprise the steps,
Set up the element set step of computer interface, described set also comprises the attribute of an element of computer interface;
Form the configuration file step, from described set, select element and attribute thereof, determine property value and form the configuration file of this computer interface;
Resolve the configuration file step, resolve each element and the property value thereof of the computer interface in the configuration file;
Generate the computer interface step, according to each element value and the property value formation computer interface thereof of the computer interface that parses.
Further, described parsing configuration file step further may further comprise the steps:
Element in the configuration file and property value thereof are read and attribute is deposited with the form of name-value pair;
Element that taking-up is deposited and property value thereof generate its object.
Further, described generation computer interface step further may further comprise the steps:
Create window;
Take out the object of element, and it is added in the described window;
The form of expression of described object is set according to the attribute of an element value.
This example extendible SGML of employing (XML, eXtensible Markup Language) is realized computer interface generation method of the present invention, is used to generate network management interface as shown in Figure 2.As shown in Figure 3, at first set up the element set of computer interface, this set comprise element 1 and attribute 11, attribute 12 ..., attribute 1n, element 2 and attribute 11, attribute 12 ..., attribute 1n ..., element m and attribute 11, attribute 12 ..., attribute 1n.Can utilize DTD (Document Type Definition) (DTD, the Document Type Definition) instrument of XML according to this example, set up this set.The element that may comprise some other computer interfaces for the element of a computer interface, this type of computer interface in this example comprises table element 1, control panel element 2 and filtration panels element 3, table element 1, control panel element 2 and filtration panels element 3 comprise some elements again respectively, wherein
The attribute of table element 1 comprises name, color, state, selects automatically, can eject dialog box, double-click, edit box, dat frame etc., and being provided with of this example is as follows:
<! ATTLIST table; Form
Name CDATA #REQUIRED; Title
ShowChangeColor (true|false) #IMPLIED; The expression color change
ShowReadOnlyColor (true|false) #IMPLIED; The expression color is read-only
ShowStateColor (true|false) #IMPLIED; The expression status color
AutoSelect (true|false) #IMPLIED; Automatically select
AutoResize (true|false) #IMPLIED; Automatically change size
EnableEditMenu (true|false) #IMPLIED; Edit menu
EnablePopDialog (true|false) #IMPLIED; Eject dialog box
Cellrender CDATA #IMPLIED; The unit renderer
DoubleClickListener CDATA #IMPLIED 〉; Double-click audiomonitor
Comprise column element again for table element 1, the attribute of column element comprises row names, can sort, can edit, visual, filtration, length and width, minimum, maximum, significant character etc.This example is provided with as follows:
<! ELEMENT column (displaymap?, value_rule?); Row
<!ATTLIST?column
Name CDATA #REQUIRED; The row name
Attrname CDATA #REQUIRED; Attribute-name
Editortype (text|integer|unsignint|spinbox|float|combobox|datetime|d ate|time|muticombo|ip) #REQUIRED; Editing type
Sortable (true|false) #IMPLIED; Can sort
Editable (true|false) #IMPLIED; Can edit
Visible (true|false) #IMPLIED; As seen
Filterable (true|false) #IMPLIED; Can filter
Items CDATA #IMPLIED; The combobox option
Width CDATA #IMPLIED; Width
Length CDATA #IMPLIED; Length
Min CDATA #IMPLIED; Minimum value
Max CDATA #IMPLIED; Maximal value
ValidChar CDATA #IMPLIED; Legal character
InValidChar CDATA #IMPLIED; Unallowable instruction digit
Editcondition CDATA #IMPLIED; Editor's condition
Comprise some control elements on the described control panel element 2, for table element 1 service, as inquiry, deletion, establishment, preservation, printing etc., inquiry mainly is to obtain desired data from the server end inquiry, is presented in the table element 1; Deletion mainly is that the selected line in the table element 1 is deleted; Establishment is that the record that will create is dealt into server end, is created by server; Preservation is that data presented in the table element 1 is saved in the data file of server end; Printing is that the data in the table element 1 are printed to printer.In addition, can also on control panel element 2, add control element according to actual needs.
Described filtration panels element 3 is used for generating structure query language (SQL, Structured QueryLanguage) query statement when carrying out querying command, can issue the SQL statement that generates, like this data of inquiry are filtered, only show the data that need.
Since described control panel element 2 and attribute and described filtration panels element 3 and attribute thereof setting with described table element 1 and attribute thereof is set, so repeat no more.
As shown in figs. 1 and 3, set up the element set of computer interface, this just is equivalent to set unified style or pattern for certain class computer interface, generate a concrete computer interface, just can from the element set of the computer interface set up, select the element and the attribute thereof of this computer interface, and setting computer interface element property value.
As shown in figs. 1 and 3, generate a computer interface, be that this computer interface is selected element and attribute thereof from the element set of the computer interface set up, forms the configuration file of this computer interface.The unit that this example is selected have control elements such as table element 1, control panel element 2, filtration panels element 3, column element, inquiry, adopts the edit tool Jbuilder (Jbuilder is the JAVA of a Borland company language development instrument) of XML that the element of selected computer interface and the dtd file of attribute thereof are formed configuration file.
As shown in Figure 2, the table element 1 of the computer interface in this example is a student tables element 1, masurium is " student (Student) ", the attribute right and wrong are read-only, and table element 1 has three column elements, and the first column element value is a student number, its property value is: editing type is a text, attribute-name is " student number (sno is the actual value in the table in the background data base) ", can sort to very; The secondary series element value is a name, and its property value is: editing type is a text, and attribute-name is " student's name (sname is the actual value in the table in the background data base) ", and it is true can editing; The 3rd column element value is a sex, and its property value is: editing type is the combobox type, and attribute-name is " sex (ssex is the actual value in the table in the background data base) ", and it is true can editing, or the like.Table element 1 part of the configuration file that forms is:<table name=" Student " readonly=" false " 〉
<column name=" student number " editortype=" text " attrname=" sno " sortable=" true "/〉
<column name=" name " editortype=" text " attrname=" sname " editable=" true "/〉
<column name=" sex " editortype=" combobox " attrname=" ssex " editable=" true " 〉
<displaymap>
<item name=" man " value=" 0 "/〉
<item name=" woman " value=" 1 "/〉
</displaymap>
</column></table>
Control element in this routine control panel element 2 comprises inquiry, and property value is a querying command; Create, property value is to create order; Deletion, property value is a delete command; Print, property value is a print command; Preserve, property value is a hold-over command.Be defined as follows:<buttons 〉; Button
<button text=" Query " actionCommand=" query "/〉; Inquiry, the order inquiry
<button text=" Create " actionCommand=" create "/〉; Create, order is created
<button text=" Delete " actionCommand=" delete "/〉; Deletion, the order deletion
<button text=" Print " actionCommand=" print "/〉; Print, order is printed
<button text=" Save " actionCommand=" save "/〉; Preserve, the order preservation</buttons 〉
This example has just defined some basic control functions, can define the more control function as required.
As shown in figs. 1 and 3, after forming the configuration file of computer interface, configuration file is resolved, this example adopts the parsing bag JavaX.XML.PARSERS of Sun Microsystems, the all elements and the attribute thereof of the computer interface in the configuration file are left in the tree structure document class (Document) as node, are to deposit with the form of attribute of an element name-value pair.The document elements method of obtaining (getDocumentElement ()) of calling Document is then obtained the root node of Document, can adopt all nodes of any one traversal method traversal Document, the node of traversal is converted into the object (rootTag) of self-defining element (XMLTag) class.Promptly from rootag, take out the daughter element (as column element) and the attribute thereof of all table elements 1 and attribute thereof, table element 1, generate the object of table element 1 (TableCtrl) class; In like manner, take out control panel element 2 and attribute thereof and filtration panels element 3 and attribute thereof and form the object of control panel element 2 classes and the object of filtration panels element 3 classes.
Described self-defining XMLTag class is as follows:
Public class XMLTag class
{
Public String tagName; Name
Public String value; Value
// deposit this element all properties name-value right, this is the structure of sun correspondence when resolving xml
public?NamedNodeMap?atts;
// deposit this child's element
public?Vector?childTags;
}
The object of table element 1 class comprises the array (the corresponding a plurality of row objects of the object of a table element 1) of the read-only row object for true, name and table element 1 of attribute.The object of this routine table element 1 class is as follows:
public?class?TableCtrl?implements?Constant
{
public?boolean?readOnly=true;
public?String?name;
Public ArrayList columnCtrls=new ArrayList (); The tabular array of // memory row instance objects
}
The pairing row object of the object of table element 1 comprise visual (isVisible) for true, can sort (isSortable) for false, can edit (editable) for false, filter (isFilterable) and be false, attribute-name (attrname, the row name of corresponding background data base) and row (colName).The row object is as follows: public class ColumnCtrl implements Constan{
Public boolean isVisible=true; Whether these row of // expression show
Public boolean isSortable=false; Whether these row of // expression can sort
Public boolean editable=false; Whether these row of // expression can be edited
Public boolean isFilterable=false; Whether these row of // expression can be used as filtercondition, occur in filtration panels
Public String attrname; The background data base row name that these row of // expression are corresponding
Public String colName; This is listed in the title that shows in the form of foreground // expression
}
Above-mentioned provides a kind of method of resolving configuration file, for handling element and attribute thereof according to the desired form of this analytical tool in the different analytical tool analyzing step.As for some analytical tool element and attribute thereof being deposited with the form of set, what also have deposits element and attribute thereof as a basic syntactic units, do not giving unnecessary details one by one at this.
As shown in figs. 1 and 3, generate computer interface after element in the configuration file and attribute thereof being resolved to the object of element, this example adopts Java (Java) language, at first create window, successively the object of computer interface element is joined in the described window then, this example is with table element 1 object and corresponding row object thereof, the object and filtration panels element 3 objects of the control element of control panel element 2 objects and correspondence thereof join in the described window, next step is the form of expression that described object is set according to the property value of described object, promptly according to table element 1 object, the property value of control panel element 2 objects and filtration panels element 3 objects generates table element 1 object, control panel element 2 objects and the form of expression of filtration panels element 3 objects in computer interface, computer interface has just generated like this, can on the display of computing machine, show, as shown in Figure 2.
If will change the property value that sorts of first column element of the table element 1 of computer interface as shown in Figure 2, with it by very being vacation, even these row can not sort.Owing in the configuration file of this computer interface, comprise all elements and the property value thereof of this computer interface, so as long as revise the configuration file of this computer interface, be about to the value that the attribute of first column element of the table element 1 in this configuration file can sort and be vacation, resolve the configuration file step configuration file of revising is resolved, generate the object generation new computer interface of computer interface step according to the element of the computer interface that parses.
If will revise the attribute of an element of computer interface, as long as revise the configuration file of computer interface.The computer interface that in aforesaid example, generates for example, the attributes edit type of the 3rd of table element 1 the column element sex is a composite type in the computer interface, if the value of this attribute should be text by composite type, then revise the configuration file of this computer interface, the value composite type (combobox) of the attributes edit type of the column element sex of table element in the configuration file 1 should be text (text), form configuration file then again.Again the form part of the configuration file of Xing Chenging is as follows:<table name=" Student " readonly=" false " 〉
<column name=" student number " editortype=" text " attrname=" sno " sortable=" true "/〉
<column name=" name " editortype=" text " attrname=" sname " editable=" true "/〉
<column name=" sex " editortype=" text " attrname=" ssex " editable=" true " 〉
</column></table>
Again after forming configuration file, carry out the step of computer interface generation method of the present invention: resolve configuration file and generate the computer interface step, resolve each element and the property value thereof of the computer interface in the configuration file, each element value and property value thereof according to the computer interface that parses form computer interface, and the property value of the attributes edit type of the column element of the table element 1 of the computer interface of Xing Chenging just should be text by composite type so again.
In like manner, if will promptly increase new element, as long as the element that selection will increase in the element set of computer interface for computer interface increases new features, again form configuration file, other step of carrying out computer interface generation method of the present invention successively can generate the computer interface with new features.
Correspondingly, as shown in Figure 4, computer interface generating apparatus of the present invention comprises:
Storage unit 10 is used to deposit the set of the element of computer interface;
Form configuration file unit 20, be used for selecting element and attribute thereof, determining property value and form the configuration file of this computer interface from described set;
Resolve configuration file unit 30, be used for resolving each element and the property value thereof of the computer interface of configuration file;
Generate computer interface unit 40, according to each element value and the property value formation computer interface thereof of the computer interface that parses.
As shown in Figure 4, described parsing configuration file unit 30 further comprises:
Read and storage unit 31, be used for the element of configuration file and property value is read and attribute is deposited with the form of name-value pair;
Form object unit 32, be used to take out element and the property value thereof deposited and generate its object.
As shown in Figure 4, described generation computer interface unit 40 further comprises:
Window creation unit 41 is used to create window;
Adding device 42 is used to take out described object, and it is added in the described window;
Object form of expression unit 43 is set, the form of expression of described object is set according to the attribute of an element value.
According to the requirement of this type of computer interface that will form, in storage unit 10, deposit the set of the included all elements of this type of computer interface, and all possible attribute of each element is also included within the described set.
Below, generate this class computer interface, form this computer interface is selected in configuration file unit 20 from storage unit 10 element and attribute thereof, and the value of definite each attribute and form the configuration file of this computer interface; Resolving configuration file unit 30 can resolve configuration file; Generate computer interface unit 40 and generate this computer interface according to resolving the configuration file of resolving configuration file unit 30.
As shown in Figure 4, read and storage unit 31 from forming configuration file unit 20 and obtain configuration file and the attribute of an element the configuration file being deposited with the form of name-value pair; Element and attribute thereof that formation object unit 32 will have been deposited form its object; Adding device 42 adds described object on the window of window creation unit 41 establishments; Object form of expression unit 43 is set for each object on the window is provided with its concrete form of expression, has so just formed this computer interface.
The above only is the preferred implementation of computer interface generation method of the present invention and device; should be understood that; for those skilled in the art; under the prerequisite that does not break away from computer interface generation method of the present invention and principle of device; can also make some improvements and modifications, these improvements and modifications also should be considered as the protection domain of computer interface generation method of the present invention and device.
Claims (6)
1, a kind of computer interface generation method is characterized in that, comprising:
Set up the step of computer interface element set, described set also comprises the computer interface attribute of an element;
Form the configuration file step, from described set, select element and attribute thereof, determine property value and form the configuration file of this computer interface;
Resolve the configuration file step, resolve each element and the property value thereof of the computer interface in the configuration file;
Generate the computer interface step, according to each element value and the property value formation computer interface thereof of the computer interface that parses.
2, computer interface generation method as claimed in claim 1 is characterized in that, described parsing configuration file step further may further comprise the steps:
With the element in the configuration file and property value is read and attribute is deposited with the form of name-value pair;
Element that taking-up is deposited and property value thereof generate its object.
3, computer interface generation method as claimed in claim 2 is characterized in that, described generation computer interface step further may further comprise the steps:
Create window;
Take out the object of element, and it is added in the described window;
The form of expression of described object is set according to the attribute of an element value.
4, a kind of computer interface generating apparatus is characterized in that, described computer interface generating apparatus comprises:
Storage unit, the set that is used to deposit the computer interface element;
Form the configuration file unit, be used for selecting element and attribute thereof, determining property value and form the configuration file of this computer interface from described set;
Resolve the configuration file unit, be used for resolving each element and the property value thereof of the computer interface of configuration file;
Generate the computer interface unit, according to each element value and the property value formation computer interface thereof of the computer interface that parses.
5, computer interface generating apparatus as claimed in claim 4 is characterized in that, described parsing configuration file unit further comprises:
Read and storage unit, be used for the element of configuration file and property value is read and attribute is deposited with the form of name-value pair;
Form object unit, be used to take out element and the property value thereof deposited and generate its object.
6, computer interface generating apparatus as claimed in claim 5 is characterized in that, described generation computer interface unit further comprises:
The window creation unit is used to create window;
Adding device is used to take out described object, and it is added in the described window;
Object form of expression unit is set, the form of expression of described object is set according to the attribute of an element value.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200410050198 CN1713140A (en) | 2004-06-25 | 2004-06-25 | Interface generating method and device for computer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200410050198 CN1713140A (en) | 2004-06-25 | 2004-06-25 | Interface generating method and device for computer |
Publications (1)
Publication Number | Publication Date |
---|---|
CN1713140A true CN1713140A (en) | 2005-12-28 |
Family
ID=35718773
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN 200410050198 Pending CN1713140A (en) | 2004-06-25 | 2004-06-25 | Interface generating method and device for computer |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN1713140A (en) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2010133024A1 (en) * | 2009-05-19 | 2010-11-25 | 中山大学 | Method for optimizing development of interactive channel of digital tv in a digital family |
CN101957749A (en) * | 2009-07-20 | 2011-01-26 | 华为技术有限公司 | Widget generating method and device |
CN102236544A (en) * | 2010-04-21 | 2011-11-09 | 腾讯科技(深圳)有限公司 | Method and device for designing skins |
CN101277492B (en) * | 2007-03-26 | 2012-07-04 | 华为技术有限公司 | Terminal and method for managing appearance thereof |
CN102103491B (en) * | 2009-12-18 | 2013-11-06 | Tcl集团股份有限公司 | System and method for generating interface |
CN103530112A (en) * | 2013-08-31 | 2014-01-22 | 国家电网公司 | Method for realizing simulation of display frames of relay protection device |
CN104252462A (en) * | 2013-06-26 | 2014-12-31 | 国际商业机器公司 | Method and system for integrating data between different systems |
CN104809534A (en) * | 2014-01-24 | 2015-07-29 | 北京理工大学 | Business process management system |
CN105094891A (en) * | 2015-06-30 | 2015-11-25 | 小米科技有限责任公司 | Method and device for effect display |
CN105511843A (en) * | 2014-09-22 | 2016-04-20 | 普天信息技术有限公司 | Application program interface generation method and device |
CN105549963A (en) * | 2006-05-22 | 2016-05-04 | 三星电子株式会社 | Apparatus and method for setting user interface according to user preference |
CN106371825A (en) * | 2016-08-23 | 2017-02-01 | 武大吉奥信息技术有限公司 | Dynamic form generation method and apparatus for mobile end application interface |
CN112287266A (en) * | 2019-07-09 | 2021-01-29 | 腾讯科技(深圳)有限公司 | Processing method and device for webpage configuration, equipment and storage medium |
-
2004
- 2004-06-25 CN CN 200410050198 patent/CN1713140A/en active Pending
Cited By (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105549963A (en) * | 2006-05-22 | 2016-05-04 | 三星电子株式会社 | Apparatus and method for setting user interface according to user preference |
CN105549963B (en) * | 2006-05-22 | 2019-03-08 | 三星电子株式会社 | The device and method of user interface are set according to user's preferences |
CN101277492B (en) * | 2007-03-26 | 2012-07-04 | 华为技术有限公司 | Terminal and method for managing appearance thereof |
WO2010133024A1 (en) * | 2009-05-19 | 2010-11-25 | 中山大学 | Method for optimizing development of interactive channel of digital tv in a digital family |
CN101957749A (en) * | 2009-07-20 | 2011-01-26 | 华为技术有限公司 | Widget generating method and device |
CN102103491B (en) * | 2009-12-18 | 2013-11-06 | Tcl集团股份有限公司 | System and method for generating interface |
CN102236544A (en) * | 2010-04-21 | 2011-11-09 | 腾讯科技(深圳)有限公司 | Method and device for designing skins |
CN102236544B (en) * | 2010-04-21 | 2014-06-18 | 腾讯科技(深圳)有限公司 | Method and device for designing skins |
CN104252462A (en) * | 2013-06-26 | 2014-12-31 | 国际商业机器公司 | Method and system for integrating data between different systems |
US9971818B2 (en) | 2013-06-26 | 2018-05-15 | International Business Machines Corporation | Integrating data between different enterprise systems |
CN104252462B (en) * | 2013-06-26 | 2017-12-29 | 国际商业机器公司 | Method and system for the integrated data between different system |
CN103530112A (en) * | 2013-08-31 | 2014-01-22 | 国家电网公司 | Method for realizing simulation of display frames of relay protection device |
CN103530112B (en) * | 2013-08-31 | 2017-04-19 | 国家电网公司 | Method for realizing simulation of display frames of relay protection device |
CN104809534A (en) * | 2014-01-24 | 2015-07-29 | 北京理工大学 | Business process management system |
CN105511843A (en) * | 2014-09-22 | 2016-04-20 | 普天信息技术有限公司 | Application program interface generation method and device |
CN105094891A (en) * | 2015-06-30 | 2015-11-25 | 小米科技有限责任公司 | Method and device for effect display |
CN105094891B (en) * | 2015-06-30 | 2018-11-06 | 小米科技有限责任公司 | effect display method and device |
CN106371825A (en) * | 2016-08-23 | 2017-02-01 | 武大吉奥信息技术有限公司 | Dynamic form generation method and apparatus for mobile end application interface |
CN106371825B (en) * | 2016-08-23 | 2019-08-13 | 武大吉奥信息技术有限公司 | A kind of mobile terminal application interface list dynamic creation method and device |
CN112287266A (en) * | 2019-07-09 | 2021-01-29 | 腾讯科技(深圳)有限公司 | Processing method and device for webpage configuration, equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN1627259A (en) | Programmable object model for namespace or schema library support in a software application | |
CN1713140A (en) | Interface generating method and device for computer | |
CN104133772B (en) | Automatic test data generation method | |
CN110705237B (en) | Automatic document generation method, data processing device and storage medium | |
CN1811765A (en) | Data binding in a word-processing application | |
CN1811702A (en) | System and method for developing portal applications and automatically deploying them into a portal server application | |
CN1519751A (en) | Method, system and program of generating structural mode candidate targent | |
CN101048728A (en) | Document managing system and method thereof | |
CN1808377A (en) | Application-generic sequence diagram generator driven by a non-proprietary language | |
CN101052945A (en) | Approach for creating a tag or an attribute in a markup language document | |
CN1808424A (en) | Method of abstracting key information from documents | |
CN1781105A (en) | Retaining hierarchical information in mapping between XML documents and relational data | |
CN101061688A (en) | Network management apparatus and method based on simple network management protocol | |
CN1816043A (en) | Script generating device based on assembly multiplexing, and method therefor | |
CN1920866A (en) | Bulletin board system, server for bulletin board system, thread display method for client of bulletin board system, and program | |
CN107402729B (en) | Printing template construction method and template printing method | |
CN1866283A (en) | System and method for implementing regular system triggering | |
CN1440000A (en) | Image processing method, device, storage medium, program, colour image forming system | |
CN1670734A (en) | Compound engine managing methods and compound engine managing system | |
CN109445771A (en) | A kind of off line network layers block code Auto-Generation Tool of CS framework and method | |
CN111124380A (en) | Front-end code generation method | |
CN1975739A (en) | Report generating method, equipment and system | |
CN1822596A (en) | Data processing method in customer/server frame | |
CN101075989A (en) | Method and system for verifying field validity | |
CN1228728C (en) | System and process for developing customized business report forms in the WEB applications |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C12 | Rejection of a patent application after its publication | ||
RJ01 | Rejection of invention patent application after publication |