List of usage examples for com.google.gwt.user.client EventPreview interface-usage
From source file fr.fg.client.openjwt.core.EventManager.java
public class EventManager implements EventPreview { // ------------------------------------------------------- CONSTANTES -- // public final static int KEY_BACKSPACE = 8, KEY_TAB = 9, KEY_RETURN = 13, KEY_ESC = 27, KEY_LEFT = 37, KEY_UP = 38, KEY_RIGHT = 39, KEY_DOWN = 40, KEY_DELETE = 46, KEY_HOME = 36, KEY_END = 35, KEY_PAGEUP = 33, KEY_PAGEDOWN = 34, KEY_INSERT = 45;
From source file fr.fg.client.openjwt.core.ToolTipManager.java
public class ToolTipManager implements EventPreview { // ------------------------------------------------------- CONSTANTES -- // public final static int INITIAL_DELAY = 50; // -------------------------------------------------------- ATTRIBUTS -- //
From source file fr.fg.client.openjwt.ui.JSComboBox.java
public class JSComboBox extends JSComponent implements EventPreview, ClickListener, SelectionListener { // ------------------------------------------------------- CONSTANTES -- // public final static String UI_CLASS_ID = "ComboBox"; static {
From source file fr.fg.client.openjwt.ui.JSDialog.java
public class JSDialog extends JSComponent implements EventListener, EventPreview { // ------------------------------------------------------- CONSTANTES -- // public final static String UI_CLASS_ID = "Dialog"; public final static int DO_NOTHING_ON_CLOSE = 0, HIDE_ON_CLOSE = 1, DESTROY_ON_CLOSE = 2;
From source file fr.fg.client.openjwt.ui.JSScrollPane.java
public class JSScrollPane extends JSComponent implements ClickListener, SourcesMouseWheelEvents, EventPreview, MouseListener { // ------------------------------------------------------- CONSTANTES -- // public final static String UI_CLASS_ID = "ScrollPane";
From source file geogebra.web.gui.util.PopupPanel.java
/**
* A panel that can "pop up" over other widgets. It overlays the browser's
* client area (and any previously-created popups).
*
* <p>
* A PopupPanel should not generally be added to other panels; rather, it should
From source file org.gems.ajax.client.dnd.DragSource.java
/*******************************************************************************
* Copyright (c) 2007 Jules White. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse
* Public License v1.0 which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
From source file org.gems.ajax.client.dnd.DragSourceManager.java
/*******************************************************************************
* Copyright (c) 2007 Jules White. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse
* Public License v1.0 which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
From source file org.gems.ajax.client.figures.Resizer.java
/*******************************************************************************
* Copyright (c) 2007 Jules White. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse
* Public License v1.0 which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
From source file org.geogebra.web.web.gui.util.PopupPanel.java
/**
* A panel that can "pop up" over other widgets. It overlays the browser's
* client area (and any previously-created popups).
*
* <p>
* A PopupPanel should not generally be added to other panels; rather, it should