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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

StringDRAGGABLE_FALSE
Constant returned from #getDraggable() .
StringDRAGGABLE_TRUE
Constant returned from #getDraggable() .

Method

booleanaddClassName(String className)
Elementas(JavascriptObjectEquivalent o)
Assert that the given Node is an Element and automatically typecast it.
Elementas(Node node)
Assert that the given Node is an Element and automatically typecast it.
voidblur()
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()
StringgetLang()
NodegetLastChild()
NodegetNextSibling()
ElementgetNextSiblingElement()
StringgetNodeName()
shortgetNodeType()
StringgetNodeValue()
intgetOffsetHeight()
intgetOffsetLeft()
ElementgetOffsetParent()
intgetOffsetTop()
intgetOffsetWidth()
ElementgetPreviousSiblingElement()
booleangetPropertyBoolean(String name)
doublegetPropertyDouble(String name)
intgetPropertyInt(String name)
JavaScriptObjectgetPropertyJSO(String name)
ObjectgetPropertyObject(String name)
StringgetPropertyString(String name)
intgetScrollHeight()
intgetScrollLeft()
intgetScrollTop()
intgetScrollWidth()
StringgetString()
StylegetStyle()
intgetTabIndex()
StringgetTagName()
StringgetTitle()
booleanhasAttribute(String name)
booleanhasClassName(String className)
booleanhasTagName(String tagName)
ElementImplAccessimplAccess()
booleanis(JavascriptObjectEquivalent o)
Determines whether the given JavaScriptObject can be cast to an Element .
booleanis(Node node)
Determine whether the given Node can be cast to an Element .
voidremoveAttribute(String name)
booleanremoveClassName(String className)
voidscrollIntoView()
voidsetAttribute(String name, String value)
voidsetClassName(String className)
voidsetDraggable(String draggable)
voidsetId(String id)
voidsetInnerHTML(String html)
voidsetInnerSafeHtml(SafeHtml html)
voidsetInnerText(String text)
voidsetPropertyBoolean(String name, boolean value)
voidsetPropertyDouble(String name, double value)
voidsetPropertyInt(String name, int value)
voidsetPropertyJSO(String name, JavaScriptObject value)
voidsetPropertyObject(String name, Object value)
voidsetPropertyString(String name, String value)
voidsetScrollLeft(int scrollLeft)
voidsetScrollTop(int scrollTop)
voidsetTabIndex(int tabIndex)
voidsetTitle(String title)
StringtoString()