Uses of Class
com.google.gwt.user.client.ui.FormPanel
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of FormPanel in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionstatic FormPanel
Creates a FormPanel that wraps an existing <form> element.static FormPanel
Creates a FormPanel that wraps an existing <form> element.Modifier and TypeMethodDescriptionstatic void
ListenerWrapper.WrappedOldFormHandler.add
(FormPanel source, FormHandler listener) void
FormHandlerCollection.fireOnComplete
(FormPanel sender, String results) Deprecated.boolean
FormHandlerCollection.fireOnSubmit
(FormPanel sender) Deprecated.FormPanel
now implements all handler management internallyModifierConstructorDescriptionFormSubmitCompleteEvent
(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.
FormPanel
now implements all handler management internally