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 |
---|---|
void |
FormHandlerCollection.fireOnComplete(FormPanel sender,
String results)
Deprecated.
FormPanel now implements all handler management internally |
boolean |
FormHandlerCollection.fireOnSubmit(FormPanel sender)
Deprecated.
FormPanel now implements all handler management internally |
Constructor and Description |
---|
FormSubmitCompleteEvent(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.
|
Copyright © 2018. All rights reserved.