[gwt-contrib] uibinder : how to add a gwt:Button to html fragment ?

2009-12-20 Thread nicolas de loof
Hi I've migrated some nice HTML/CSS code to uibinder, and would like now to listen to clickEvents on the button present in this HTML fragment. according to http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideUiBinder.html#Simple_binding, I need to use a gwt:Button as replacement for

Re: [gwt-contrib] uibinder : how to add a gwt:Button to html fragment ?

2009-12-20 Thread Ray Ryan
EventWidget must extend Widget, and it will have to be placed in a panel whose ultimate ancestor is either a RootPanel or a RootLayoutPanel On Mon, Dec 21, 2009 at 5:24 AM, nicolas de loof nicolas.del...@gmail.comwrote: Hi I've migrated some nice HTML/CSS code to uibinder, and would like now