Reviewers: rjrjr, Description: Changes required to make the Scaffold app look like the mocks. Added null checks AbstractProxyListActivity to prevent NPEs. Relaxed the CellTable used in AbstractProxyListView to be any HasData and added a protected method that takes a HasData instead of a CellTable. Fixed a bug in SingleSelectionModel where setting the selected value to null would cause an infinite loop.
Please review this at http://gwt-code-reviews.appspot.com/925801/show Affected files: M user/src/com/google/gwt/app/place/AbstractProxyListActivity.java M user/src/com/google/gwt/app/place/AbstractProxyListView.java M user/src/com/google/gwt/view/client/SingleSelectionModel.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
