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 GWT, 
that means a lot when it comes to accessibility and browser support.

Also, the Incubator has been deprecated long time ago (even before GWT 2.4) 
and it was a parallel project from Google, not a component nor a dependency 
of GWT. See the official 
statement<https://groups.google.com/forum/?fromgroups=#!searchin/google-web-toolkit-contributors/incubator/google-web-toolkit-contributors/a3_TpzXelS0/fv1sP7UrEj4J>of
 its deprecation.

The refactoring can be quite hard sometimes especially because it involves 
a logic (and practical) switch, from widgets to cells. But (cells apart) 
the amount of code needed to create the table, add fetching + paging 
support, is substantially cleaner and less cumbersome.

All the things under com.google.gwt.gen2.table.* are somewhat relative to 
ScrollTable and PagingScrollTable, but unfortunately there is no drop-in 
replacemente for the ValueSpinner. But it shouldn't be hard to find or 
create a new one from scratch.

And you can keep using the incubator, but at your own risk :) I do not know 
if the GWT 2.1-compatible jar is still usable with the latest release, I 
guess not, so you need to build the incubator on your own and keep fixing 
the compiling issues (as explained 
here<http://code.google.com/p/google-web-toolkit-incubator/wiki/MakingIncubatorBetter>
).

-- 
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