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

Example usage for Java com.google.gwt.user.client.ui SubmitButton 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 SubmitButton.

The text is from its open source code.

Constructor

SubmitButton(SafeHtml html)
Creates a button with the given HTML caption.
SubmitButton(String html)
Creates a button with the given HTML caption.
SubmitButton(com.google.gwt.dom.client.Element element)
This constructor may be used by subclasses to explicitly use an existing element.
SubmitButton()
Creates a button with no caption.

Method

Buttonwrap(com.google.gwt.dom.client.Element element)
Creates a SubmitButton widget that wraps an existing <button> element.