com.vaadin.terminal.gwt.server
Class ComponentSizeValidator.InvalidLayout

java.lang.Object
  extended by com.vaadin.terminal.gwt.server.ComponentSizeValidator.InvalidLayout
All Implemented Interfaces:
Serializable
Enclosing class:
ComponentSizeValidator

public static class ComponentSizeValidator.InvalidLayout
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ComponentSizeValidator.InvalidLayout(Component component, boolean height, boolean width)
           
 
Method Summary
 void addError(ComponentSizeValidator.InvalidLayout error)
           
 void reportErrors(PrintWriter clientJSON, AbstractCommunicationManager communicationManager, PrintStream serverErrorStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentSizeValidator.InvalidLayout

public ComponentSizeValidator.InvalidLayout(Component component,
                                            boolean height,
                                            boolean width)
Method Detail

addError

public void addError(ComponentSizeValidator.InvalidLayout error)

reportErrors

public void reportErrors(PrintWriter clientJSON,
                         AbstractCommunicationManager communicationManager,
                         PrintStream serverErrorStream)


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