Thanks, this is all I had to add after the 'implements':

  @Override
  public HandlerRegistration addClickHandler(ClickHandler handler) {
      return addDomHandler(handler, ClickEvent.getType());
  }

Thanks again,
Mark

On Sep 8, 3:11 pm, Tamás Gömbös <gomb...@gmail.com> wrote:
> Hi,
>
> Just extend VerticalPanel and implement the HasClickHandlers interface with
> this widget. I hope this helps.
>
> bye!
>
> 2009/9/8 markww <mar...@gmail.com>
>
>
>
> > Hi,
>
> > Is it possible to listen for a click event on a VerticalPanel? I don't
> > see any methods like addClickHandler() for it?
>
> > Thanks
>
>
--~--~---------~--~----~------------~-------~--~----~
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-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to