Package | Description |
---|---|
com.google.web.bindery.requestfactory.gwt.client |
A package for managing client-server requests.
|
com.google.web.bindery.requestfactory.gwt.client.testing |
Classes used for testing the request factory service.
|
com.google.web.bindery.requestfactory.shared |
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RequestFactoryEditorDriver.setViolations(java.lang.Iterable<Violation> violations)
Deprecated.
Users should switch to
EditorDriver.setConstraintViolations(Iterable) |
Modifier and Type | Method and Description |
---|---|
boolean |
MockRequestFactoryEditorDriver.setViolations(java.lang.Iterable<Violation> errors)
A no-op method that always returns false.
|
Modifier and Type | Method and Description |
---|---|
void |
Receiver.onViolation(java.util.Set<Violation> errors)
Deprecated.
Use
Receiver.onConstraintViolation(Set) instead |
void |
FanoutReceiver.onViolation(java.util.Set<Violation> errors)
Deprecated.
|