com.itmill.toolkit.terminal.gwt.client
Interface Console
- All Known Implementing Classes:
- IDebugConsole, NullConsole
public interface Console
log
void log(String msg)
error
void error(String msg)
printObject
void printObject(Object msg)
dirUIDL
void dirUIDL(UIDL u)
printLayoutProblems
void printLayoutProblems(com.google.gwt.json.client.JSONArray array,
ApplicationConnection applicationConnection,
Set<Paintable> zeroHeightComponents,
Set<Paintable> zeroWidthComponents)
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.