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...()