Example usage for com.google.gwt.user.client EventPreview interface-usage

List of usage examples for com.google.gwt.user.client EventPreview interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client EventPreview interface-usage.

Usage

From source file org.gwm.client.impl.DefaultGFrame.java

/**
 * The GWT default implementation of {@link GDialog}
 * 
 */
public class DefaultGFrame extends SimplePanel implements GFrame, EventPreview {

From source file org.gwm.client.impl.TopBarFF.java

public class TopBarFF extends TopBar implements EventPreview {

    TopBarFF() {
        super();
    }

From source file org.openremote.app.client.widget.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.openremote.manager.client.widget.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.pentaho.gwt.widgets.client.colorpicker.SliderBar.java

/**
 * Implements the SliderBar control.
 */
@SuppressWarnings("deprecation")
public final class SliderBar extends HTML implements EventPreview {
    private ColorPickerImageBundle cpImageBundle;

From source file org.pentaho.gwt.widgets.client.colorpicker.SliderMap.java

/**
 * Implements the SliderMap control.
 */
@SuppressWarnings("deprecation")
public final class SliderMap extends HTML implements EventPreview {
    private ColorPickerImageBundle cpImageBundle;

From source file org.pentaho.pat.client.util.colorpicker.SliderBar.java

/**
 * Implements the SliderBar control.
 */
public final class SliderBar extends HTML implements EventPreview {
    private ColorPickerImageBundle cpImageBundle;

From source file org.pentaho.pat.client.util.colorpicker.SliderMap.java

/**
 * Implements the SliderMap control.
 */
public final class SliderMap extends HTML implements EventPreview {
    private ColorPickerImageBundle cpImageBundle;

From source file rocket.event.client.EventPreviewAdapter.java

/**
 * Convenient method which takes care of adapting a GWt raw event into a rocket
 * event and then dispatching to the appropriate handleXXX method.
 * 
 * Sub classes only need to override the appropriate handle method.
 *