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

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

Introduction

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

The text is from its open source code.

Field

StringTAG

Method

AnchorElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
StringgetHref()
The absolute URI of the linked resource.
StringgetRel()
Forward link type.
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.
voidsetHref(SafeUri href)
The absolute URI of the linked resource.
voidsetHref(@IsSafeUri String href)
The absolute URI of the linked resource.
voidsetRel(String rel)
Forward link type.
voidsetTarget(String target)
Frame to render the resource in.