CN106843844B - Display device of custom view - Google Patents

Display device of custom view Download PDF

Info

Publication number
CN106843844B
CN106843844B CN201611215793.4A CN201611215793A CN106843844B CN 106843844 B CN106843844 B CN 106843844B CN 201611215793 A CN201611215793 A CN 201611215793A CN 106843844 B CN106843844 B CN 106843844B
Authority
CN
China
Prior art keywords
view
query
display
attribute
custom
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.)
Active
Application number
CN201611215793.4A
Other languages
Chinese (zh)
Other versions
CN106843844A (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.)
Linewell Software Co Ltd
Original Assignee
Linewell Software 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 Linewell Software Co Ltd filed Critical Linewell Software Co Ltd
Priority to CN201611215793.4A priority Critical patent/CN106843844B/en
Publication of CN106843844A publication Critical patent/CN106843844A/en
Application granted granted Critical
Publication of CN106843844B publication Critical patent/CN106843844B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a display device of a user-defined view, which is used for meeting the requirements of quick development and daily maintenance of the view function of an information system. The display device of the user-defined view provided by the embodiment of the invention provides design realization of a view basic information setting module, a view query statement setting module, a view display column and view query option attribute setting module, a view toolbar operating button attribute setting module, a view configuration information generating module, a view binding module and a view display module.

Description

