public class

BodyElement

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

Class Overview

The HTML document body. This element is always present in the DOM API, even if the tags are not present in the source document.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
BodyElement()
Public Methods
static BodyElement 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 BodyElement ()

Public Methods

public static BodyElement as (Element elem)

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