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

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

Introduction

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

The text is from its open source code.

Method

BaseElementaseElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
StringgetHref()
The base URI See the href attribute definition in HTML 4.01.
voidsetHref(String href)
The base URI See the href attribute definition in HTML 4.01.