zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

MenuBar missing addMenus() method #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a MenuBar
2. Try to add Menus to it.
3.

What is the expected output? What do you see instead?
Method seems to be missing.

What version of the product are you using? On what operating system?
Smart GWT version : smartgwt-1.0b1
OS version : Windows Vista 64bit

Please provide any additional information below.

Original issue reported on code.google.com by hcarpe1977@googlemail.com on 19 Jan 2009 at 3:26

GoogleCodeExporter commented 9 years ago
i also need the answer for above question, please provide.

Original comment by sriramar...@gmail.com on 18 Feb 2009 at 4:13

GoogleCodeExporter commented 9 years ago
example
MenuBar menuBar = new MenuBar()
Menu menu = new Menu();
menu.setTitle("file");
menuBar.setMenus(menu);

Original comment by happy...@gmail.com on 19 Feb 2009 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 20 Apr 2009 at 9:45

GoogleCodeExporter commented 9 years ago
Added MenuBar.addMenus(Menu[] menus, int position) to SVN.

Original comment by sanjiv.j...@gmail.com on 13 Dec 2009 at 5:26