Hi
I have what is right now a single page GWT app... works good.
But now I realize I have a few other pages of stuff and would like to
put these on tabs.
My question is about the best way to do this.
Should I have one huge class which contains the TabPanel, all the tabs
and their contents..... Or could I have a separate class for each tab,
and draw them all together in the entry-point class?
For example, I'd want a tab called "Home/About" which contains some
basic info... then a tab called App 1, which contains several panels,
text areas, etc., then another tab called App 2, with a bunch of stuff
on there.
I'm thinking I should be able to build each of these as their own
class, and load/create them from within the "main" class if/when their
respective tabs are clicked on.
Does that makes sense?
Thanks!

--~--~---------~--~----~------------~-------~--~----~
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