|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Violation
A lightweight representation of a
ConstraintViolation
.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
Method Summary | |
---|---|
BaseProxy |
getInvalidProxy()
Deprecated. If the ConstraintViolation occurred while validating a object, this method will return a BaseProxy that contains the invalid values. |
java.lang.String |
getMessage()
Deprecated. Returns the message associated with this Violation . |
BaseProxy |
getOriginalProxy()
Deprecated. If the ConstraintViolation occurred while validating a value object that originated from the server, this method will return a BaseProxy that contains the original values. |
java.lang.String |
getPath()
Deprecated. Returns the path associated with this Violation . |
EntityProxyId<?> |
getProxyId()
Deprecated. Returns the proxy id associated with this Violation if the object
associated with the violation is an EntityProxy . |
Method Detail |
---|
BaseProxy getInvalidProxy()
java.lang.String getMessage()
Violation
.
BaseProxy getOriginalProxy()
null
if the
BaseProxy was created on the client.java.lang.String getPath()
Violation
.
EntityProxyId<?> getProxyId()
Violation
if the object
associated with the violation is an EntityProxy
.
EntityProxyId
instance or null
if the object is
a ValueProxy.
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |