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

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

Introduction

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

The text is from its open source code.

Field

StringTAG

Method

LinkElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
StringgetHref()
The URI of the linked resource.
StringgetRel()
Forward link type.
StylegetStyle()
StringgetType()
Advisory content type.
voidsetHref(@IsTrustedResourceUri String href)
The URI of the linked resource.
voidsetId(String id)
voidsetMedia(String media)
Designed for use with one or more target media.
voidsetPropertyString(String name, String value)
voidsetRel(String rel)
Forward link type.
voidsetTarget(String target)
Frame to render the resource in.
voidsetTitle(String title)
voidsetType(String type)
Advisory content type.