You can manually set data in CellTable by calling CellTable#setRowCount/setRowData(). You can listen for RangeChangeEvents using CellTable#addRangeChangeHandler().
ListDataProvider and AsyncDataProvider are convenience classes that handle hookup with the table and ensure that only data in range is sent to the table. ListDataProvider in particular binds to a java.util.List, which is convenient. However, using these classes is not required, and "DataProvider" is just a naming convention. Thanks, John LaBanca [email protected] On Thu, Jan 20, 2011 at 3:29 PM, zixzigma <[email protected]> wrote: > do you mean setRowCount and setRowData is the same as using > AsyncDataProvider ? > why is that ? > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
