Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9164157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:36:51+00:00 2026-06-17T14:36:51+00:00

The GwtQuery documentation provides the following example as a starting point for fiddling with

  • 0

The GwtQuery documentation provides the following example as a starting point for fiddling with events:

$("h1").bind(Event.ONMOUSEOVER | Event.ONMOUSEOUT, new Function() {
  public boolean f(Event e) {
    $(e).toggleClass("highlight");
    return true;
  }
});

However, unlike the jQuery parallel, there is no this keyword to refer to the element inside the handler, that’s why it is passed as Event e, to be wrapped within $(). But then, we don’t have access to the actual event. How do we calculate in GWT what we can in jQuery with event.which, or event.target?

Specifically, I am looking for two events. One is a mousedown, after which I need to check whether it was the left button (jQuery equivalent being e.which == 1), and a keyup event, after which I need to check for specific keys (e.keyCode == 13, etc).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:36:52+00:00Added an answer on June 17, 2026 at 2:36 pm

    The Event object passed to the function is the GWT object com.google.gwt.user.client.Event
    So if you want to know if the left button was pressed :

    if (e.getButton() == NativeEvent.BUTTON_LEFT){
     ...
    }
    

    if you want to know which key was pressed:
    e.getCharCode()

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following function, which at the moment is in the default.php file,
I am using Doctrine (DQL) with ZF2 to perform the following query: $qb->select('a.schoolID, a.schoolName')
Can anyone tell me how to use GWTquery along with GWT? The GWTquery tutorial
I implemented the JScrollPane for a cleaner look inside my Page. function scrollPane() {
I have this simple code to select custom string from database: protected function getListQuery()
On the following page is said that it is possible to use filters for
I understand that if you have some function in a linq query that does
I'm using gwtquery to manipulate the pages, i found in jQuery i can use:
I am using GWTQuery for low level DOM programming. I have several div elements
/search.aspx?Search=test function getQuery(name) { var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search); return match

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.