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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

voidfireNativeEvent(NativeEvent nativeEvent, HasHandlers handlerSource)
Fires the given native event on the specified handlers.
voidfireNativeEvent(NativeEvent nativeEvent, HasHandlers handlerSource, Element relativeElem)
Fires the given native event on the specified handlers.
NativeEventgetNativeEvent()
ElementgetRelativeElement()
Gets the element relative to which event coordinates will be measured.
voidpreventDefault()
Prevents the wrapped native event's default action.
voidstopPropagation()
Stops the propagation of the underlying native event.