Latest version can be found at: http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/FormPanel.html
I guess the "documentation" you're looking for is in the javadoc for the FormPanel() constructor:
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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ZHDOz1q5LmUJ.
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