Thursday, August 7, 2014

Re: Can we use multiple mvp using single Entry point.

This is not correct, commonDisplay is a container. 
The last mapper to resolve the activity will overwrite the container by inserting their view. 

If you want two areas, it is the fact of wanting to respond to the same state (place) with different behavioral alternatives (Presenter /View).


El miércoles, 6 de agosto de 2014 07:06:22 UTC-3, Naveen escribió:
Thanks for your reply. 

In my case , display content place should be same for all activity manager. Based on place activity manager should load.  
Ex :

ActivityManager module1ActivityManager = new ActivityManager(1stModuleActivityMapper, eventBus);  module1ActivityManager.setDisplay(commonDisplay);    ActivityManager module2ActivityManager1 = new ActivityManager(2ndModuleActivityMapper, eventBus);
module2ActivityManager1 .setDisplay(commonDisplay);


On Wednesday, August 6, 2014 11:58:38 AM UTC+5:30, Naveen wrote:
Can we use multiple mvp using single Entry point.(multiple activity mapper and multiple activity manager for single Entry point.)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment