Hi

I am creating a big widget box which is nothing but just a flowpanel.

Inside this, I add two user-defined composite widgets-lets say widget1
and widget2.
Note that widget1 and widget2 are completely exhaustive and have
nothing to do with each other.
Each of this widgets is made up of tiny widgets.

Now i want this to happen:

If the user clicks on a tiny widget inside widget1, widget2 should be
removed and a new widget should be added in its place.

To achieve this, I think i will need to call the root widget(the big
box) so that it removes widget2 and adds a new one.

Is there a way to listen to widget1 and make corresponding changes in
widget2 by forwarding the events to the parent or to each other in
some way.
--~--~---------~--~----~------------~-------~--~----~
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