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

Example usage for Java com.google.gwt.event.dom.client MouseEvent 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 MouseEvent.

The text is from its open source code.

Subclass

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

Method

intgetClientX()
Gets the mouse x-position within the browser window's client area.
intgetClientY()
Gets the mouse y-position within the browser window's client area.
intgetNativeButton()
Gets the button value.
intgetRelativeX(Element target)
Gets the mouse x-position relative to a given element.
intgetRelativeY(Element target)
Gets the mouse y-position relative to a given element.
intgetScreenX()
Gets the mouse x-position on the user's display.
intgetScreenY()
Gets the mouse y-position on the user's display.
intgetX()
Gets the mouse x-position relative to the event's current target element.
intgetY()
Gets the mouse y-position relative to the event's current target element.