Re: where is form panel documentation?
oh, my previous reply is disappear.
I want to ask, if using GWT-RPC to do the send and receving search
result, and the step is:
1) prepare search criteria class to hold the searching criteria?
2) send the search crtieria class to server through GWT-RPC
3) in server, assume the search result is an arrayList, then it return
the result through callback object in onsuccess method?
I have not implemented the above process yet, but I already think, how
to pass the flow to another page in onsuccess method and also how to
pass the arraylist result to that result page to display the search
result?
On Jan 25, 7:15 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> You *linked* to it (a very old version, but still).
> Latest version can be found at:http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/googl...
>
> I guess the "documentation" you're looking for is in the javadoc for the
> FormPanel() constructor:http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/googl...()
>
> There's not much more documentation.
>
> I'd however strongly suggest you use GWT-RPC, RequestFactory or
> RequestBuilder (depending on your constraint) to talk to your server, as
> FormPanel as absolutely no way of handling server/network errors and/or
> timeouts. It requires a bit more work (get fields' value and build request
> from them) but it's really worth it.
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home