Package com.vaadin.server
Class ComponentSizeValidator.InvalidLayout
- java.lang.Object
-
- com.vaadin.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
Constructors Constructor Description InvalidLayout(Component component, boolean height, boolean width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addError(ComponentSizeValidator.InvalidLayout error)
void
reportErrors(StringBuilder clientJSON, PrintStream serverErrorStream)
-
-
-
Constructor Detail
-
InvalidLayout
public InvalidLayout(Component component, boolean height, boolean width)
-
-
Method Detail
-
addError
public void addError(ComponentSizeValidator.InvalidLayout error)
-
reportErrors
public void reportErrors(StringBuilder clientJSON, PrintStream serverErrorStream)
-
-