Sunday, July 29, 2012

Re: GWT

please read some beginner tutorials.
page switch:
RootPanel.get("content").add(page1());
RootPanel.get("content").clear();
RootPanel.get("content").add(page2());

Am 29.07.2012 19:47, schrieb nessrinovitta:
> How does this work exactly ?? As I understood in the .HTML page I define
> the divs I need and then form each Ui java class I use the methode
> RootPanel.get("content").add(Widget());
> Is this true ?, Does anyone have an example ??


--

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