Java com.google.gwt.user.client.ui FormSubmitCompleteEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui FormSubmitCompleteEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui FormSubmitCompleteEvent.

The text is from its open source code.

Constructor

FormSubmitCompleteEvent(FormPanel source, String resultHtml)
Creates a new event with information about the source and submit results.

Method

StringgetResults()
Gets the result text of the form submission.