com.vaadin.terminal.gwt.client
Interface Console

All Known Implementing Classes:
NullConsole, VDebugConsole

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<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> 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<ComponentConnector> zeroHeightComponents,
                         Set<ComponentConnector> zeroWidthComponents)

setQuietMode

void setQuietMode(boolean quietDebugMode)

init

void init()


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