Java com.google.gwt.dom.client ButtonElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client ButtonElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client ButtonElement.

The text is from its open source code.

Method

ButtonElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
voidclick()
Simulate a mouse-click.
StringgetAccessKey()
A single character access key to give access to the form control.
StringgetName()
Form control or object name when submitted with a form.
StringgetValue()
The current form control value.
booleanis(Element elem)
Determine whether the given Element can be cast to this class.
booleanis(JavaScriptObject o)
Determines whether the given JavaScriptObject can be cast to this class.
booleanis(Node node)
Determine whether the given Node can be cast to this class.
booleanisDisabled()
The control is unavailable in this context.
voidsetAccessKey(String accessKey)
A single character access key to give access to the form control.
voidsetDisabled(boolean disabled)
The control is unavailable in this context.
voidsetDisabled(String disabled)
The control is unavailable in this context.
voidsetName(String name)
Form control or object name when submitted with a form.
voidsetValue(String value)
The current form control value.