Thank you for this update, this is a good news. I Just want to point ou that not only the PagingScrollTable is necessary but the basic ScrollTable Too!
The current and new CellTable can't replace this one (no resize, no fixed/min/max col size, difficulities to define various cell styles and to manage content. eg. disable a button in a cell, manage a set of buttons depending on row state inside a DeckPanel -to manage a changing status- or display any GWT Widget in a cell). The key is the capacity to assign any Widget in a Cell rather than defining a new Cell type for each different case with specific html renderer. Gilles. On 17 nov, 19:57, John LaBanca <[email protected]> wrote: > *If you do not use the GWT incubator, you can ignore this email.* > > GWT Community - > > The plan for the GWT incubator is to replace PagingScrollTable with > Enterprise CellTable in GWT 2.2 (hopefully Q1 2011), then deprecate and stop > supporting incubator for future GWT releases. Our hope is that we can focus > on new widgets and features that improve and replace the incubator widgets. > > Many of the Widgets and features implemented in incubator have already been > moved to GWT trunk. The main exception is PagingScrollTable, which has wide > use even as it is becoming outdated. We are working on an Enterprise > version of CellTable that will support all of the important features > PagingScrollTable such as inline scrolling, fixed width columns, column > resizing, and multiline headers. Combined with the speed of Cells, > Enterprise CellTable will have a cleaner API and better performance. > > There are still some features and Widgets in incubator, such as SliderBar > and ProgressBar, that we do not plan to move to GWT trunk immediately. As > we expand our Widget library, we will eventually add these to GWT. In the > meantime, we generally avoid making breaking changes that would cause these > Incubator widgets (or any widgets) to stop working. > > You can download a version of GWT incubator that is compatible with GWT > 2.1.0 > here:http://code.google.com/p/google-web-toolkit-incubator/wiki/Downloads?... > > Thanks, > John LaBanca > [email protected] -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
