Thank You,
I understand the difference between AsyncdataProvider and ListDataProvider.
my question was about AsyncDataProvider vs CellTable.setRowData.
I believe CellTable.setRowData can also load data Asynchronously.

I think Y2i is correct,
this is my understanding of Y2i comment, I might be wrong.

I think where we have a complex view which has a number of cell widgets 
displaying different representation of same data,
or maybe related data, instead of using setRowData, setRowCount on each and 
every one of them, we can use one AsyncDataProvider to provide data for 
them.

one question, do we need to write event handling code for notifying all the 
cellwidgets that have a common AsyncDataProvider ?
or AsyncDataProvider will notify them ?

Thank You

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

Reply via email to