Hi,
I am trying to implement Master and Details using activities and places.
Below are code snippets
<g:FlowPanel>
<g:SimplePanel styleName=*"{style.entityDetails}"* ui:field=*
'master'*></g:SimplePanel>
</g:FlowPanel>
<g:SimplePanel styleName=*"{style.entityDetails}"* ui:field=*
'details'*></g:SimplePanel>
</g:FlowPanel>
Attached each activity mappers for views
*final* ActivityManager masterActivityManager = *new* ActivityManager(
applicationMasterActivities, eventBus);
masterActivityManager.setDisplay(shell.getMasterPanel());
*final* ActivityManager detailsActivityManager =
*new*ActivityManager(
applicationDetailsActivities, eventBus);
detailsActivityManager.setDisplay(shell.getDetailsPanel());
Problem is when I got any place both the activities are getting evoked. I
want details activity only when someone selects on celltable(which will be
attached to master display)
Thanks,
Sai
--
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.