as i am using it currently, my views are indeed dependent on the model,
since my models are complicated or not enough granularity on the views to
just receive and render only strings or simple data.
Its a design question,i think, how you want to put your application.

UI logic , like whether to display a particular row in a flextable or not,
etc are only in the views, there are proper "Display" (in presenter class)
interface that determines what can be changed the view etc.

not sure if that help in your understanding..

Thanks,
Subhro.

On Mon, Feb 15, 2010 at 2:32 AM, Yaakov <[email protected]> wrote:

> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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