R: Re: CellTree and RPC

2011-04-14 Thread ciosbel
Ok, this is old, but for future related questions, here is how i did. Define an AsyncDataProvider of your own, like: public class MyDataProvider extends AsyncDataProviderMyType { protected void onRangeChanged(final HasDataMyType display) { // calling my RPC method to obtain inner

Re: CellTree and RPC

2011-01-03 Thread Saket
i am also stuck in the same confusion please share your solution. Regards, Saket -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group,

Re: CellTree and RPC

2010-12-28 Thread yeti
the NodeInfo synchronously, but populate the data provider asynchronously. Thanks, John LaBanca jlaba...@google.com On Tue, Nov 16, 2010 at 1:36 PM, Jerome C. jerome.ca...@gmail.com wrote: Hi, I don't know how to load datas for my CellTree via RPC. The getNodeInfo is synchronous

CellTree and RPC

2010-11-16 Thread Jerome C.
Hi, I don't know how to load datas for my CellTree via RPC. The getNodeInfo is synchronous so how can I send a request to the server and then (when the response comes back) update the CellTree ? Or if we can't, how to load my tree in one request and after use this structure in getNodeInfo

Re: CellTree and RPC

2010-11-16 Thread John LaBanca
don't know how to load datas for my CellTree via RPC. The getNodeInfo is synchronous so how can I send a request to the server and then (when the response comes back) update the CellTree ? Or if we can't, how to load my tree in one request and after use this structure in getNodeInfo ? thanks