Java com.google.gwt.query.client.plugins.events GqEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.query.client.plugins.events GqEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.query.client.plugins.events GqEvent.

The text is from its open source code.

Method

EventTargetgetEventTarget()
Returns the element that was the actual target of the given event.
intgetTypeInt()
Gets the enumerated type of this event, as defined by #ONCLICK , #ONMOUSEDOWN , and so forth.
booleanisMetaKeyPressed()
Tell whether ctrl or cmd key is pressed
intpageX()
The mouse position relative to the left edge of the document
intpageY()
The mouse position relative to the top edge of the document.