Uses of Class
com.google.gwt.user.client.ui.FormPanel
-
Packages that use FormPanel Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of FormPanel in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return FormPanel Modifier and Type Method Description static FormPanel
FormPanel. wrap(Element element)
Creates a FormPanel that wraps an existing <form> element.static FormPanel
FormPanel. wrap(Element element, boolean createIFrame)
Creates a FormPanel that wraps an existing <form> element.Methods in com.google.gwt.user.client.ui with parameters of type FormPanel Modifier and Type Method Description static void
ListenerWrapper.WrappedOldFormHandler. add(FormPanel source, FormHandler listener)
void
FormHandlerCollection. fireOnComplete(FormPanel sender, java.lang.String results)
Deprecated.FormPanel
now implements all handler management internallyboolean
FormHandlerCollection. fireOnSubmit(FormPanel sender)
Deprecated.FormPanel
now implements all handler management internallyConstructors in com.google.gwt.user.client.ui with parameters of type FormPanel Constructor Description FormSubmitCompleteEvent(FormPanel source, java.lang.String resultHtml)
Creates a new event with information about the source and submit results.FormSubmitEvent(FormPanel source)
Creates a new event with information about the source.
-