CN113641277A - Menu bar implementing method and system, computer program product and readable storage medium - Google Patents

Menu bar implementing method and system, computer program product and readable storage medium Download PDF

Info

Publication number
CN113641277A
CN113641277A CN202110744635.2A CN202110744635A CN113641277A CN 113641277 A CN113641277 A CN 113641277A CN 202110744635 A CN202110744635 A CN 202110744635A CN 113641277 A CN113641277 A CN 113641277A
Authority
CN
China
Prior art keywords
menu
menu bar
display
bar
items
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110744635.2A
Other languages
Chinese (zh)
Other versions
CN113641277B (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.)
Seashell Housing Beijing Technology Co Ltd
Original Assignee
Beijing Fangjianghu Technology 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 Beijing Fangjianghu Technology Co Ltd filed Critical Beijing Fangjianghu Technology Co Ltd
Priority to CN202110744635.2A priority Critical patent/CN113641277B/en
Publication of CN113641277A publication Critical patent/CN113641277A/en
Application granted granted Critical
Publication of CN113641277B publication Critical patent/CN113641277B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Abstract

The embodiment of the invention provides a menu bar implementation method and system, a computer program product and a readable storage medium, wherein the method comprises the following steps: creating a menu layout, wherein the menu layout at least comprises a first menu bar; receiving a pre-display menu item and determining a maximum capacity threshold n of a first menu bar; in response to the fact that the number of the pre-display menu items is larger than n, adding n-1 pre-display menu items to a first menu bar, and adding a preset button in the first menu bar; the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar. According to the embodiment of the invention, the menu items are dynamically added according to the pre-displayed menu items and the threshold value, and the display and the hiding of the folding menu are controlled by the preset button to realize the folding menu bar, so that a better folding effect is realized, and the aim of separating the service from the components is fulfilled.

Description

