public class

LoggingPopup

extends PopupPanel
java.lang.Object
   ↳ com.google.gwt.user.client.ui.UIObject
     ↳ com.google.gwt.user.client.ui.Widget
       ↳ com.google.gwt.user.client.ui.Panel
         ↳ com.google.gwt.user.client.ui.SimplePanel
           ↳ com.google.gwt.user.client.ui.PopupPanel
             ↳ com.google.gwt.logging.client.LoggingPopup

Class Overview

A simple popup to show log messages, which can be resized, minimized, and dragged to a different location.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.user.client.ui.UIObject
Public Constructors
LoggingPopup()
Public Methods
void add(Widget w)
Adds a widget to this panel.
void setWidget(Widget w)
Sets this panel's widget.
[Expand]
Inherited Methods
From class com.google.gwt.user.client.ui.PopupPanel
From class com.google.gwt.user.client.ui.SimplePanel
From class com.google.gwt.user.client.ui.Panel
From class com.google.gwt.user.client.ui.Widget
From class com.google.gwt.user.client.ui.UIObject
From class java.lang.Object
From interface com.google.gwt.event.logical.shared.HasAttachHandlers
From interface com.google.gwt.event.logical.shared.HasCloseHandlers
From interface com.google.gwt.event.shared.HasHandlers
From interface com.google.gwt.user.client.EventListener
From interface com.google.gwt.user.client.EventPreview
From interface com.google.gwt.user.client.ui.AcceptsOneWidget
From interface com.google.gwt.user.client.ui.HasAnimation
From interface com.google.gwt.user.client.ui.HasOneWidget
From interface com.google.gwt.user.client.ui.HasWidgets
From interface com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
From interface com.google.gwt.user.client.ui.IsWidget
From interface com.google.gwt.user.client.ui.SourcesPopupEvents
From interface java.lang.Iterable

Public Constructors

public LoggingPopup ()

Public Methods

public void add (Widget w)

Adds a widget to this panel.

Parameters
w the child widget to be added

public void setWidget (Widget w)

Sets this panel's widget. Any existing child widget will be removed.

Parameters
w the panel's new widget, or null to clear the panel