Hi, I'm sure that this is covered in the documentation, but I'm having a hard time finding it. Basically I'm learning GWT from David Geary's excellent book, "GWT Solutions." I have successfully implemented part of solution 8 and what I'm trying to do is extend his code by allowing the user to use the "Tab" key to finish editing one cell and move to the next, if there is one on the same row, or the next row and 1st cell of that row.
What I think I wish to do is fire a onCellClicked event with the next cell that will then be captured by my TableListener. This idea may be way off the right way to do this, but, at least to me, it seems the way to do something like this. I would appreciate hearing some ideas on this, and I would like to thank everyone in advance. Bear --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
