ListView and PagingListView are now HasData, with a parent interface of HasRows. ListView.Delegate/Pager have been replaced by a combination of HasRows#addRangeChangeHandler() and HasRows#addRowCountChangeHandler().  Pagers (note that there is no longer a Pager interface) no longer take views in their constructors.  Instead, they are passed into AbstractPager#setView(), making them more UiBinder friendly.  CellList and CellTable now have a common superclass AbstractHasData, which makes it much easier for us and users to create new Cell based widgets.

Review at http://gwt-code-reviews.appspot.com/723801


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8511 8db76d5a-ed1c-0410-87a9-c151d255dfc7
46 files changed