List of usage examples for com.google.gwt.user.client.ui KeyboardListenerAdapter subclass-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 {