Example usage for com.google.gwt.event.dom.client KeyDownHandler interface-usage

List of usage examples for com.google.gwt.event.dom.client KeyDownHandler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.dom.client KeyDownHandler interface-usage.

Usage

From source file asquare.gwt.tk.client.ui.UrlLocation.java

/**
 * A URL text box similar to that of a browser location bar. 
 * 
 * <p><em>This widget is a work in progress and therefore is subject to change. </em></p>
 */
public class UrlLocation extends TextBox implements FocusHandler, KeyDownHandler {

From source file at.ait.dme.yuma.client.image.annotation.handler.tag.ImageAnnotationKeyDownHandler.java

public class ImageAnnotationKeyDownHandler implements KeyDownHandler {

    private StandardImageAnnotationForm annotationForm;
    private ImageAnnotationComposite annotationComposite;
    private Collection<SemanticTagGroup> entities = null;
    private boolean serviceEnabled = true;

From source file cc.alcina.framework.gwt.client.widget.EnterAsClickKeyboardListener.java

/**
 *
 * @author Nick Reddel
 */
public class EnterAsClickKeyboardListener implements KeyPressHandler, KeyDownHandler {
    public static final String CONTEXT_ENTER_EVENT_ACTIVE = EnterAsClickKeyboardListener.class.getName()

From source file cc.alcina.framework.gwt.client.widget.FilterWidget.java

/**
 * TODO - the "wrappedenterhandler" ClickHandler should be changed to
 * SelectedValueHandler<String>
 * 
 * @author nick@alcina.cc
 * 

From source file cc.alcina.framework.gwt.client.widget.FlowTabBar.java

/**
 * Mostly lifted from GWT TabBar class
 */
@SuppressWarnings("deprecation")
public class FlowTabBar extends Composite implements HasBeforeSelectionHandlers<Integer>,
        HasSelectionHandlers<Integer>, ClickHandler, KeyDownHandler {

From source file co.fxl.gui.gwt.GWTKeyRecipientKeyTemplate.java

public class GWTKeyRecipientKeyTemplate
        implements IKey<Object>, IKeyRecipient<Object>, KeyUpHandler, KeyDownHandler, Runnable {

    public int nativeKeyCode = -1;
    public Object element;
    private List<IClickListener> ls = new LinkedList<IClickListener>();

From source file com.conx.logistics.kernel.ui.common.gwt.client.ui.VConXQuickLaunchBox.java

/**
 * Client side implementation of the Select component.
 * 
 * TODO needs major refactoring (to be extensible etc)
 */
@SuppressWarnings("deprecation")

From source file com.conx.logistics.kernel.ui.vaadin.common.gwt.client.ui.VConXQuickLaunchBox.java

/**
 * Client side implementation of the Select component.
 * 
 * TODO needs major refactoring (to be extensible etc)
 */
@SuppressWarnings("deprecation")

From source file com.edgenius.wiki.gwt.client.widgets.SpaceSuggestBox.java

/**
 * Only for space short name (spaceUname)
 * @author Dapeng.Ni
 */
public class SpaceSuggestBox extends SimplePanel implements ElementRequesterCallback, HasText, KeyDownHandler {
    private HintTextBox box = new HintTextBox();

From source file com.example.test.client.VMultiSelectCalendarWidget.java

@SuppressWarnings("deprecation")
public class VMultiSelectCalendarWidget extends FocusableFlexTable
        implements KeyDownHandler, KeyPressHandler, BlurHandler, FocusHandler, SubPartAware {

    public interface SubmitListener {