Owww, what I forget to mention which is essential in my last post:
The row/table editor (whatever you prefer) can be used to set the
content of a cell by inserting a widget/text/html.
This boosts performance as you can easily set a simple text in case of
a simple text you want to show, or set some html content... or if you
really need it, a widget.
Why this is important?: just like GWT mentions, in case of table that
contains a lot of data, be careful using widgets that exactly don't do
anything as they are relative expensive... (see IO session 2010, UI
overhaul)...

I just like to separate things a bit more and use more general  gui
design patterns and add some advanced "push" solutions like explained
above as they are proven to work well in other app's... and I adapted
them to perform well in gwt (and looked at other frameworks like Gxt
how sorting is performed directly on the DOM) ... I am not very
familiar yet with the data GWT presentation widget concepts, but I
think they give a very good start to realize Data View separation

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