Display device of custom view
Technical Field
The invention relates to the technical field of computers, in particular to a display device for a user-defined view.
Background
In the current internet and informatization field, a large number of internet application and informatization management systems emerge, and under the driving of the instantaneously changeable market competition environment, products can be quickly constructed, and the market demand can be responded in time, so that the product competitiveness is crucial. Therefore, the development period of the platform is shortened by integrating a plurality of mature components, and the development cost of the platform can be effectively reduced.
Currently, a network (Web) application based on a Browser/Server (B/S) mode generally comprises various service modules, where a query and list interface presented by a module to a user is called a view, and the view mode includes: list view (ListView), treelilistview (treeliptiew), and image list view (imgllistview). An information management system may be composed of tens or hundreds of views, and when developing the view front end of a Web application module, a common method in the prior art is to integrate list components of main-stream industry open source frameworks or self-developed list components, such as easy datagrid, Ext datagrid, bootstrap datagrid, and the like. Regardless of the list component which is open source or self-developed, the list component is only responsible for the display style of the front end and the interaction with the background, and the displayed list data is constructed in the background, so that developers are required to code to inquire the data from the database and return the data to the foreground. When different views are adopted, different list pages and different background classes are needed to obtain data, and the problem of low module development efficiency inevitably exists. In addition, when the requirements for adjusting data column display (such as adjusting the sequence of the columns, adding display columns, adjusting list operation buttons and the like) are changed, only developers can modify codes, the maintenance efficiency is low, the maintenance cost is high, and the requirements for universality, easy maintenance and the like cannot be met.
Disclosure of Invention
The invention aims to provide a display device of a user-defined view, which is used for flexibly defining the views with various functions, thereby greatly reducing the modification of codes by developers when the views need to be adjusted and optimized, reducing the maintenance cost, improving the maintenance efficiency and meeting the requirements of universality and easy maintainability.
In order to achieve the purpose, the invention adopts the following technical scheme:
the invention provides a display device of a user-defined view, which comprises:
the view basic information setting module is used for setting the view basic information of the user-defined view, and the view basic information comprises: view title, view alias, view data source connection pool, view type, display mode, record opening mode, open page width and open page height;
a view query statement setting module, configured to set a view query statement according to view display list data to be queried, where the view query statement includes: standard Structured Query Language (SQL), global parameters and query parameters;
a property setting module of a view display column and a view query option, configured to set a property of the view display column and a property of the view query option, where the property of the view display column includes: column title, occupation width ratio, associated fields, alignment mode, whether to allow sorting and column conversion function, wherein the attributes of the view query option comprise: display name, display type, display location;
the attribute setting module of the view toolbar operating button is used for setting the attribute of the view toolbar operating button, and the attribute of the view toolbar operating button comprises the following steps: an operation button name, an operation button display name, an operation button implementation function and an operation button icon;
a view configuration information generation module, configured to obtain the view basic information from the view basic information setting module, obtain the view query statement from the view query statement setting module, obtain the attribute of the view display column and the attribute of the view query option from the attribute setting module of the view display column and the view query option, and obtain the attribute of the view toolbar operation button from the attribute setting module of the view toolbar operation button; generating view configuration information of the custom view according to the view basic information, the view query statement, the attribute of the view display column, the attribute of the view query option and the attribute of the view toolbar operating button, and generating a view access address of the custom view according to the view configuration information of the custom view;
the view binding module is used for acquiring the view access address of the user-defined view from the view configuration information generation module and binding the view access address of the user-defined view with the link address of the system module;
the view display module is used for acquiring view configuration information of the user-defined view through the view access address when a user clicks the system module, analyzing the view configuration information to obtain a view query result, and returning the view query result to a foreground page; and displaying the view query result returned to the foreground page by using a list component, and outputting and displaying the user-defined view to the user.
After the technical scheme is adopted, the technical scheme provided by the invention has the following advantages:
the display device of the user-defined view provided by the embodiment of the invention provides design realization of a view basic information setting module, a view query statement setting module, a view display column and view query option attribute setting module, a view toolbar operating button attribute setting module, a view configuration information generating module, a view binding module and a view display module. The display device of the user-defined view provided by the embodiment of the invention can integrate various front-end list components, provide a visual configuration process, realize the rapid development and dynamic adjustment of the system module view, and meet the rapid development and daily maintenance requirements of the information system view function.
Drawings
FIG. 1 is a schematic diagram of a structure of a display apparatus for providing a user-defined view according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a component structure of another display device for providing a customized view according to an embodiment of the present invention;
fig. 3 is a block diagram illustrating a configuration flow of a custom view in a custom view display apparatus according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a display device of a user-defined view, which is used for flexibly defining the view with various functions, thereby greatly reducing the code modification of developers when the view needs to be adjusted and optimized, reducing the maintenance cost, improving the maintenance efficiency and meeting the requirements of universality and easy maintainability.
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the embodiments described below are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments that can be derived by one skilled in the art from the embodiments given herein are intended to be within the scope of the invention.
The terms "comprises" and "comprising," and any variations thereof, in the description and claims of this invention and the above-described drawings are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of elements is not necessarily limited to those elements, but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
The following are detailed below. In the embodiment of the invention, the browser/server mode is a network structure mode after WEB is started, and the WEB browser is the most main application software of the client. The mode unifies the client, centralizes the core part of the system function realization to the server, and simplifies the development, maintenance and use of the system. The client only needs to install a Browser (Browser), such as Netscape Navigator or Internet Explorer, the Server installs databases such as SQLServer, Oracle, MYSQL, etc., and the Browser performs data interaction with the database through the Web Server. When developing the view front end of the WEB application module, a list component of an open source framework or a list component developed by a developer by himself or herself, such as a list box component, an action list component, an image landmark component, a tree view component, a landmark view component, and the like, may be used.
The display device of the user-defined view provided by the embodiment of the invention is arranged in an information system, and can realize the rapid development and daily maintenance of various functional views in the information system. Referring to fig. 1, a display apparatus 100 with a customized view according to an embodiment of the present invention includes:
the view basic information setting module 101 is configured to set view basic information of a custom view, where the view basic information includes: view title, view alias, view data source connection pool, view type, display mode, record opening mode, open page width and open page height;
a view query statement setting module 102, configured to set a view query statement according to view display list data to be queried, where the view query statement includes: standard Structured Query Language (SQL), global parameters and query parameters;
a view display column and view query option attribute setting module 103, configured to set attributes of the view display column and the view query option, where the attributes of the view display column include: column title, occupation width ratio, associated fields, alignment mode, whether to allow sorting and column conversion function, wherein the attributes of the view query option comprise: display name, display type, display location;
a property setting module 104 of the view toolbar operating button, configured to set properties of the view toolbar operating button, where the properties of the view toolbar operating button include: an operation button name, an operation button display name, an operation button implementation function and an operation button icon;
a view configuration information generating module 105, configured to obtain view basic information from the view basic information setting module 101, obtain a view query statement from the view query statement setting module 102, obtain an attribute of a view display column and an attribute of a view query option from the attribute setting module 103 of the view display column and the view query option, and obtain an attribute of a view toolbar operation button from the attribute setting module 104 of the view toolbar operation button; generating view configuration information of a custom view according to the view basic information, the view query statement, the attribute of the view display column, the attribute of the view query option and the attribute of the view toolbar operating button, and generating a view access address of the custom view according to the view configuration information of the custom view;
the view binding module 106 is configured to obtain a view access address of the custom view from the view configuration information generation module, and bind the view access address of the custom view and the link address of the system module;
the view display module 107 is used for acquiring view configuration information of the user-defined view through the view access address when the user clicks the system module, analyzing the view configuration information to obtain a view query result, and returning the view query result to the foreground page; and displaying the view query result returned to the foreground page by using the list component, and outputting and displaying the user-defined view to the user.
In the display apparatus of the customized view provided by the embodiment of the present invention, views of various functions in an information system can be flexibly customized, first, in the view basic information setting module 101, the view query statement setting module 102, the attribute setting module 103 of the view display column and the view query option, and the attribute setting module 104 of the view toolbar operating button provided by the embodiment of the present invention, these four modules respectively provide view basic information, the view query statement, the view display column and the view query option, and the view toolbar operating button for the customized view to be individually configured, and the specific configuration item of the customized view is displayed to a user in a visual manner, the execution sequence among these four modules may be various, and is not limited here, in the display apparatus of the customized view shown in fig. 1, the view basic information setting module 101, the view toolbar operating button, The view query statement setting module 102, the attribute setting module 103 for the view display column and the view query option, and the attribute setting module 104 for the view toolbar operating button are sequentially executed as an example, and in practical applications, the four modules may be executed simultaneously or in other ways that are not limited to the sequence.
In the view configuration information generating module 105 provided in the embodiment of the present invention, the view configuration information of the custom view may be generated according to configuration results respectively executed by the view basic information setting module 101, the view query statement setting module 102, the attribute setting module 103 for the view display column and the view query option, and the attribute setting module 104 for the view toolbar operating button, and then the view configuration information may include the view basic information, the view query statement, the view display column and the view query option, and the view toolbar operating button, so that all configuration items of the custom view are displayed to the user in the form of the view configuration information. In the view binding module 106 provided in the embodiment of the present invention, the view access address of the custom view and the link address of the system module are bound. When the user clicks the system module, the view display module 107 is executed, and the module can acquire view configuration information of the custom view through the view access address, analyze the view configuration information to acquire a view query result, return the view query result to the foreground page, display the view query result returned to the foreground page by using the list component, and output and display the custom view to the user. In the embodiment of the invention, all configurations required by the user-defined view are stored in the view configuration information, view query results can be obtained by analyzing the view configuration information, and finally the view query results can be displayed through an open source or self-configured list component, the display device of the user-defined view designed by the embodiment of the invention supports the display requirements of various list components, the initialized content of the view can be flexibly customized and adjusted according to the configuration information, therefore, the user-defined view display device provided by the embodiment of the invention adopts modular development to realize plug and play of the device, and in order to meet the requirements of quick development and daily maintenance during the view function of an information system, the embodiment of the invention can quickly meet the requirements of complicated and changeable view display, and on the premise of writing a small amount of extension codes, various view functions of the project are customized and adapted by visual configuration. For example, when any one of the view basic information, the view query statement, the view display column and the view query option, and the view toolbar operating button needs to be adjusted according to the needs of the user, the code cannot be rewritten, and only the operation item needs to be modified from each visualized module, the view basic information, the view query statement, the view display column and the view query option, and the view toolbar operating button can be modified, so that the maintenance cost of developers is greatly reduced.
In some embodiments of the present invention, please refer to fig. 2, in which the apparatus 100 for displaying a custom view further includes: the view configuration preview module 108, wherein,
a view configuration preview module 108, configured to obtain view basic information from the view basic information setting module 101, obtain a view query statement from the view query statement setting module 102, obtain an attribute of a view display column and an attribute of a view query option from the attribute setting module 103 of the view display column and the view query option, and obtain an attribute of a view toolbar operation button from the attribute setting module 104 of the view toolbar operation button; generating a view preview effect of a user-defined view according to the view basic information, the view query statement, the attribute of the view display column, the attribute of the view query option and the attribute of the view toolbar operating button, and outputting and displaying the view preview effect to a user by using a list component; acquiring an adjustment mode of a user on a view preview effect, and triggering and executing at least one of the following steps according to the adjustment mode: a trigger view basic information setting module 101 adjusts view basic information, a trigger view query statement setting module 102 adjusts view query statements, a trigger view display column and view query option attribute setting module 103 adjusts view display column attributes and view query option attributes, and a trigger view toolbar operating button attribute setting module 104 adjusts view toolbar operating button attributes; and regenerating the view preview effect of the custom view according to the adjustment mode, and triggering and executing the view configuration information generation module 105 when the regenerated view preview effect passes the user audit.
In the foregoing embodiments of the present invention, the view configuration preview module 108 provides a preview module for previewing the configuration effect for better adjusting the view configuration. Compared with the view display module, the view configuration preview module gives more importance to view titles, view display column titles, column width, alignment mode, rationality and aesthetics of column conversion. For example, a view query statement is obtained from a view configuration, the global parameter and the query parameter in the view query statement may filter the query condition in a null value manner to obtain a standard SQL statement, and the SQL statement is executed in the business system database to obtain query result data. The query result data comprises a view basic information object, a view display column set object, a view query list object, a view toolbar object and a row sequence object. The view basic information object is used for storing view basic information, the view display column set object is used for storing a view display column set, the view query list object is used for storing a view query option set, the view toolbar object is used for storing an operation button set, and the ranking object is used for storing whether the view display column object with the ranking attribute allowed or not is stored. And loading the list component which is open source or self-developed by the system on the view display module, converting the query result data into a JSON or XML data format required by the display of the list component which is open source or self-developed by the system, and outputting a view preview interface by using the converted result data by the list component.
In the foregoing embodiment of the present invention, after the view basic information setting module 101, the view query statement setting module 102, the attribute setting module 103 for the view display column and the view query option, and the attribute setting module 104 for the view toolbar operating button generate their respective configuration results, the view configuration preview module 108 may be further used to output the view preview effect to the view preview interface, so that the user may complete the effect preview of the user-defined view through the view preview interface, the user may review the view title, the view display column title, the column width, the alignment manner, and the column conversion, and the user may pay attention to the view title, the view display column title, the column width, the alignment manner, the reasonability and the aesthetics of the column conversion, thereby determining whether the view preview effect needs to be adjusted, and thus the view basic information, the view query statement, the view display column, and the column conversion need to be adjusted The view display column, the view query option and the view toolbar operating button are modified again, the view configuration preview module 108 generates a view preview result again, and when the regenerated view preview effect passes the review of the user, the view configuration information generation module 105 is triggered to be executed. The display device of the user-defined view in the embodiment of the invention can further realize view preview, thereby realizing the modification of the user-defined view, further meeting the flexible user-defined requirements of users on various functional views and facilitating the real-time adjustment of the user-defined view.
In some embodiments of the present invention, the view basic information setting module 101 is specifically configured to perform the following steps:
1) configuring a view title and a view alias of a custom view, wherein the view title is used for title identification of the custom view during display, the view alias is used for generating a script file with the same name and a suffix name of JS, and the script file is used for storing an implementation method of a column conversion function of a view display column of the custom view and an implementation method of a view toolbar operating button of the custom view;
2) the method comprises the following steps of configuring a view data source connection pool, wherein a connection pool configuration item of the view data source connection pool comprises: the database type, the database link address, the database access user and the password information;
3) configuring a view type and a display mode of a custom view, wherein the view type comprises: a list view (ListView), a treeListView, and an image list view (ImgListView), the presentation means being for providing a variety of integrated list components for selection by a user;
4) the record opening mode of the user-defined view is configured, and the record opening mode comprises the following steps: opening the open mode of the link, the open mode of the link to the view, the open mode of the open link comprising: a new window opening mode, a pop-up window opening mode and a current window opening mode;
5) and configuring the width and the height of an open page of the custom view.
In the foregoing embodiment of the present invention, for the view basic information setting module 101, there may be no precedence order between the five steps executed by the module, where a variety of list components integrated in a display apparatus of a customized view may be displayed in a configured display manner, and the list components may be open-source or user-defined, and are not limited herein.
In the embodiment of the present invention, the view title may be used for title identification in view display, the view alias should be controlled to be in an english format, and after configuration of the customized view is completed, a script file with a name of the same name and a suffix JS may be generated in a corresponding directory to store a column conversion function and a specific implementation method of a view operation button implementation function of the view display column, for example, the view display column refers to a column in which the column conversion function needs to be configured, for example, a data value extracted from a database is 1 followed by 0, and may be changed to "yes" or "no" by the column conversion function. The view data source connection pool can comprise a database type, a database link address, a database access user and password information, wherein the database type can be oracle, mysql, sqlserver, dreams and Shentong, and the database link address can provide examples for a configurator to refer to according to the database type or not.
The view type can comprise a common list type and a tree + list type, wherein the tree + list type refers to a list with trees, and when a configurator selects the tree + list type, a common tree should be provided for selection or prompting a user to expand to realize a tree display method. For various mainstream open source list components, data required to be acquired from a background mainly comprises columns (columns), toolbars (toolbars) and data (data), so that different display pages can be customized and developed according to different list component characteristics, a unified data result is used to meet different view display effect requirements of a user, such as easy's datagrid, Ext's datagrid and bootstrap datagrid or self-developed list components, and the integrated list components can be provided in a display mode to be selected by a configurator.
The record opening mode of the common view form comprises two opening modes of opening a link and linking to a view, the opening link comprises three modes of opening a new window, opening a pop-up window and opening a current window, when a configurator selects the link opening mode, address bar filling items can be provided for filling link URL addresses, when the pop-up window opening mode is selected, page width and height filling items are required to be provided, the link is selected to the view, a selection dialog box is provided for selecting the view, and another self-defined view can be configured by using the display device of the self-defined view provided by the embodiment of the invention.
In some embodiments of the present invention, the view query statement setting module 102 is specifically configured to configure a structured query language supported by a custom view according to view display list data to be queried; configuring global parameters of the custom view, wherein the global parameters comprise: the system comprises default parameters and custom parameters, wherein the default parameters are used for defining commonly used variables provided by default, and the custom parameters are used for variables which are customized by a user under the condition that the default parameters cannot meet the use requirements; and configuring query parameters of the custom view by using the database field names corresponding to the query items to be queried of the custom view. The self-defined parameters in the global parameters can not be configured under the condition that the default parameters are enough used, and the self-defined parameters can be configured in the modes of generalization, inheritance and the like.
In the embodiment of the present invention, the standard structured query language supported by the design may be a relational database statement that is mainstream in the market, such as Oracle, DB2, SQL Server, Access, and MySQL. The global parameters include default parameters and custom parameters, which are defined by # { names } when the global parameters are designed. The default parameters are used for defining that the device provides common variables by default, the default parameters can be used by all views, such as the current system time, the current date, the current login user name, the configured connection pool and the like, the user-defined parameters are used for the user-defined variables under the condition that the default parameters cannot meet the use requirements, the user-defined parameters can only be used in the current configuration view, and the user-defined parameters can be designed in a generalization mode, an inheritance mode and the like. In the embodiment of the invention, when designing the query parameters, the database field name of the query term can be used to add a special symbol definition, such as $ { field name }.
In some embodiments of the present invention, the view query statement setting module 102 is further configured to verify, by using the view query statement, whether the view query statement can be executed in the service system database after the view query statement is configured, and query, if the view query statement can be successfully executed in the service system database, the service system database to obtain the view display column configurable field and the view query field; the view display column configurable field and the view query field are cached in the session.
In the above embodiment of the present invention, the method for verifying whether the view query statement can be executed may identify the global parameter and the query parameter by analyzing the # { } symbol in the view query statement, first obtain the global parameter value from the background by the global parameter name, and then replace the global parameter in the query statement with the global parameter value, for example, assume that the global parameter of the current system date is replaced with # { data }, and the global parameter value is the current date used, that is, "2016-11-7", when the global parameter value is temporarily unavailable, the global parameter value may be replaced with a null value. And after all replacement is finished, executing in the database by using the replaced sentences to see whether the query result can be returned or not. According to the returned query result, in this embodiment, the following two cases may be included: 1) and if the query is successful and data is returned, analyzing the column name of the returned result to obtain a view display column configurable field, and analyzing the view query field identified by the $ { } symbol in the query statement, and caching the view query field into a Session (Session) in a data set mode for subsequent view display column and query condition configuration. 2) If the query fails, an error prompt needs to be returned to the foreground, e.g., "the query statement failed verification! ".
In some embodiments of the present invention, the attribute setting module 103 of the view display columns and the view query options is specifically configured to configure a column header displayed by each view display column in the custom view, an occupation width ratio of each view display column in the custom view, an associated field, an alignment manner, whether to allow sorting, and a column conversion function, where a value of the associated field is obtained through a configurable field in a session, the alignment manner is used to configure an alignment manner of the column header and data in the view display column, whether to allow sorting is used to configure whether to allow reordering of the view data based on the view display column when the view display column is displayed, and the column conversion function is used to implement conversion processing of the view display column; and acquiring a view query field from the session by using a view search function, traversing each view query option in the view query field, sequentially displaying the view query options which can be configured in a list form, and sequentially configuring whether each view query option is displayed, the display name and the display type in the user-defined view and the display position.
The associated field value is derived from a configurable field set in the session, the alignment mode is used for configuring the alignment modes of the column titles and the data of the view display, and options comprise three items of left alignment, right alignment and center alignment; whether the sorting is allowed or not is used for configuring whether the view data is allowed to be reordered by taking the view display as a reference when the view is displayed, and the sorting mode comprises ascending and descending. The arrangement is that when the view is displayed, clicking the column title arranges the view data in descending order based on the column title, and when clicking the column title again, the arrangement becomes descending order.
The column conversion function is used for realizing special processing on column data, such as changing the display style of a value through javascript, converting into a picture and the like, or only filling in a script event method name, and the method realizes that codes are edited in the JS script file with the same name as the view alias set in the step 101. For example, the value display style is changed, e.g., 0, 1, yes, no.
In the embodiment of the invention, the view search function is configured, the view query field set is obtained from the session, each query item is traversed, the configurable query fields can be displayed in a list form, and the input items of whether each field is displayed, the display name, the display type and the display position of the view are provided. The display name is a text input box and needs to be designed to be filled in, and the display types can be a text box, a radio box, a drop-down box and a date selection box, wherein the radio box or the drop-down box can provide settings related to the system dictionary and allow options to be acquired from the system dictionary. The display position comprises two options of ordinary inquiry and advanced inquiry, and when the display position input box is designed, the display position input box can be designed into a check box for controlling whether the inquiry condition is displayed in the ordinary inquiry and the advanced inquiry. The number of common options is less, the number of the common options can be 1-2, the number of high-level options is more, for example, the inquiry function of the Taobao is only a few, but more inquiry options are expanded when the user opens the system through a pull-down button, and the high-level button can be displayed after clicking.
In the property setting module 104 of the view toolbar operating button provided by some embodiments of the present invention, the properties of the view operating button include: name, display name, implementation function, icon. In the embodiment of the invention, the event method implementation code can be edited in the JS script file with the same name as the view alias. If a button is newly added, only gAdd () can be filled in the field of the implementation function of the setting module. Selecting a list data event may provide an implementation example, such as determining whether a data list is selected may use the following implementation:
Figure BDA0001191748140000121
in some embodiments of the present invention, the view configuration information generating module 105 is further configured to save the generated view configuration information into a view storage database table, where the view storage database table includes: a view information main table, a view display column information table, a view query column information table, a database link information table, a view query statement information table, a view toolbar information table, wherein the view information main table is used for storing view titles, view aliases, view types, display modes, record opening modes, open page widths and open page heights in view basic information, the view display column information table is used for storing column titles, occupied width proportions, associated fields, alignment modes, whether sequencing is allowed or not and column conversion functions in the view display columns, the view query column information table is used for storing display names, display types and display positions of view query options, the database link information table is used for storing a view data source connection pool, the view query statement information table is used for storing view query statements, the view toolbar information table is used for storing operation button names of operation buttons of the view toolbar, The operation button displays a name, an operation button implementation function, and an operation button icon.
In the embodiment of the invention, the configuration information is stored in the view storage database table, and when the structure of the view storage database table is designed, the entity relationship of the database can be divided into the following parts according to the functions of the configuration information: the view information table comprises a view information main table (view _ info), a view display column information table (view _ column), a view query column information table (view _ query), a database link information table (view _ jndi), a view query statement information table (view _ sql), and a view toolbar information table (view _ button).
The view information main table can be used for storing information such as configured view names, view aliases, view types, display modes, record opening modes and open page widths, the view column information table is used for storing information such as configured view display column titles, occupied width proportions, associated fields, alignment modes, whether sequencing is allowed or not and column conversion functions, the view query column information table is used for storing information such as configured view query option display names, display types and display positions, the database link information table is used for storing configured view data source connection pool information, the view query statement information table is used for storing query statements displayed by configured view data, and the view toolbar information table is used for storing configured view toolbar operation button setting names, display names, implementation functions, icons and the like. In the embodiment of the present invention, the primary key of the view primary table is used as a unique identifier, and the generation of the corresponding view access path may be:
view.action?fn=grid&viewId=9193D2D2FD8A6D7035F13449B5DB7B5B
where fn-grid represents that the view is a table list view, and the view primary key is 9193D 2FD8A6D7035F13449B5DB7B 5B.
In some embodiments of the present invention, after the view binding module 106 selects a view that can be used for binding a system module from a plurality of preset views, a view corresponding to each module is determined, a module open link is bound with a view access address, and after a module to which a view link address is bound is obtained, a user can access the system module by clicking a module link to enter a corresponding view. In addition to being bound to a view access address, a module may also be other access addresses, such as a page address written in JSP, HTML, PHP code.
In some embodiments of the present invention, the view display module 107 is specifically configured to, when the user clicks the system module, obtain view configuration information of the custom view through the view access address, and obtain a global parameter and a query parameter in the view query statement from the view configuration information; generating a standard SQL statement according to the global parameters and the query parameters in the view query statement, executing the SQL statement in a business system database to obtain a view query result, returning the view query result to a foreground page, wherein the view query result returned to the foreground page comprises the following steps: the system comprises a view basic information object, a view display column set object, a view query list object, a view toolbar object and a row sequence object, wherein the view basic information object is used for storing view basic information, the view display column set object is used for storing a set of view display columns, the view query list object is used for storing a set of view query options, the view toolbar object is used for storing a set of view toolbar operating buttons, and the row sequence object is used for storing whether the sort attribute is allowed to be a view display column; and packaging the view query result returned to the foreground page into a data format required by the display of the list component, outputting the view query result packaged into the data format to a view display interface by using the list component, and displaying the user-defined view by the view display interface.
The global parameters comprise default parameters and custom parameters, wherein the default parameters can be obtained from a session or a database persistent layer, and the custom parameters are obtained by a configured custom method. The query parameters are obtained by submitting parameters associated with user operations to the background, where the user operations may include: opening a system view, clicking one tree node in a tree list, inputting a query condition in a view query box, clicking a query button, clicking a refresh button, clicking a view page, clicking a view display column title sorting and the like.
In the embodiment of the invention, the return data comprises a view basic information object, a view display column set object, a view query list object, a view toolbar object and a ranking object. The view basic information object is used for storing view basic information, the view display column set object is used for storing a view display column set, the view query list object is used for storing a view query option set, the view toolbar object is used for storing a view operation button set, and the ranking object is used for storing whether the view display column object with the allowed ranking attribute is stored.
Loading an open-source or system self-developed list component in a view display module, packaging view data returned to a foreground into a JSON or XML data format required by the open-source or self-developed list component display, and outputting a view to realize an interface by using converted result data through the list component. In the embodiment of the invention, various list components can be integrated according to the requirement, the component style option is added in the display mode after the integration, and when a user accesses the view, the view display module realized by the corresponding list component page is turned to according to the configuration item information, so that the display effect of different views is achieved.
In summary, as can be seen from the description of the embodiments of the present invention, the display device of the custom view designed by the embodiments of the present invention supports various list component display requirements, and the view initialization content can also be flexibly customized and adjusted according to the configuration information, so when designing the device, modular development is adopted to implement plug and play of the device, in order to meet the requirements of rapid development and daily maintenance in the view function of the information system, the complex and changeable view display requirements can be rapidly met, and the customization and adaptive application of various view functions of the project can be implemented through visual configuration on the premise of writing a small amount of extension codes.
In order to better understand and implement the above-mentioned schemes of the embodiments of the present invention, the following description specifically illustrates corresponding application scenarios.
The invention aims to provide a method for realizing a display device of a user-defined view. The method is used for meeting the requirements of rapid development and daily maintenance of the view function of the information system, developers can complete development of various functional views and flexible and rapid adjustment of view display and query functions by using few codes and workloads, and can better meet and adapt to various view display requirements of different projects and different users.
In order to better understand and implement the above device implementation scheme of the embodiment of the present invention, the following description specifically illustrates a corresponding application scenario. The view generated in the embodiment of the invention can be a list view or a tree list view. As shown in fig. 3, a method configuration flow implemented by the presentation apparatus of the custom view provided in the embodiment of the present invention mainly includes the following implementation steps:
step one, configuring a view title and a view alias, wherein the view title set here is used for a view title displayed during view display. The view alias is generally in an English format, a script file with the same name and a suffix name of JS can be generated in a corresponding directory after view configuration and storage, a script implementation method in the step three-button configuration is written in the script file, the view alias allows renaming, namely a plurality of views share one script file, and the original script file cannot be covered when renaming. Taking the portal website online consultation management function as an example, the consultation to be replied and the replied consultation view have the same functional service, and can share the same script file.
And step two, configuring a view data source connection pool, including information such as selecting a database type, configuring a database link address, a database access user, a password and the like. After the configuration is completed, the configuration of the connection pool is saved in a properties file, and when a new view is reconfigured, the saved configuration items of the connection pool can be selected.
And step three, selecting view types and display modes, wherein the view types comprise common list types and tree + list types, and if the tree + list types are selected, tree realization objects such as organization of the tree structure need to be realized according to the prompted interface examples.
And step four, configuring a double-click popup event of a view data recording line, and supporting two modes of opening a link and linking the link to a view, wherein the link can be opened in a mode of supporting opening a new window, opening a popup window and opening a current window. One of the three modes is selected and the open link address is configured, wherein the address refers to the address of the record editing or viewing page in the business system. The link view is mainly used for linking a parent view to a child view, where the child view may be the current view or another custom view configured by using the presentation apparatus of the custom view provided by the present embodiment. For example, three current views of human resources of provinces, cities and counties can be configured, the current view of human resources of each province is displayed in a first view by taking the province as a unit, any province link is clicked to the second view, the current view of human resources of each city of the province is displayed, any city link is continuously clicked to the third view, and the current view of human resources of each county (city and district) of the city is displayed.
Step five, configuring a view query statement, wherein the view query statement refers to a combination of a standard structured query language, a global parameter and a query parameter, and is shown in the following table 1:
Figure BDA0001191748140000161
for example, a to-be-replied consultation view is configured, which needs to provide two query conditions, namely a consultation title and a consultation category, and can display the consultation which is not replied by the department according to the department where the login user is located, and the statement is as follows:
Select*from tbl_ask t where t.state=‘N’andt.deptname='#{DEPT_NAME}'and title like‘%${TITLE}%’and type like‘${TYPE}%’。
step six, in the process of configuring the view query statement, if the global parameters cannot meet the use requirements, the user can decide whether to customize the parameters according to the requirements, if so, the user can define the operation instruction according to the customized parameters provided by the device to expand and realize the customized parameter interface, and after the interface is realized, the newly added customized parameters can be used in the step five. And if not, completing the configuration of the view query statement.
And step seven, after the condition of completing the configuration of the view query statement is triggered, using the statement to execute verification in a business system database to verify whether the statement can be executed, if the statement can be executed, inquiring the configured statement in the database, and reversely analyzing the view display column configurable field and the view query field. The configuration field is a field queried by the database, the query condition is identified by the global parameter and the special symbol # { } of the query parameter, and finally the configurable field and the query field are cached to the Session in a data set mode. If not, prompting the configuration statement format error, and returning to the previous step.
And step eight, configuring view display columns, configuring the occupation width proportion of each column of the table in the view, the associated fields, the alignment mode, whether the sequencing is allowed or not, column conversion functions and the like. And the associated field value is derived from a configurable field set in the session, the column conversion function is used for realizing special processing of column data, such as changing a value display style through javascript, converting into a picture and the like, or only filling the name of the script, and the method realizes that the code is edited in the JS script file with the same name as the alias set in the step one.
And step nine, configuring a view search function, acquiring a view query field set from the session, traversing each query item, sequentially displaying configurable view query fields in a list form, and sequentially configuring whether each field is displayed, the display name and the display type of the view and the display position. Wherein the display type selectable text box, radio box, drop-down box, and date selection box, the radio box or drop-down box options may be derived from the system dictionary association.
And step ten, configuring view operation buttons, configuring the name, the button realization function, the display name, the button icon and the like of each button in the view, wherein the buttons are mainly used for operating view data, such as adding, modifying, deleting, releasing and the like.
Step eleven, after the completion of the steps is confirmed, a preview function is provided for previewing the display effect of the configuration view, the effect is saved if the effect can be met, and the effect returns to the reconfiguration if the effect cannot be met.
Step twelve, saving the view configuration information, and automatically generating a view access address according to the view configuration content.
And step thirteen, binding the link address and the view access address of the system module in the system, for example, binding the module access address or the page link address with the view access address.
And step fourteen, opening the view access address by clicking the module link.
And step fifteen, analyzing the view configuration information and displaying the view data.
By the method, when a user needs to adjust the number sequence or width ratio of the view display columns, increase the display columns, inquire conditions, filter conditions and newly add view operation buttons, the configuration content is only required to be modified, the configuration content is immediately modified and takes effect, and encoding or adjusting of a foreground page is not required. The view configuration is stored in structured data, and if a new view needs to be developed by referring to the configured view, the rapid development of the new view can be realized by simply adjusting the configuration by copying the view function. The embodiment of the invention can meet the requirements of quickly constructing functional modules of products and adjusting complex and changeable views, and can realize development of various functional views of research and development projects and flexible view display and query adjustment services through visual configuration on the premise of writing a small amount of codes.
It should be noted that the above-described embodiments of the apparatus are merely schematic, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. In addition, in the drawings of the embodiment of the apparatus provided by the present invention, the connection relationship between the modules indicates that there is a communication connection between them, and may be specifically implemented as one or more communication buses or signal lines. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention may be implemented by software plus necessary general hardware, and may also be implemented by special hardware including special integrated circuits, special CPUs, special memories, special components and the like. Generally, functions performed by computer programs can be easily implemented by corresponding hardware, and specific hardware structures for implementing the same functions may be various, such as analog circuits, digital circuits, or dedicated circuits. However, the implementation of a software program is a more preferable embodiment for the present invention. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a readable storage medium, such as a floppy disk, a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk of a computer, and includes instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
In summary, the above embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the above embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the above embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (7)

