how do i add click handlers to horizontalPanel ? it worked with the use of addDomHandler() but i had to downgrade GWT version for some other reasons , and GWT 2.0.4 doesnt support it i used to do it like this
horizontalPanel.getWidget(1).addDomHandler(someClickHandler,ClickEvent.getType()); //or horizontalPanel.addDomHandler(someClickHandler, ClickEvent.getType()); -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
