Hi guys!
I'm having some strange issue - I don't know whether it's a bug or
just my own mistake.
I'm having a list of Characters (name, age, class etc.), which are
displayed using a CellTable. It all works fine except that I haven't
found a good way to add tooltips to the row elements.
In order to solve my problem, I'm doing something like this:
celltable.getRowElement(rowNumber).getCells().getItem(0).setTitle("tooltip");
I'm doing this for each column-element of a given row (e.g. name, age,
class etc.).
Now HERE comes the problem:
whenever the selection is changed (e.g. I check/uncheck the checkbox
or the classes used for styling are changed for any reason) - the
tooltip disappears.
Is there a way to preserve the set tooltip? Or if I were to reapply
the tooltip - how would I go about doing that?
Thank you guys in advance!
--
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.