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.
Class NullConsole
java.lang.Object
com.vaadin.terminal.gwt.client.NullConsole
All Implemented Interfaces:
Client side console implementation for non-debug mode that discards all messages.
Constructor Summary | |
---|---|
NullConsole()
|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
NullConsole
public NullConsole()
Method Detail |
---|
dirUIDL
public void dirUIDL(ValueMap u,
ApplicationConfiguration cnf)
error
public void error(String msg)
log
public void log(String msg)
printObject
public void printObject(Object msg)
- Specified by:
printObject
in interfaceConsole
printLayoutProblems
public void printLayoutProblems(ValueMap meta,
ApplicationConnection applicationConnection,
Set<Paintable> zeroHeightComponents,
Set<Paintable> zeroWidthComponents)
- Specified by:
printLayoutProblems
in interfaceConsole
log
public void log(Throwable e)
error
public void error(Throwable e)
setQuietMode
public void setQuietMode(boolean quietDebugMode)
- Specified by:
setQuietMode
in interfaceConsole
init
public void init()