GWT 2.7.0

com.google.gwt.dom.client
Class EventTarget

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.dom.client.EventTarget

public class EventTarget
extends JavaScriptObject

Represents the target of a JavaScript event.

This type is returned from methods such as NativeEvent.getEventTarget(), and must usually be cast to another type using methods such as Element.is(JavaScriptObject) and Element.as(JavaScriptObject).

This class intentionally does not specify the methods from the DOM IDL (dispatchEvent, addEventListener, and removeEventListener).


Constructor Summary
protected EventTarget()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventTarget

protected EventTarget()

GWT 2.7.0