Hi I have the following requirement: to display a popup below the cell that was clicked.
The FieldUpdater does not receive the position info (elem that was clicked). The closest (that I could find) was the onEnterKeyDown in AbstractXXXCell (which has elem). So my current implementation extends on of these core classes, overrides onEnterKeyDown (with "click" as well) and do my stuff without calling the FieldUpdater. My question is - am I missing something here? or is this the way to go about this? Even the samples all display WIndow message boxes or are center positioned :( Riyaz. -- 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.
