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 FormPanelFormPanel. wrap(Element element)Creates a FormPanel that wraps an existing <form> element.static FormPanelFormPanel. 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 voidListenerWrapper.WrappedOldFormHandler. add(FormPanel source, FormHandler listener)voidFormHandlerCollection. fireOnComplete(FormPanel sender, java.lang.String results)Deprecated.FormPanelnow implements all handler management internallybooleanFormHandlerCollection. fireOnSubmit(FormPanel sender)Deprecated.FormPanelnow 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.
-