|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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.itmill.toolkit.terminal.gwt.client.ui.IWindow
com.itmill.toolkit.terminal.gwt.client.DebugConsole
public final class DebugConsole
| 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 |
|---|
public static final String VERSION
| Constructor Detail |
|---|
public DebugConsole(ApplicationConnection client,
ApplicationConfiguration cnf)
| Method Detail |
|---|
public void log(String msg)
log in interface Consolepublic void error(String msg)
error in interface Consolepublic void printObject(Object msg)
printObject in interface Consolepublic void dirUIDL(UIDL u)
dirUIDL in interface Console
public void setSize(com.google.gwt.user.client.Event event,
boolean updateVariables)
setSize in class IWindow
public void onScroll(com.google.gwt.user.client.ui.Widget widget,
int scrollLeft,
int scrollTop)
onScroll in interface com.google.gwt.user.client.ui.ScrollListeneronScroll in class IWindow
public void setPopupPosition(int left,
int top)
setPopupPosition in class IWindow
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||