Menu bar implementing method and system, computer program product and readable storage medium
Technical Field
The present invention relates to the field of service processing, and in particular, to a menu bar implementation method and system, a computer program product, and a readable storage medium.
Background
In the development of mobile-end Android, some situations may be met, a floating menu bar needs to be added on a page, and if the number of menu items is large, a part of the menu items are collected into a folding menu bar. At present, the realization mode of menu items is mainly to write all menu items into a menu and control the visibility and the invisibility of the corresponding menu items according to issued data, but the mode has low expansibility and easy coupling of business and components, so that the layout of a plurality of menu items is required to be maintained locally, and the realization is difficult by the mode if a folding effect is expected to be realized. Therefore, a simple and effective implementation is needed.
Disclosure of Invention
The invention provides a menu bar implementation method and system, a computer program product and a readable storage medium, which are used for solving the technical defects in the prior art.
The invention provides a menu bar implementation method, which comprises the following steps:
creating a menu layout, wherein the menu layout comprises at least a first menu bar;
receiving a pre-display menu item and determining a maximum capacity threshold n of the first menu bar;
in response to the fact that the number of the pre-display menu items is larger than n, adding n-1 pre-display menu items to a first menu bar, and adding a preset button in the first menu bar;
the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
According to the menu bar implementation method of the embodiment of the invention, the menu bar implementation method further comprises the following steps:
and if the number of the pre-display menu items is not more than n, adding all the pre-display menu items into the first menu bar to form a second view menu bar consisting of the pre-display menu items.
According to the menu bar implementation method of the embodiment of the invention, the method further comprises the following steps: when the first view menu bar is clicked, judging whether the first view menu bar is clicked on a preset button or not;
if not, the clicked content is transmitted to the outside.
According to the menu bar implementation method of the embodiment of the invention, the transmitting the clicked content to the outside includes:
and transmitting the clicked pre-display menu item to the outside by using a callback method for service processing.
According to the menu bar implementation method of the embodiment of the present invention, the step of controlling the display and the hiding of the second menu bar by the preset button includes:
when the preset button is clicked, judging whether the second menu bar is displayed or not; if yes, hiding the second menu bar; and if not, displaying the second menu bar.
According to the menu bar implementation method provided by the embodiment of the invention, the first menu bar and the second menu bar are respectively a vertical menu bar and a horizontal menu bar.
According to the menu bar implementation method of the embodiment of the present invention, the n-1 pre-display menu items in the first menu bar, the preset button, and the remaining pre-display menu items in the second menu bar together form the first view menu bar.
The invention also provides a menu bar implementation system, which comprises;
the menu layout creating module is used for creating a menu layout, wherein the menu layout at least comprises a first menu bar;
the pre-display setting module is used for receiving pre-display menu items and determining the maximum capacity threshold value n of the first menu bar;
the menu item loading module is used for adding n-1 pre-display menu items into the first menu bar in response to the fact that the number of the pre-display menu items is larger than n, and adding a preset button into the first menu bar; the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
The present invention also provides a computer program product comprising computer programs/instructions which, when executed by a processor, implement the steps of the menu bar implementation method.
The present invention also provides a non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of any of the menu bar implementing methods described above.
The embodiment of the invention realizes the folding of the menu bar by pre-processing the menu layout, dynamically adding the menu items according to the pre-displayed menu items and the threshold value and controlling the showing and hiding of the folding menu through the preset button, can realize better folding effect and effectively achieve the aim of separating services from components.
Drawings
In order to more clearly illustrate the technical solutions of the present invention or the prior art, the drawings needed for the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating a menu bar implementation method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a second method for implementing a menu bar according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a menu bar implementation system according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a computer program product provided by the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a menu bar implementation method, which is shown in figure 1 and comprises the following steps:
s1, creating a menu layout, wherein the menu layout at least comprises a first menu bar;
in S1, the creation of the menu layout is a preparatory work and is processed in advance.
S2, receiving a pre-display menu item, and determining the maximum capacity threshold n of the first menu bar;
receiving a delivered pre-display menu item and a delivered threshold value, and setting a maximum capacity threshold value n of the first menu bar based on the delivered threshold value; the pre-display menu item and the issuing threshold are issued by the rear end, the maximum capacity threshold n of the first menu bar is set based on the issuing threshold, and n is a positive integer greater than 1.
S3, in response to the fact that the number of the pre-display menu items is larger than n, adding n-1 pre-display menu items to a first menu bar, and adding a preset button in the first menu bar; the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
Before S3, it may be determined whether the number of the pre-display menu items is greater than n, and when the number of the pre-display menu items is greater than n, n-1 pre-display menu items are added to a first menu bar, the menu layout further includes a second menu bar, and the remaining pre-display menu items are added to the second menu bar; alternatively, the n-1 pre-presentation menu items are the n-1 pre-presentation menu items arranged in the front, and may also be the n-1 pre-presentation menu items selected from the pre-presentation menu items. The nth menu item in the first menu bar is a preset button, the rest pre-display menu items are added to the second menu bar, and at the moment, the n-1 pre-display menu items, the preset button and the rest pre-display menu items form the first view menu bar to be displayed. Preferably, the contents of the preset button may be set to "more". The remaining pre-display menu items are pre-display menu items which are not displayed in the first menu bar, namely the pre-display menu items except the n-1 pre-display menu items in the pre-display menu items. The second menu bar may not be set except that the second menu bar is empty. That is, if the first menu bar and the second menu bar are directly created when creating the menu layout, the second menu bar is empty and not displayed when the number of the second menu bar is not greater than n, if the first menu bar is created when creating the menu layout, the second menu bar is created when the number of the second menu bar is greater than n, and the second menu bar is not created when the number of the second menu bar is not greater than n.
According to the embodiment of the invention, the folding menu bar is realized by preprocessing the menu layout, dynamically adding the menu items according to the pre-displayed menu items and the threshold value and controlling the showing and hiding of the folding menu through the preset button, so that a better folding effect can be realized, the user interaction experience is improved, and the aim of separating the service from the components is effectively fulfilled.
According to the menu bar implementation method of the embodiment of the present invention, after determining whether the number of the pre-displayed menu items is greater than n, the method further includes:
and if the number of the pre-display menu items is not more than n, adding all the pre-display menu items into the first menu bar to form a second view menu bar consisting of the pre-display menu items. That is, the number of the pre-displayed menu items is not greater than the maximum capacity threshold of the first menu bar, at this time, the pre-displayed menu items can be completely displayed by the first menu bar, at this time, the first menu bar can form a second view menu bar, and the content of the second menu bar is empty.
According to the menu bar implementation method of the embodiment of the invention, the method further comprises the following steps: when the first view menu bar is clicked, judging whether the first view menu bar is clicked on a preset button or not;
if not, the clicked content is transmitted to the outside.
Further, the transmitting the clicked content to the outside includes:
and transmitting the clicked pre-display menu item to the outside by using a callback method for service processing. And transmitting the clicked menu item data and the view by using a callback method, and carrying out service processing from the outside to achieve the purpose of separating the service from the components.
According to the menu bar implementation method of the embodiment of the present invention, the step of controlling the display and the hiding of the second menu bar by the preset button includes:
when the preset button is clicked, judging whether the second menu bar is displayed or not; if yes, hiding the second menu bar; and if not, displaying the second menu bar.
According to the menu bar implementation method provided by the embodiment of the invention, the first menu bar and the second menu bar are respectively a vertical menu bar and a horizontal menu bar, which is more in line with the habit of a user.
According to the menu bar implementation method of the embodiment of the present invention, the n-1 pre-display menu items in the first menu bar, the preset button, and the remaining pre-display menu items in the second menu bar together form the first view menu bar.
For further explaining a menu bar implementation method of the embodiment of the present invention, referring to fig. 2, a specific embodiment is further disclosed, and the menu bar implementation method includes:
preparation work: a menu layout is created, wherein the menu layout consists of one vertical linear layout (linear layout) and one horizontal linear layout (linear layout).
The pre-display menu item (that is, the menu sub-item data in fig. 2) delivered by the back end is obtained, and the delivered threshold value is obtained, and the maximum capacity threshold value n of the vertical menu item is obtained according to the delivered threshold value.
And judging whether the number of the issued pre-display menu items is more than n.
If the number is not larger than n, creating a menu item view (namely a pre-display menu item) according to all the sent data beans, and adding the menu item view into the vertical Linear layout.
If the number of the menu items is larger than n, n-1 menu items are created according to the front n-1 data beans, the menu items are added into the vertical LinearLayout, more button views are created and added into the vertical LinearLayout, and the rest menu items are added into the horizontal LinearLayout.
Click events:
displaying/hiding horizontal menu bar when more buttons are clicked
When the common menu item is clicked, the callback is utilized to transmit the clicked menu item data bean and view, and the business logic processing is carried out from the outside. Since this is a component that does not hook the business and does not process any business logic, the click event is thrown to external processing; external is any component that uses, such as functions, objects, methods, variables, interfaces, etc. that call the component.
The embodiment of the invention adopts the layout of pre-written menus and menu items, the maximum capacity threshold values of pre-displayed menu items and vertical menu bars are issued by the back end, and if the number of the menu items does not exceed the maximum capacity threshold value n of the first menu bar, all the menu items (namely the pre-displayed menu items) are dynamically added into the vertical menu; if the maximum capacity threshold n of the first menu bar is exceeded, adding (threshold-1) menu items into the vertical menu, adding more buttons into the vertical menu, adding the rest menu items into the horizontal menu, controlling and displaying and hiding through the more buttons, transmitting clicked menu item data and views by using a callback method, and performing service processing from the outside to achieve the purpose of separating services from components.
The embodiment of the invention discloses a menu bar implementation system, which is shown in figure 3 and comprises the following components:
a menu layout creating module 10, configured to create a menu layout, where the menu layout at least includes a first menu bar;
the menu layout creation module 10 creates the menu layout as a preparatory work, which is processed in advance.
The pre-display setting module 20 is configured to receive the delivered pre-display menu item and the delivered threshold, and set a maximum capacity threshold n of the first menu bar based on the delivered threshold;
the pre-display menu item and the issuing threshold are issued by the rear end, the maximum capacity threshold n of the first menu bar is set based on the issuing threshold, and n is a positive integer greater than 1.
The menu item loading module 30 is configured to add n-1 pre-display menu items to the first menu bar and add a preset button in the first menu bar in response to that the number of the pre-display menu items is greater than n; the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
The n-1 pre-display menu items are n-1 pre-display menu items arranged in front, the nth menu item is a preset button, the rest pre-display menu items are added to the second menu bar, and at the moment, the n-1 pre-display menu items, the preset button and the rest pre-display menu items form a first view menu bar together to be displayed. Preferably, the contents of the preset button may be set to "more".
The menu bar implementation system according to the embodiment of the present invention further includes:
and the second view menu bar determining module is used for adding all the pre-display menu items into the first menu bar to form a second view menu bar consisting of the pre-display menu items when the number of the pre-display menu items is not more than n. That is, the number of the pre-displayed menu items is not greater than the maximum capacity threshold of the first menu bar, at this time, the pre-displayed menu items can be completely displayed by the first menu bar, at this time, the first menu bar can form a second view menu bar, and the content of the second menu bar is empty.
According to the menu bar implementation system of the embodiment of the invention, the system further comprises:
the click recognition module is used for judging whether the first view menu bar is clicked on a preset button or not when the first view menu bar is clicked;
and the transmission module is used for transmitting the clicked content to the outside when the preset button is not clicked.
Further, the transmitting the clicked content to the outside includes:
and transmitting the clicked pre-display menu item to the outside by using a callback method for service processing. And transmitting the clicked menu item data and the view by using a callback method, and carrying out service processing from the outside to achieve the purpose of separating the service from the components.
According to the menu bar implementation system of the embodiment of the present invention, the preset button for controlling the display and the hiding of the second menu bar includes:
when the preset button is clicked, judging whether the second menu bar is displayed or not; if yes, hiding the second menu bar; and if not, displaying the second menu bar.
According to the menu bar implementation system provided by the embodiment of the invention, the first menu bar and the second menu bar are respectively a vertical menu bar and a horizontal menu bar, so that the system is more in line with the habit of a user.
Fig. 4 illustrates a physical schematic of a computer program product, which may include: a processor (processor)410, a communication Interface 420, a memory (memory)430 and a communication bus 440, wherein the processor 410, the communication Interface 420 and the memory 430 are communicated with each other via the communication bus 440. The processor 410 may invoke logic instructions in the memory 430 to perform a menu bar implementation, the method comprising:
s1, creating a menu layout, wherein the menu layout at least comprises a first menu bar;
s2, receiving a pre-display menu item, and determining the maximum capacity threshold n of the first menu bar;
s3, in response to the fact that the number of the pre-display menu items is larger than n, adding n-1 pre-display menu items to a first menu bar, and adding a preset button in the first menu bar; the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
In addition, the logic instructions in the memory may be implemented in the form of software functional units and may be stored in a computer readable storage medium when sold or used as a stand-alone product. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In another aspect, the present invention also provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, the computer is capable of performing a menu bar implementation method, the method comprising:
s1, creating a menu layout, wherein the menu layout at least comprises a first menu bar;
s2, receiving a pre-display menu item, and determining the maximum capacity threshold n of the first menu bar;
s3, in response to the fact that the number of the pre-display menu items is larger than n, adding n-1 pre-display menu items to a first menu bar, and adding a preset button in the first menu bar; the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
In yet another aspect, the present invention also provides a non-transitory computer-readable storage medium having stored thereon a computer program that, when executed by a processor, is implemented to perform a menu bar implementation method, the method comprising:
s1, creating a menu layout, wherein the menu layout at least comprises a first menu bar;
s2, receiving a pre-display menu item, and determining the maximum capacity threshold n of the first menu bar;
s3, in response to the fact that the number of the pre-display menu items is larger than n, adding n-1 pre-display menu items to a first menu bar, and adding a preset button in the first menu bar; the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
The above-described system embodiments are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of 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. 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 each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing 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 (10)

