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

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

Introduction

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

The text is from its open source code.

Implementation

com.google.gwt.dom.client.FormElement has the following implementations.
Click this link to see all its implementation.

Field

StringTAG

Method

FormElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
NodeCollectiongetElements()
Returns a collection of all form control elements in the form.
StringgetTarget()
Frame to render the resource in.
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.
voidreset()
voidsetAction(SafeUri action)
Server-side form handler.
voidsetAction(@IsSafeUri String action)
Server-side form handler.
voidsetMethod(String method)
HTTP method [IETF RFC 2616] used to submit form.
voidsetName(String name)
Names the form.
voidsetTarget(String target)
Frame to render the resource in.
voidsubmit()
Submits the form.