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

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

Introduction

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

Usage

From source file asquare.gwt.tk.uitest.popuppanel.client.junk.PopupAutoCloseController.java

public class PopupAutoCloseController extends ControllerAdaptor implements PopupListener {
    private final ToolTipModel m_model;

    public PopupAutoCloseController(ToolTipModel model) {
        super(PopupAutoCloseController.class);
        m_model = model;

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

/**
 * A standard menu bar widget. A menu bar can contain any number of menu items,
 * each of which can either fire a {@link com.google.gwt.user.client.Command} or
 * open a cascaded menu bar.
 * 
 * <p>

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

/**
 * A standard menu bar widget. A menu bar can contain any number of menu items,
 * each of which can either fire a {@link com.google.gwt.user.client.Command} or
 * open a cascaded menu bar.
 * 
 * <p>

From source file com.dimdim.conference.ui.common.client.common.TimeAndFocusSensitiveModalDialog.java

public class TimeAndFocusSensitiveModalDialog extends ModalDialog implements MouseListener, PopupListener {
    protected FocusPanel pane = new FocusPanel();
    protected Timer timer;
    protected int showTime = 2500;
    //   UserListEntryHoverPopup parentMenu = null;
    private boolean considerMouse = true;

From source file com.dimdim.conference.ui.common.client.list.ListEntryHoverPopupPanel.java

public class ListEntryHoverPopupPanel extends NonModalPopupPanel
        implements MouseListener, FocusListener, ClickListener, PopupListener {
    //   protected   FocusPanel   pane = new FocusPanel();
    protected int showTime = UIGlobals.getHoverInitialShowTime();
    protected Timer timer;
    protected boolean hasFocus = false;

From source file com.dimdim.conference.ui.common.client.user.NewChatPopup.java

/**
 * @author Jayant Pandit
 * @email Jayant.Pandit@communiva.com
 * 
 * This popup contains a single chat panel. It supports minimize, maximize
 * and popout if popups are not blocked by the browser.

From source file com.dimdim.conference.ui.common.client.util.CommonUserInformationDialog.java

/**
 * This dialog is used as a singleton by the rest of the console. This is to
 * ensure that there is only 1 dialog present and visible at a time. If the
 * console code needs to change messages to display, they need to send a
 * message to this class. If the dialog is on display the message will
 * simply be replaced in an existing dialog on display or a new dialog will

From source file com.dimdim.conference.ui.common.client.util.DmGlassPanel.java

/**
 * @author Jayant Pandit
 * @email Jayant.Pandit@dimdim.com
 * 
 */

From source file com.dimdim.conference.ui.common.client.util.DmGlassPanel2.java

/**
 * @author Jayant Pandit
 * @email Jayant.Pandit@dimdim.com
 * 
 */

From source file com.dimdim.conference.ui.dialogues.client.common.ConferenceClosedHtml.java

/**
 * @author Saurav Mohapatra
 *
 */
public class ConferenceClosedHtml extends Composite implements PopupListener {
    private ClientStateModelListener csml;