|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Violation | |
---|---|
com.google.gwt.requestfactory.client | A package for manging client-server requests. |
com.google.gwt.requestfactory.client.testing | Classes used for testing the request factory service. |
com.google.gwt.requestfactory.shared | Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. |
Uses of Violation in com.google.gwt.requestfactory.client |
---|
Method parameters in com.google.gwt.requestfactory.client with type arguments of type Violation | |
---|---|
boolean |
RequestFactoryEditorDriver.setViolations(java.lang.Iterable<Violation> errors)
Show Violations returned from an attempt to submit a request. |
Uses of Violation in com.google.gwt.requestfactory.client.testing |
---|
Method parameters in com.google.gwt.requestfactory.client.testing with type arguments of type Violation | |
---|---|
boolean |
MockRequestFactoryEditorDriver.setViolations(java.lang.Iterable<Violation> errors)
A no-op method that always returns false. |
Uses of Violation in com.google.gwt.requestfactory.shared |
---|
Method parameters in com.google.gwt.requestfactory.shared with type arguments of type Violation | |
---|---|
void |
Receiver.onViolation(java.util.Set<Violation> errors)
Called if an object sent to the server could not be validated. |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |