com.google.gwt.libideas.logging.client
Class PopupWidgetLogHandler
java.lang.Object
com.google.gwt.libideas.logging.shared.LogHandler
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
popup
protected com.google.gwt.user.client.ui.PopupPanel popup
autoShow
protected boolean autoShow
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()