More precisely, I need to add a tooltip to the Cell (not necessarily the MouseOverHandler).
2011/8/2 Sébastien Tromp <[email protected]> > Hello, > > I am trying to adapt the example at > http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList to create > a custom list based on the CellList. > One of my needs is to display a tooltip (with additional details) when the > mouse is over each of the cells. > > I tried overriding the onBrowserEvent2 method in the cellList, but the > MouseOver is not an event caught by this method (the click is, though). > Registering MouseOverHandler to the list does not solve the issue either. > I tried to handle things at the AbstractCell<T> level, but the only method > I can use is onBrowserEvent, which leads to no result either. > > Would anyone have an idea as to how to do this? > -- > Sébastien Tromp > -- 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.
