com.google.gwt.libideas.logging.client
Class PopupWidgetLogHandler

java.lang.Object
  extended by com.google.gwt.libideas.logging.shared.LogHandler
      extended by com.google.gwt.libideas.logging.client.PopupWidgetLogHandler
Direct Known Subclasses:
SimpleLogHandler, TreeLogHandler

public abstract class PopupWidgetLogHandler
extends LogHandler

Shows a widget handler in a popup.


Field Summary
protected  boolean autoShow
           
protected  com.google.gwt.user.client.ui.PopupPanel popup
           
 
Method Summary
abstract  com.google.gwt.user.client.ui.Widget getWidget()
           
 void hideHandler()
          Hides the handler, if hiding is supported.
 void setPopupPosition(int left, int top)
           
 void showLog()
           
 
Methods inherited from class com.google.gwt.libideas.logging.shared.LogHandler
clear, format, getLevel, isSupported, publish, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

popup

protected com.google.gwt.user.client.ui.PopupPanel popup

autoShow

protected boolean autoShow
Method Detail

getWidget

public abstract com.google.gwt.user.client.ui.Widget getWidget()

hideHandler

public void hideHandler()
Description copied from class: LogHandler
Hides the handler, if hiding is supported.

Overrides:
hideHandler in class LogHandler

setPopupPosition

public void setPopupPosition(int left,
                             int top)

showLog

public void showLog()