1. A menu bar implementation method is characterized by comprising the following steps:
creating a menu layout, wherein the menu layout comprises at least a first menu bar;
receiving a pre-display menu item and determining a maximum capacity threshold n of the first menu bar;
in response to the fact that the number of the pre-display menu items is larger than n, adding n-1 pre-display menu items to a first menu bar, and adding a preset button in the first menu bar; the menu layout further comprises a second menu bar, and the rest of the pre-display menu items are added into the second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
2. The menu bar implementation method of claim 1, further comprising:
and in response to the number of the pre-display menu items not being more than n, adding all the pre-display menu items to the first menu bar to form a second view menu bar consisting of the pre-display menu items.
3. A menu bar implementation method according to claim 1 or 2, characterized in that it further comprises: when the first view menu bar is clicked, judging whether the first view menu bar is clicked on the preset button or not;
if not, the clicked content is transmitted to the outside.
4. The menu bar implementing method of claim 3, wherein said externally transmitting the clicked content comprises:
and transmitting the clicked pre-display menu item to the outside by using a callback method for service processing.
5. The menu bar implementing method of claim 3, wherein the preset button for controlling the display and hiding of the second menu bar comprises:
when the preset button is clicked, judging whether the second menu bar is displayed or not; if yes, hiding the second menu bar; and if not, displaying the second menu bar.
6. The menu bar implementing method of claim 1, wherein said first menu bar and said second menu bar are a vertical menu bar and a horizontal menu bar, respectively.
7. The menu bar implementation method of claim 1, wherein said n-1 pre-rendered menu items in said first menu bar, said preset button, and said remaining pre-rendered menu items in said second menu bar collectively comprise said first view menu bar.
8. A menu bar implementation system is characterized by comprising;
the menu layout creating module is used for creating a menu layout, wherein the menu layout at least comprises a first menu bar;
the pre-display setting module is used for receiving pre-display menu items and determining the maximum capacity threshold value n of the first menu bar;
the menu item loading module is used for adding n-1 pre-display menu items into the first menu bar in response to the fact that the number of the pre-display menu items is larger than n, and adding a preset button into the first menu bar; adding the rest pre-display menu items to a second menu bar to form a first view menu bar consisting of the pre-display menu items; and the preset button is used for controlling the display and the hiding of the second menu bar.
9. A computer program product comprising computer programs/instructions for implementing the steps of the menu bar implementation method of any one of claims 1 to 7 when executed by a processor.
10. A non-transitory computer readable storage medium having stored thereon a computer program, wherein the computer program, when executed by a processor, implements the steps of a menu bar implementation method as recited in any one of claims 1 to 7.
CN202110744635.2A 2021-07-01 2021-07-01 Menu bar implementation method and system, computer program product and readable storage medium Active CN113641277B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110744635.2A CN113641277B (en) 2021-07-01 2021-07-01 Menu bar implementation method and system, computer program product and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110744635.2A CN113641277B (en) 2021-07-01 2021-07-01 Menu bar implementation method and system, computer program product and readable storage medium

