Hi all,

Am I correct in my understanding that the View NEVER has any
dependencies on the model? I.e., whatever sorting, mapping, etc needs
to be done between the view and the data, it's the Presenter that
holds the real data and just sets simple strings to the View?

So, following this and the Contacts example on GWT site, it would be
**incorrect** to create a ContactsFlexTable that would keep track of
which Contact is assigned to which row index in the table, right?

Thanks,
Yaakov.

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