Example usage for com.google.gwt.user.client.ui PopupPanel.PositionCallback interface-usage

List of usage examples for com.google.gwt.user.client.ui PopupPanel.PositionCallback interface-usage

Introduction

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

Usage

From source file de.eckhartarnold.client.CaptionOverlay.java

/**
 * Encapsulates a caption in a transparent 
 * pop-up window over the image panel. 
 * 
 * <p>For better visibility, a
 * shadow is added to the text (by placing under the overlay popup a second

From source file de.eckhartarnold.client.PanelOverlayBase.java

/**
 * Abstract base class for the control panel overlay classes.
 *
 */
public abstract class PanelOverlayBase
        implements MouseMoveHandler, ResizeListener, PopupPanel.PositionCallback, AttachmentListener {