DockLayoutPanel and ClickHandler

2011-01-05 Thread Ryan Rathsam
Hi All, I've been scouring the web for the past couple of days looking for some way of implementing this and I have yet to find a way to do this. My setup is as follows: I have a custom widget (Composite) that utilizes a DockLayoutPanel for it's structure. I would like to capture mouse clicks

Re: DockLayoutPanel and ClickHandler

2011-01-05 Thread Thomas Broyer
Use addDomHandler within your Composite: this.addDomHandler(new ClickHandler() { ... }, 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 google-web-tool...@googlegroups.com. To