No, they should all use the same single event. -- Arthur Kalmenson
On Mon, Jul 19, 2010 at 9:04 PM, mk <[email protected]> wrote: > Thanks a lot. > > Now if there are three DIFFERENT presenters (say 2a,2b,2c) listening > event from 1st presenter. > Than do 1st presenter has to create event with all the appro. values > required by 2a,2b,2c presenters? > > Plz respond. > > > On Jul 19, 3:59 pm, Arthur Kalmenson <[email protected]> wrote: >> Isn't the second presenter setting the value in the second view based >> on the event it just caught? You're describing the interaction right >> there. >> >> -- >> Arthur Kalmenson >> >> >> >> On Mon, Jul 19, 2010 at 5:54 PM, mk <[email protected]> wrote: >> > How to share user input data within MVP. >> >> > Following is one of MVP sequence for TWO widgets >> >> > 1) 1st VIEW has a simple textbox and submit button, wherein use >> > enters >> > her name "Lady_Gaga" and click submit. >> > 2) 1st PRESENTER fires an event ( cuz of button click). >> > 3) 2nd PRESENTER catches that event and displays 2nd VIEW as dialog >> > box with user entered name "Lady_Gaga" >> >> > Question) How user entered name "Lady_Gaga" be passed from 1st VIEW >> > to >> > 2nd VIEW ? >> >> > -- >> > 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 >> > athttp://groups.google.com/group/google-web-toolkit?hl=en.- Hide quoted >> > text - >> >> - Show quoted text - > > -- > 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. > > -- 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.
