By the errors above, I guess you need to move from Paging/ScrollTable to 
DataGrid (or CellTable). But it is not a matter of changing imports. The 
APIs are quite different, you need to refactor in order to move to 
DataGrid. You can start from 
here<https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCellWidgets#celltable>(the
 same applies to DataGrid which is a CellTable with fixed 
headers/footers). For paging/retrieving data see 
here<https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCellWidgets#Selection_Data_Paging>(the
 same applies for all cell widgets). For column sorting and width 
adjusting see 
here<https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCellTable>(the
 same applies for DataGrid). For custom/multiline header/footer/lines 
there are unfortunately no official docs, but you can checkout the custom 
data grid showcase 
sample<http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCustomDataGrid>.
 
Also do note that the old PagingScrollTable is based on widgets, whereas 
the new DataGrid is based on 
cells<https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCellWidgets>
.

What are the other classes you used but not listed in the incubator's page?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to