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.server.
Class ComponentSizeValidator.FileLocation
java.lang.Object
com.vaadin.terminal.gwt.server.ComponentSizeValidator.FileLocation
All Implemented Interfaces:
Enclosing class:
- extends Object
- implements Serializable
public static class ComponentSizeValidator.FileLocation
See Also:
Field Summary | |
---|---|
String |
className
|
String |
classNameSimple
|
String |
file
|
int |
lineNumber
|
String |
method
|
Constructor Summary | |
---|---|
ComponentSizeValidator.FileLocation(StackTraceElement traceElement)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
method
public String method
file
public String file
className
public String className
classNameSimple
public String classNameSimple
lineNumber
public int lineNumber
Constructor Detail |
---|
ComponentSizeValidator.FileLocation
public ComponentSizeValidator.FileLocation(StackTraceElement traceElement)