Hello,
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