Thanks John. On 2012/07/25 22:42:13, john.labanca wrote:
As far as issue 7480, it sounds like a bug. Updating the
SelectionModel should
update the CellTree's keyboard selection.
Well, the question is how to do this. I assume we install a SelectionChangeHandler. However, we don't know how many SelectionModels there are: one for the whole tree, or one for each parent? It's also unclear how we know which cells to re-render after a SelectionChangeEvent. I don't see any callbacks in CellTree or CellTable so I'm not sure how the DOM gets updated after a selection state change. http://gwt-code-reviews.appspot.com/1776803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
