Java com.google.gwt.user.client Element fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

com.google.gwt.user.client.Element has subclasses.
Click this link to see all its subclasses.

Method

booleanaddClassName(String className)
Elementas(JavascriptObjectEquivalent o)
Assert that the given Node is an Element and automatically typecast it.
Tcast()
voiddispatchEvent(NativeEvent evt)
voidfocus()
intgetAbsoluteBottom()
intgetAbsoluteLeft()
intgetAbsoluteRight()
intgetAbsoluteTop()
StringgetAttribute(String name)
NodegetChild(int index)
StringgetClassName()
intgetClientHeight()
intgetClientWidth()
NodeListgetElementsByTagName(String name)
ElementgetFirstChildElement()
StringgetId()
StringgetInnerHTML()
StringgetInnerText()
NodegetLastChild()
NodegetNextSibling()
ElementgetNextSiblingElement()
StringgetNodeName()
shortgetNodeType()
StringgetNodeValue()
intgetOffsetHeight()
intgetOffsetLeft()
ElementgetOffsetParent()
intgetOffsetTop()
intgetOffsetWidth()
ElementgetPreviousSiblingElement()
booleangetPropertyBoolean(String name)
intgetPropertyInt(String name)
ObjectgetPropertyObject(String name)
StringgetPropertyString(String name)
intgetScrollHeight()
intgetScrollLeft()
intgetScrollTop()
StringgetString()
StylegetStyle()
StringgetTagName()
booleanhasAttribute(String name)
booleanis(JavascriptObjectEquivalent o)
Determines whether the given JavaScriptObject can be cast to an Element .
voidremoveAttribute(String name)
booleanremoveClassName(String className)
voidscrollIntoView()
voidsetAttribute(String name, String value)
voidsetClassName(String className)
voidsetId(String id)
voidsetInnerHTML(String html)
voidsetInnerSafeHtml(SafeHtml html)
voidsetInnerText(String text)
voidsetPropertyBoolean(String name, boolean value)
voidsetPropertyInt(String name, int value)
voidsetPropertyJSO(String name, JavaScriptObject value)
voidsetPropertyString(String name, String value)
voidsetScrollLeft(int scrollLeft)
voidsetScrollTop(int scrollTop)
voidsetTitle(String title)
StringtoString()