com.itmill.toolkit.terminal.gwt.client
Class DebugConsole

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.SimplePanel
                  extended by com.google.gwt.user.client.ui.PopupPanel
                      extended by com.itmill.toolkit.terminal.gwt.client.ui.IWindow
                          extended by com.itmill.toolkit.terminal.gwt.client.DebugConsole
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.ScrollListener, com.google.gwt.user.client.ui.SourcesPopupEvents, Console, Paintable

public final class DebugConsole
extends IWindow
implements Console


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.PopupPanel
com.google.gwt.user.client.ui.PopupPanel.PositionCallback
 
Field Summary
static String VERSION
          Builds number.
 
Fields inherited from class com.itmill.toolkit.terminal.gwt.client.ui.IWindow
CLASSNAME, client
 
Constructor Summary
DebugConsole(ApplicationConnection client, ApplicationConfiguration cnf)
           
 
Method Summary
 void dirUIDL(UIDL u)
           
 void error(String msg)
           
 void log(String msg)
           
 void onScroll(com.google.gwt.user.client.ui.Widget widget, int scrollLeft, int scrollTop)
           
 void printObject(Object msg)
           
 void setPopupPosition(int left, int top)
           
 void setSize(com.google.gwt.user.client.Event event, boolean updateVariables)
           
 
Methods inherited from class com.itmill.toolkit.terminal.gwt.client.ui.IWindow
addStyleDependentName, constructDOM, getContainerElement, hide, onAttach, onBrowserEvent, onEventPreview, setCaption, setCaption, setWidth, setWindowOrder, show, updateFromUIDL
 
Methods inherited from class com.google.gwt.user.client.ui.PopupPanel
addPopupListener, center, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getStyleElement, getTitle, onDetach, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, removePopupListener, setHeight, setPopupPositionAndShow, setTitle, setWidget, setVisible
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, getWidget, iterator, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, removeFromParent, setElement
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, removeStyleDependentName, removeStyleName, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
Builds number. For example 0-custom_tag in 5.0.0-custom_tag.

Constructor Detail

DebugConsole

public DebugConsole(ApplicationConnection client,
                    ApplicationConfiguration cnf)
Method Detail

log

public void log(String msg)
Specified by:
log in interface Console

error

public void error(String msg)
Specified by:
error in interface Console

printObject

public void printObject(Object msg)
Specified by:
printObject in interface Console

dirUIDL

public void dirUIDL(UIDL u)
Specified by:
dirUIDL in interface Console

setSize

public void setSize(com.google.gwt.user.client.Event event,
                    boolean updateVariables)
Overrides:
setSize in class IWindow

onScroll

public void onScroll(com.google.gwt.user.client.ui.Widget widget,
                     int scrollLeft,
                     int scrollTop)
Specified by:
onScroll in interface com.google.gwt.user.client.ui.ScrollListener
Overrides:
onScroll in class IWindow

setPopupPosition

public void setPopupPosition(int left,
                             int top)
Overrides:
setPopupPosition in class IWindow


Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.