Couldn't a LazyPanel help you out? Check http://googlewebtoolkit.blogspot.com/2008/11/improving-performance-with-on-demand.html and http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/LazyPanel.html
On Nov 29, 11:11 pm, Jacek Żebrowski <[email protected]> wrote: > I ahve lets say - 10 panels and 10 buttons. > > I want to load diffrent one on each click - but i want to do it laizly - > is there a way to do it other than creating 10 providers and using > switch/case ? > > i wonder how to keep things pretty. -- 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.
