jhickman / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
0 stars 0 forks source link

Button menus #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Buttons support menus.  Programmatically, the code looks like:

  Menu menu = new Menu();
  menu.add(new MenuItem("test"));
  Button b = new Button();
  b.setMenu(menu);

Original issue reported on code.google.com by jus...@jhickman.com on 12 Dec 2010 at 5:59

GoogleCodeExporter commented 9 years ago
Added button menu support to version 0.3.  Available as download now

Original comment by jus...@jhickman.com on 12 Dec 2010 at 6:37

GoogleCodeExporter commented 9 years ago
This only supports normal menus on a button.  I would like to be able to use a 
ColorMenu or DateMenu as well.

Original comment by graham.w...@gmail.com on 15 Feb 2011 at 10:02