com.github.gwtbootstrap.client.ui
Class Form.SubmitCompleteEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<Form.SubmitCompleteHandler>
com.github.gwtbootstrap.client.ui.Form.SubmitCompleteEvent
- Enclosing class:
- Form
public static class Form.SubmitCompleteEvent
- extends GwtEvent<Form.SubmitCompleteHandler>
Fired when a form has been submitted successfully.
Form.SubmitCompleteEvent
protected Form.SubmitCompleteEvent(String resultsHtml)
- Create a submit complete event.
- Parameters:
resultsHtml
- the results from submitting the form
getAssociatedType
public final GwtEvent.Type<Form.SubmitCompleteHandler> getAssociatedType()
- Overrides:
getAssociatedType
in class GwtEvent<Form.SubmitCompleteHandler>
getResults
public String getResults()
- Gets the result text of the form submission.
- Returns:
- the result html, or
null
if there was an error
reading it
dispatch
protected void dispatch(Form.SubmitCompleteHandler handler)
- Specified by:
dispatch
in class GwtEvent<Form.SubmitCompleteHandler>
Copyright © 2012 gwtbootstrap. All Rights Reserved.