On Tuesday, November 20, 2012 9:54:18 PM UTC+1, Kevin Buikema wrote: > > I'm trying to come up with a way to navigate the elements of a CellTable > with arrow keys, and while I can get the key events pretty easily, I'm not > sure of a good way to move the focus from one Cell to another within the > table.
Isn't that the default behavior? Works for me in http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler (use Enter to enter edit mode on a cell, then either Enter to commit or Escape to rollback, and in both cases switch back to navigation) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0jxBHBYZCekJ. 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.
