We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.
Interface Console
All Known Implementing Classes:
public interface Console
Method Summary | |
---|---|
void |
dirUIDL(ValueMap u,
ApplicationConfiguration cnf)
|
void |
error(String msg)
|
void |
error(Throwable e)
|
void |
init()
|
void |
log(String msg)
|
void |
log(Throwable e)
|
void |
printLayoutProblems(ValueMap meta,
ApplicationConnection applicationConnection,
Set<Paintable> zeroHeightComponents,
Set<Paintable> zeroWidthComponents)
|
void |
printObject(Object msg)
|
void |
setQuietMode(boolean quietDebugMode)
|
Method Detail |
---|
log
void log(String msg)
log
void log(Throwable e)
error
void error(Throwable e)
error
void error(String msg)
printObject
void printObject(Object msg)
dirUIDL
void dirUIDL(ValueMap u,
ApplicationConfiguration cnf)
printLayoutProblems
void printLayoutProblems(ValueMap meta,
ApplicationConnection applicationConnection,
Set<Paintable> zeroHeightComponents,
Set<Paintable> zeroWidthComponents)
setQuietMode
void setQuietMode(boolean quietDebugMode)
init
void init()