1. A custom view display device, comprising:
the view basic information setting module is used for setting the view basic information of the user-defined view, and the view basic information comprises: view title, view alias, view data source connection pool, view type, display mode, record opening mode, open page width and open page height;
a view query statement setting module, configured to set a view query statement according to view display list data to be queried, where the view query statement includes: standard Structured Query Language (SQL), global parameters and query parameters;
a property setting module of a view display column and a view query option, configured to set a property of the view display column and a property of the view query option, where the property of the view display column includes: column title, occupation width ratio, associated fields, alignment mode, whether to allow sorting and column conversion function, wherein the attributes of the view query option comprise: display name, display type, display location;
the attribute setting module of the view toolbar operating button is used for setting the attribute of the view toolbar operating button, and the attribute of the view toolbar operating button comprises the following steps: an operation button name, an operation button display name, an operation button implementation function and an operation button icon;
a view configuration information generation module, configured to obtain the view basic information from the view basic information setting module, obtain the view query statement from the view query statement setting module, obtain the attribute of the view display column and the attribute of the view query option from the attribute setting module of the view display column and the view query option, and obtain the attribute of the view toolbar operation button from the attribute setting module of the view toolbar operation button; generating view configuration information of the custom view according to the view basic information, the view query statement, the attribute of the view display column, the attribute of the view query option and the attribute of the view toolbar operating button, and generating a view access address of the custom view according to the view configuration information of the custom view;
the view binding module is used for acquiring the view access address of the user-defined view from the view configuration information generation module and binding the view access address of the user-defined view with the link address of the system module;
the view display module is used for acquiring view configuration information of the user-defined view through the view access address and acquiring global parameters and query parameters in a view query statement from the view configuration information when a user clicks the system module; generating a standard SQL statement according to the global parameters and the query parameters in the view query statement, executing the SQL statement in a business system database to obtain a view query result, returning the view query result to a foreground page, wherein the view query result returned to the foreground page comprises the following steps: the system comprises a view basic information object, a view display column set object, a view query list object, a view toolbar object and a row sequence object, wherein the view basic information object is used for storing view basic information, the view display column set object is used for storing a set of view display columns, the view query list object is used for storing a set of view query options, the view toolbar object is used for storing a set of view toolbar operating buttons, and the row sequence object is used for storing whether the sort attribute is allowed or not; and packaging the view query result returned to the foreground page into a data format required by the display of a list component, outputting the view query result packaged into the data format to a view display interface by using the list component, and displaying the self-defined view by the view display interface.
2. The apparatus for displaying a custom view according to claim 1, further comprising: a view configuration preview module that, among other things,
the view configuration preview module is configured to obtain the view basic information from the view basic information setting module, obtain the view query statement from the view query statement setting module, obtain the attribute of the view display column and the attribute of the view query option from the attribute setting module of the view display column and the view query option, and obtain the attribute of the view toolbar operation button from the attribute setting module of the view toolbar operation button; generating a view preview effect of the self-defined view according to the view basic information, the view query statement, the attribute of the view display column, the attribute of the view query option and the attribute of the view toolbar operating button, and outputting and displaying the view preview effect to a user by using a list component; obtaining an adjustment mode of the user on the view preview effect, and triggering and executing at least one of the following steps according to the adjustment mode: triggering the view basic information setting module to adjust the view basic information, triggering the view query statement setting module to adjust the view query statement, triggering the attribute setting module of the view display column and the view query option to adjust the attribute of the view display column and the attribute of the view query option, and triggering the attribute setting module of the view toolbar operating button to adjust the attribute of the view toolbar operating button; and regenerating the view preview effect of the user-defined view according to the adjustment mode, and triggering and executing the view configuration information generation module when the regenerated view preview effect passes the user audit.
3. The apparatus for displaying a custom view according to claim 1, wherein the view basic information setting module is specifically configured to configure a view title and a view alias of a custom view, where the view title is used for title recognition of the custom view when being displayed, the view alias is used for generating a script file with a same name and a suffix name JS, and the script file is used for storing an implementation method of a column conversion function of a view display column of the custom view and an implementation method of a view toolbar operation button of the custom view; configuring a view data source connection pool, wherein a connection pool configuration item of the view data source connection pool comprises: the database type, the database link address, the database access user and the password information; configuring a view type and a display mode of the custom view, wherein the view type comprises: the display mode is used for providing various integrated list components for a user to select; configuring a record opening mode of the custom view, wherein the record opening mode comprises the following steps: opening a link, and opening a link to a view, wherein the opening of the link comprises: a new window opening mode, a pop-up window opening mode and a current window opening mode; and configuring the open page width and the open page height of the custom view.
4. The apparatus for displaying a custom view according to any one of claims 1 to 3, wherein the view query statement setting module is specifically configured to configure a structured query language supported by the custom view according to the view display list data to be queried; configuring global parameters of the custom view, the global parameters including: the system comprises default parameters and custom parameters, wherein the default parameters are used for defining commonly used variables provided by default, and the custom parameters are used for the variables customized by a user under the condition that the default parameters cannot meet the use requirements; and configuring the query parameters of the custom view by using the database field names corresponding to the query items to be queried of the custom view.
5. The apparatus for displaying a custom view according to claim 4, wherein the view query statement setting module is further configured to verify, in the business system database, whether the view query statement can be executed using the view query statement after the view query statement is configured, and query, if the view query statement can be successfully executed in the business system database, the business system database to obtain the view display column configurable field and the view query field; caching the view display column configurable field and the view query field into a session.
6. The custom view display device of claim 5, the attribute setting module of the view display column and the view query option is specifically configured to configure a column title displayed by each view display column in the custom view, an occupied width proportion of each view display column in the custom view, an associated field, an alignment mode, whether to allow sorting, and a column conversion function, wherein, the value of the associated field is obtained through the configurable field in the session, the alignment mode is used for configuring the alignment mode of the column title and the data in the view display column, the whether to allow sorting is used for configuring whether to allow the view display columns to reorder the view data based on the view display columns when in display, and the column conversion function is used for realizing conversion processing of the view display columns; and acquiring the view query field from the session by using a view search function, traversing each view query option in the view query field, sequentially displaying the view query options which can be configured in a list form, and sequentially configuring whether each view query option is displayed, the display name and the display type in the self-defined view and the display position.
7. The apparatus for displaying a custom view according to any one of claims 1 to 3, wherein the view configuration information generating module is further configured to store the generated view configuration information in a view storage database table, and the view storage database table includes: the view information main table is used for storing view titles, view alias names, view types, display modes, record opening modes, open page widths and open page heights in the view basic information, the view display column information table is used for storing column titles, occupation width proportions, associated fields, alignment modes, whether sequencing is allowed or not and column conversion functions of the view display columns, the view query column information table is used for storing display names, display types and display positions of the view query options, the database link information table is used for storing the view data source connection pool, and the view query statement information table is used for storing the view query statements, the view toolbar information table is used for storing the operation button names, the operation button display names, the operation button implementation functions and the operation button icons of the operation buttons of the view toolbar.
CN201611215793.4A 2016-12-26 2016-12-26 Display device of custom view Active CN106843844B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611215793.4A CN106843844B (en) 2016-12-26 2016-12-26 Display device of custom view

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611215793.4A CN106843844B (en) 2016-12-26 2016-12-26 Display device of custom view

