Uses of Class
com.google.gwt.user.client.ui.FormPanel
Packages that use FormPanel
Package
Description
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 FormPanelModifier and TypeMethodDescriptionstatic FormPanelCreates a FormPanel that wraps an existing <form> element.static FormPanelCreates a FormPanel that wraps an existing <form> element.Methods in com.google.gwt.user.client.ui with parameters of type FormPanelModifier and TypeMethodDescriptionstatic voidListenerWrapper.WrappedOldFormHandler.add(FormPanel source, FormHandler listener) voidFormHandlerCollection.fireOnComplete(FormPanel sender, String results) Deprecated.booleanFormHandlerCollection.fireOnSubmit(FormPanel sender) Deprecated.FormPanelnow implements all handler management internallyConstructors in com.google.gwt.user.client.ui with parameters of type FormPanelModifierConstructorDescriptionFormSubmitCompleteEvent(FormPanel source, 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.
FormPanelnow implements all handler management internally