public class

BaseElement

extends Element
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.Node
       ↳ com.google.gwt.dom.client.Element
         ↳ com.google.gwt.dom.client.BaseElement

Class Overview

Document base URI.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
BaseElement()
Public Methods
static BaseElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getHref()
The base URI See the href attribute definition in HTML 4.01.
final String getTarget()
The default target frame.
final void setHref(String href)
The base URI See the href attribute definition in HTML 4.01.
final void setTarget(String target)
The default target frame.
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.Element
From class com.google.gwt.dom.client.Node
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected BaseElement ()

Public Methods

public static BaseElement as (Element elem)

Assert that the given Element is compatible with this class and automatically typecast it.

public final String getHref ()

The base URI See the href attribute definition in HTML 4.01.

public final String getTarget ()

The default target frame.

public final void setHref (String href)

The base URI See the href attribute definition in HTML 4.01.

public final void setTarget (String target)

The default target frame.