Publications (2)

Publication Number Publication Date
CN106843844A CN106843844A (en) 2017-06-13
CN106843844B true CN106843844B (en) 2020-06-12

Family

ID=59136611

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611215793.4A Active CN106843844B (en) 2016-12-26 2016-12-26 Display device of custom view

Country Status (1)

Country Link
CN (1) CN106843844B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107479789A (en) * 2017-08-10 2017-12-15 积成电子股份有限公司 A kind of displaying of IEC61850 object informations and exchange method
CN110321183B (en) * 2018-03-29 2023-05-05 阿里巴巴(中国)有限公司 Configuration system and method for UI (user interface) of public component
CN109634598B (en) * 2018-12-14 2020-09-18 北京字节跳动网络技术有限公司 Page display method, device, equipment and storage medium
CN109614197A (en) * 2018-12-14 2019-04-12 中通服公众信息产业股份有限公司 To the organization and management method of querying condition in a kind of management information system
CN111176634A (en) * 2020-01-17 2020-05-19 天阳宏业科技股份有限公司 Method and device for configurable embeddable high-tube view
CN111432291B (en) * 2020-03-20 2021-11-05 稿定(厦门)科技有限公司 View updating method and device under video segmentation frame taking scene
CN112241267A (en) * 2020-09-16 2021-01-19 武汉木仓科技股份有限公司 Configuration tool and method for realizing form page development by using same
CN112434100A (en) * 2020-11-20 2021-03-02 航天信息股份有限公司企业服务分公司 Method and system for realizing dynamic display of columns and multiple conditions and dynamic multi-latitude query
CN112416304B (en) * 2020-11-23 2022-11-25 西安西热电站信息技术有限公司 Method for expanding echarts into html standard component
CN113420044A (en) * 2021-06-30 2021-09-21 平安国际智慧城市科技股份有限公司 Data query method, device, equipment and storage medium
CN117215585B (en) * 2023-11-09 2024-03-08 浪潮通用软件有限公司 Visual description and dynamic control method and device for interface component attribute

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101202978A (en) * 2006-12-13 2008-06-18 康佳集团股份有限公司 Method for collocating mobile terminal interface and mobile terminal
CN102087597A (en) * 2011-02-14 2011-06-08 浪潮通信信息系统有限公司 J2EE and component set-based visualized development platform
CN103019683A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Method for dynamically configuring page view
CN104239073A (en) * 2014-10-15 2014-12-24 中国科学院软件研究所 Data maintenance system rapid prototyping development system and method
CN105354237A (en) * 2015-10-09 2016-02-24 上海瀚之友信息技术服务有限公司 Business data display method
CN106201458A (en) * 2016-06-27 2016-12-07 上海波汇科技股份有限公司 A kind of interface creating method can joined flexibly and system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8887078B2 (en) * 2010-12-13 2014-11-11 Microsoft Corporation Configuration of custom controls in data-driven environments
US9772822B2 (en) * 2015-03-16 2017-09-26 Microsoft Technology Licensing, Llc Visualization framework for customizable types in a development environment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101202978A (en) * 2006-12-13 2008-06-18 康佳集团股份有限公司 Method for collocating mobile terminal interface and mobile terminal
CN102087597A (en) * 2011-02-14 2011-06-08 浪潮通信信息系统有限公司 J2EE and component set-based visualized development platform
CN103019683A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Method for dynamically configuring page view
CN104239073A (en) * 2014-10-15 2014-12-24 中国科学院软件研究所 Data maintenance system rapid prototyping development system and method
CN105354237A (en) * 2015-10-09 2016-02-24 上海瀚之友信息技术服务有限公司 Business data display method
CN106201458A (en) * 2016-06-27 2016-12-07 上海波汇科技股份有限公司 A kind of interface creating method can joined flexibly and system

