Example usage for com.google.gwt.user.client.ui NonModalPopupPanel subclass-usage

List of usage examples for com.google.gwt.user.client.ui NonModalPopupPanel subclass-usage

Introduction

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

Usage

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.layout2.client.ToolsPopupPanel.java

public class ToolsPopupPanel extends NonModalPopupPanel implements 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.resources.client.ResourceTypeListEntryPopupPanel.java

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