Publications (2)

Publication Number Publication Date
CN113641277A true CN113641277A (en) 2021-11-12
CN113641277B CN113641277B (en) 2024-03-08

Family

ID=78416664

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110744635.2A Active CN113641277B (en) 2021-07-01 2021-07-01 Menu bar implementation method and system, computer program product and readable storage medium

Country Status (1)

Country Link
CN (1) CN113641277B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090172597A1 (en) * 2007-12-30 2009-07-02 Palm, Inc. On-screen menu buttons including multiple modes
US20130125052A1 (en) * 2007-12-21 2013-05-16 Adobe Systems Incorporated Expandable user interface menu
US20150261394A1 (en) * 2014-03-17 2015-09-17 Sandeep Shah Device and method for displaying menu items
EP3244285A1 (en) * 2016-05-10 2017-11-15 Sap Se Physiologically adaptive user interface
DE102016218323A1 (en) * 2016-09-23 2018-03-29 Nepos GmbH User interface for seniors
US20190138170A1 (en) * 2009-05-05 2019-05-09 Alibaba Group Holding Limited Method and Apparatus for Displaying Cascading Menu
US20190220164A1 (en) * 2018-01-18 2019-07-18 Parkimon Inc. Method and system for facilitating an infinite navigation menu on a touch screen device
CN111221446A (en) * 2018-11-27 2020-06-02 阿里巴巴集团控股有限公司 Menu display method, device and equipment
CN111782106A (en) * 2019-10-31 2020-10-16 北京沃东天骏信息技术有限公司 Method, device, electronic equipment and readable medium for displaying page menu bar
CN112083915A (en) * 2020-09-09 2020-12-15 苏州科达科技股份有限公司 Page layout method and device, electronic equipment and storage medium
US20210157458A1 (en) * 2019-11-21 2021-05-27 Sap Se Flexible pop-out of embedded menu

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130125052A1 (en) * 2007-12-21 2013-05-16 Adobe Systems Incorporated Expandable user interface menu
US20090172597A1 (en) * 2007-12-30 2009-07-02 Palm, Inc. On-screen menu buttons including multiple modes
US20190138170A1 (en) * 2009-05-05 2019-05-09 Alibaba Group Holding Limited Method and Apparatus for Displaying Cascading Menu
US20150261394A1 (en) * 2014-03-17 2015-09-17 Sandeep Shah Device and method for displaying menu items
EP3244285A1 (en) * 2016-05-10 2017-11-15 Sap Se Physiologically adaptive user interface
DE102016218323A1 (en) * 2016-09-23 2018-03-29 Nepos GmbH User interface for seniors
US20190220164A1 (en) * 2018-01-18 2019-07-18 Parkimon Inc. Method and system for facilitating an infinite navigation menu on a touch screen device
CN111221446A (en) * 2018-11-27 2020-06-02 阿里巴巴集团控股有限公司 Menu display method, device and equipment
CN111782106A (en) * 2019-10-31 2020-10-16 北京沃东天骏信息技术有限公司 Method, device, electronic equipment and readable medium for displaying page menu bar
US20210157458A1 (en) * 2019-11-21 2021-05-27 Sap Se Flexible pop-out of embedded menu
CN112083915A (en) * 2020-09-09 2020-12-15 苏州科达科技股份有限公司 Page layout method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
王艳清;陈红;: "基于SSM框架的智能web系统研发设计", 计算机工程与设计, no. 12, pages 4751 - 4757 *
赵漫菲;王光辉;: "菜单中间件在嵌入式系统中的设计与实现", 计算机工程与设计, no. 19, pages 4374 - 4377 *

