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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment