Hi all...

I've seen this question asked here before, but nobody answered it.

I have basically some JavaBean sets, which are represented in the
browser by some simple objects.

I want to back a Grid with these bean sets, and write my own Proxy/
Reader classes to handle this.  I don't want to have to go back and
forth with XML, and I have no need to talk to the server, as the
objects are all loaded into the browser.

Is there any way to do this, and also to do it dynamically?  That is,
anything like AWT/Swing's MVC pattern, where I modify the underlying
dataset and trigger a modification event, and the view is updated
automatically?

I couldn't find anything like that, and all the examples use static
models, which is no good.

- Tim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to