Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
com.google.gwt.event.dom.client |
Types related to DOM events.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.