public class

TitleElement

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.TitleElement

Class Overview

The document title.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
TitleElement()
Public Methods
static TitleElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getText()
The specified title as a string.
final void setText(String text)
The specified title as a string.
[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 TitleElement ()

Public Methods

public static TitleElement as (Element elem)

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

public final String getText ()

The specified title as a string.

public final void setText (String text)

The specified title as a string.