Also Published As

Publication number Publication date
CN113641277B (en) 2024-03-08

Similar Documents

Publication Publication Date Title
US20210273903A1 (en) Ephemeral gallery of ephemeral messages with opt-in permanence
US10476830B2 (en) Ephemeral gallery of ephemeral messages
EP3454509B1 (en) Apparatus and method for maintaining a message thread with opt-in permanence for entries
CN110262715B (en) Information processing method and device, computer readable storage medium and electronic equipment
CN105549820B (en) A kind of method and terminal showing graphic user interface
CN105068726B (en) Information processing method and terminal
CN106375186A (en) Schedule sharing method and terminal
US20060039022A1 (en) Information processing apparatus
CN107239325B (en) Document data processing method and device
CN108933947B (en) Bullet screen display method and device
CN111338628A (en) Component rendering method and device
CN114296844A (en) Information synchronous interaction method, device, equipment and storage medium
CN113641277A (en) Menu bar implementing method and system, computer program product and readable storage medium
CN114493541A (en) Task creation method, task creation apparatus, electronic device, storage medium, and program product
EP2680549A1 (en) Method and device for processing mobile phone data
CN111931708A (en) Form generation method and device
US10705712B2 (en) Scroll select control for user interfaces
CN106250000A (en) The display packing of a kind of user interface and terminal
US9830202B1 (en) Storage and process isolated web widgets
CN110516028B (en) Method and device for realizing complex editor based on act
CN115237323A (en) Interface display method and device, electronic equipment and storage medium
CN114579004A (en) Method and device for generating flow canvas and electronic equipment
CN113515210A (en) Display method, display device, electronic equipment and storage medium
CN115113775B (en) Input device selection method and device, storage medium and terminal device
CN112015409A (en) Webpage editing data synchronization method, device and system and computer storage medium

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20240117

Address after: Room 102, 1st Floor, Building 1, No. 2 Chuangye Road, Haidian District, Beijing, 100080

Applicant after: Seashell Housing (Beijing) Technology Co.,Ltd.

Address before: 101309 room 24, 62 Farm Road, Erjie village, Yangzhen, Shunyi District, Beijing

Applicant before: Beijing fangjianghu Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant