Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-05-06 Thread Andrea Boscolo
Unfortunately I can't say much about ADA and 508 compliance, but the CellTable/DataGrid supports ARIA http://www.w3.org/TR/wai-aria/attributes (see docs https://developers.google.com/web-toolkit/doc/latest/DevGuideA11y). Also, such grids are the only enterprise grid officially supported by

Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-05-02 Thread Sivakumar Natarajan
On Thursday, April 25, 2013 3:55:29 PM UTC+5:30, Sivakumar Natarajan wrote: We are migrating one of our web projects written in gwt 2.4.0 to 2.5.1. We see that the gwt-incubator classes has been deprecated in 2.5.1. We could nt find the alternative classes for the corresponding incubator

Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-05-02 Thread Sivakumar Natarajan
Thanks for giving us the details Andrea. The other imports we are using here I have given below. The intent of this migration is mainly to make the Web project ADA and 508 Compliant. There is an assumption that migrating everything from GWT 2.4 to 2.5.1 will take care of the ADA compliance.

Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-04-27 Thread Andrea Boscolo
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

GWT 2.5.1 - Incubator Deprecated Classes

2013-04-26 Thread Sivakumar Natarajan
We are migrating one of our web projects written in gwt 2.4.0 to 2.5.1. We see that the gwt-incubator classes has been deprecated in 2.5.1. We could nt find the alternative classes for the corresponding incubator classes which were working fine with 2.4.1 version in the maven pom. Once we