Wednesday, January 25, 2012

where is form panel documentation?

in following case:
a search screen with many searching criteria, send to servlet using
formpanel post method, then the servlet retrieve database and let us
said it retrieve the resultset and fill the data to a vector, then how
search result page get the data in vector from servlet?
Also, in
http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/FormPanel.html
it mentions
public void onSubmitComplete(FormSubmitCompleteEvent event) {
// When the form submission is successfully completed, this
event is
// fired. Assuming the service returned a response of type
text/html,
// we can get the result text here (see the FormPanel
documentation for
// further explanation).
Window.alert(event.getResults());
}

But I cannot found the FormPanel documentation. where is 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.

No comments:

Post a Comment