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

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

Introduction

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

The text is from its open source code.

Field

StringTAG

Method

DivElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
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.