List of usage examples for com.google.gwt.user.client.ui PopupPanel subclass-usage
From source file accelerator.client.ui.StatusPopupPanel.java
/** * ?? */ public class StatusPopupPanel extends PopupPanel { /**
From source file asquare.gwt.tk.client.ui.CPopupPanel.java
/** * Adds controller support to popup panels. */ public class CPopupPanel extends PopupPanel implements ControllerSupport, Positionable { private static final PopupPanelController s_controller = (PopupPanelController) GWT .create(PopupPanelController.class);
From source file asquare.gwt.tk.uitest.popuppanel.client.junk.CPopupPanel.java
public class CPopupPanel extends PopupPanel implements ControllerSupport { private final ControllerSupportDelegate m_controllerSupport = new ControllerSupportDelegate(this); private boolean m_showing = false; public CPopupPanel(boolean autoHide) {
From source file at.ait.dme.yuma.client.image.shape.ShapeControlPanel.java
/** * panel used to control a shape (change its color, form and stroke width) * * @author Christian Sadilek */ public class ShapeControlPanel extends PopupPanel {
From source file at.ait.dme.yuma.client.map.MapPopup.java
/**
* A map popup window anchored to a LonLat location
* on the OpenLayers map.
*
* @author Rainer Simon
*/
From source file at.ait.dme.yuma.client.util.LoadMask.java
/**
* A PopupPanel which implements a simple AJAX 'Loading' indicator
* at the center of the screen.
*
* @author Rainer Simon
*/
From source file at.ait.dme.yuma.suite.apps.core.client.widgets.LoadingPopup.java
/**
* A PopupPanel which implements a simple AJAX 'Loading' indicator
* at the center of the screen.
*
* @author Rainer Simon
*/
From source file at.ait.dme.yuma.suite.apps.image.core.shared.shape.ShapeControlPanel.java
/** * panel used to control a shape (change its color, form and stroke width) * * @author Christian Sadilek */ public class ShapeControlPanel extends PopupPanel {
From source file at.ait.dme.yuma.suite.apps.map.client.widgets.MapPopup.java
/**
* A map popup window anchored to a LonLat location
* on the OpenLayers map.
*
* @author Rainer Simon
*/
From source file burrito.client.widgets.InfoMessagePopup.java
/**
* This popup can be used to show fading messages. The popup will be displayed
* centered at the very top of the page.
*
* @author henper
*