com.vaadin.terminal.gwt.client
Class NullConsole

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.NullConsole
All Implemented Interfaces:
Console

public class NullConsole
extends Object
implements Console

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<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> 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)
Specified by:
dirUIDL in interface Console

error

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

log

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

printObject

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

printLayoutProblems

public void printLayoutProblems(ValueMap meta,
                                ApplicationConnection applicationConnection,
                                Set<ComponentConnector> zeroHeightComponents,
                                Set<ComponentConnector> zeroWidthComponents)
Specified by:
printLayoutProblems in interface Console

log

public void log(Throwable e)
Specified by:
log in interface Console

error

public void error(Throwable e)
Specified by:
error in interface Console

setQuietMode

public void setQuietMode(boolean quietDebugMode)
Specified by:
setQuietMode in interface Console

init

public void init()
Specified by:
init in interface Console


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.