Hello Everyone,
I've cell table on scroll pane and have pagesize(5000). Need to call
getdata() method to get 50 records from SERVER using RequestBuilder
object and will populating a List from data.
public int getData() {
//Create Request Builder object
RequestBuilder requestBuilder = new
RequestBuilder(RequestBuilder.POST,"http://localhost/cgi-bin/
ReadFile.fcgi");
return 0;
}
Please help me how I can update the cell table with data from
getData() and on which event I have to call this getData() method.
How to use AsyncDataProvider if it helps me in this requirement.
Thanks
Darpan
--
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.