I have actually done this. And as people have said, I have a Parent Frame that essentially holds all the data. And depending on what needs to be created, "children" frame request and send data to the parent. No child talks to eachother, they all talk to their parent. You can even go fancy and add a Bread Crumb Trail at the top. That works really well and is very intuitive.
On Sep 16, 9:52 am, mikedshaffer <[email protected]> wrote: > You should also look at GWT-Ext. It has some wizard framework type > stuff. I haven't used this part, but GWT-Ext as a whole is > strong.http://www.gwt-ext.com/demo/#cardLayout > > or as Paul recommends, get some inspiration and create just what you > need. GWT is a sweet spot for just that.... > > Later, > > Shaffer > > On Sep 16, 3:57 am, Paul MERLIN <[email protected]> wrote: > > > Take a look at some wizard apis and get inspired. > > > The netbeans wizard api (java) is interesting but a little complicated if > > you don't need dynamic branching. QWizard from Qt has a good design from my > > POV, but it's C++. > > > IOW, read code, then write code ;) > > > Regards > > > /Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
