Thanks, that's what I was looking for. Sorry to have overlooked that. For information, I used this and the code snippet from there<http://stackoverflow.com/questions/4699232/mouseover-of-flextable-with-gwt> to build a custom popup, and hide it on "mouseout". -- Sébastien Tromp
2011/8/3 Y2i <[email protected]> > AbstractCell<T>.onBrowserEvent() should be called if you call > super("mouseover") in the constructor of an AbstractCell<T> subclass. > > http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/cell/client/AbstractCell.html#AbstractCell(java.lang.String...) > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/mTt7bZn59SAJ. > 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. > -- 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.
