GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.FormPanel

Packages that use FormPanel
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
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
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 internally
 boolean FormHandlerCollection.fireOnSubmit(FormPanel sender)
          Deprecated. FormPanel now implements all handler management internally
 

Constructors in com.google.gwt.user.client.ui with parameters of type FormPanel
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.
 


GWT 2.7.0