| Package | Description | 
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ListenerWrapper.WrappedOldFormHandler. add(FormPanel source,
   FormHandler listener) | 
| void | FormHandlerCollection. fireOnComplete(FormPanel sender,
              java.lang.String results)Deprecated. 
 FormPanelnow implements all handler management internally | 
| boolean | FormHandlerCollection. fireOnSubmit(FormPanel sender)Deprecated. 
 FormPanelnow implements all handler management internally | 
| Constructor and 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. |