public class

HeadingElement

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

Class Overview

For the H1 to H6 elements.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
HeadingElement()
Public Methods
static HeadingElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
[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 HeadingElement ()

Public Methods

public static HeadingElement as (Element elem)

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