List of usage examples for com.google.gwt.user.client.ui NonModalPopupPanel subclass-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;