Wednesday, October 26, 2011

Re: Loading Components On User Request

Have a simple panel, and keep setting widget to that simple panel on click of navigation panel, for on demand part, create the component on click method if it is null, else set the already created widget.

On Wed, Oct 26, 2011 at 8:41 PM, Ari <ari.brandeis.king@gmail.com> wrote:
Hi,

Can explain or point me to a tutorial/example that explains how to
load different components on demand within my GWT application?

For example, let's say my GWT application's main/start page is a
"home" page with a navigation bar at the top and a content container
below. Once a user clicks a navigation button in the navigation bar,
I'd like to load that component into the content container, keeping
the navigation bar as is.

Thanks

-Ari

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment