To support mouse events on panels you need to create a subclass of panel and implement mousehandlers.
Example for mouse out : class MyPanel extends VerticalPanel implements MouseOutHandler, HasMouseOutHandlers Thanks, Abdullah On Fri, Jan 15, 2010 at 8:20 PM, Viliam Durina <[email protected]>wrote: > I need a Panel, on which I need to add mouse events. The only match > seems to be the FocusPanel, which has a focus features which I don't > need. But all other panels, surprisingly for me, don't support mouse > events. Is there any specific reason for this or is it just an > incomplete API? > > Thanks, > Viliam > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > >--
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.