Also Published As

Publication number Publication date
CN106843844A (en) 2017-06-13

Similar Documents

Publication Publication Date Title
CN106843844B (en) Display device of custom view
JP7420861B2 (en) System and method for website building system server
US11321057B2 (en) Single-page web application builder system and method based on a finite-state machine
Freeman Pro Asp. net core MVC
US8904342B2 (en) System and method for rapid development of software applications
US20140059517A1 (en) Method and system for facilitating rapid development of end-to-end software applications
JP7373563B2 (en) Systems and methods for creating and processing configurable applications for website building systems
KR20130040057A (en) System and method for producing homepage in saas environment, a computer-readable storage medium therefor
US20040111424A1 (en) Data-driven web application generator and server
CN113420044A (en) Data query method, device, equipment and storage medium
CN109284488A (en) Based on the method, apparatus and medium that modification front end table column data is locally stored
CN112527288B (en) Visual system prototype design method, system and storage medium capable of generating codes
CN116627418B (en) Multi-level form interface visual generation method and device based on recursion algorithm
CN114138797A (en) System, method and device for realizing flow visualization configuration and operation based on mobile terminal, processor and computer storage medium thereof
CN114281797A (en) Method for quickly creating basic level data aggregation warehouse based on agile low-code platform
US9779387B2 (en) Business-to-business document user interface and integration design
US20220188327A1 (en) Componentized dashboards
US11093572B2 (en) Hierarchical modeling for network sites
US20230359814A1 (en) System and method for creation and handling of configurable applications for website building systems
Corrales Camello Mapp, GIS web application for the cartographic representation of 17th century notices and news
CN115438113A (en) Parameter management method and device, electronic equipment and storage medium
Sawant Instant Building Multi-Page Forms with Yii How-to
CN117687608A (en) Method, device, equipment and storage medium for generating orchestration stream
Scott et al. Themes and Templates
Chilamantula AIC-the Android and iOS app explorer with comparison

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant