Example usage for com.google.gwt.user.client.ui KeyboardListenerAdapter subclass-usage

List of usage examples for com.google.gwt.user.client.ui KeyboardListenerAdapter subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui KeyboardListenerAdapter subclass-usage.

Usage

From source file com.xpn.xwiki.watch.client.ui.utils.ButtonClickReturnHandler.java

/**
 * Keyboard listener to handle a return in an input box and execute click on the button passed in the constructor.
 */
public class ButtonClickReturnHandler extends KeyboardListenerAdapter {
    /**
     * Button to be clicked when this listener is triggered

From source file edu.ucsb.eucalyptus.admin.client.EucalyptusKeyboardListener.java

public class EucalyptusKeyboardListener extends KeyboardListenerAdapter {

    private Button enterButton = null;
    private Button escapeButton = null;

    EucalyptusKeyboardListener(final Button enterButton) {

From source file org.pentaho.gwt.widgets.client.text.DigitsOnlyListener.java

/**
 * @author wseyler
 * 
 */
@SuppressWarnings("deprecation")
public class DigitsOnlyListener extends KeyboardListenerAdapter {