GWT 2.4.0

Uses of Class
com.google.gwt.dom.client.EventTarget

Packages that use EventTarget
com.google.gwt.dom.client Classes for low-level DOM programming. 
com.google.gwt.event.dom.client Types related to DOM events. 
 

Uses of EventTarget in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return EventTarget
 EventTarget NativeEvent.getCurrentEventTarget()
          Gets the current target element of this event.
 EventTarget NativeEvent.getEventTarget()
          Returns the element that was the actual target of the given event.
 EventTarget NativeEvent.getRelatedEventTarget()
          Gets the related target for this event.
 EventTarget Touch.getTarget()
          Gets the target element for the current touch.
 

Uses of EventTarget in com.google.gwt.event.dom.client
 

Methods in com.google.gwt.event.dom.client that return EventTarget
 EventTarget MouseOutEvent.getRelatedTarget()
          Gets the target to which the mouse pointer was moved.
 EventTarget MouseOverEvent.getRelatedTarget()
          Gets the target from which the mouse pointer was moved.
 


GWT 2.4.0