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 <[email protected]> wrote:
> Hi,
>
> Just extend VerticalPanel and implement the HasClickHandlers interface with
> this widget. I hope this helps.
>
> bye!
>
> 2009/9/8 markww <[email protected]>
>
>
>
> > 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to