Uses of Interface
com.google.web.bindery.requestfactory.shared.Violation
-
Packages that use Violation 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. -
-
Uses of Violation in com.google.web.bindery.requestfactory.gwt.client
Method parameters in com.google.web.bindery.requestfactory.gwt.client with type arguments of type Violation Modifier and Type Method Description boolean
RequestFactoryEditorDriver. setViolations(java.lang.Iterable<Violation> violations)
Deprecated.Users should switch toEditorDriver.setConstraintViolations(Iterable)
-
Uses of Violation in com.google.web.bindery.requestfactory.gwt.client.testing
Method parameters in com.google.web.bindery.requestfactory.gwt.client.testing with type arguments of type Violation Modifier and Type Method Description boolean
MockRequestFactoryEditorDriver. setViolations(java.lang.Iterable<Violation> errors)
A no-op method that always returns false. -
Uses of Violation in com.google.web.bindery.requestfactory.shared
Method parameters in com.google.web.bindery.requestfactory.shared with type arguments of type Violation Modifier and Type Method Description void
FanoutReceiver. onViolation(java.util.Set<Violation> errors)
Deprecated.void
Receiver. onViolation(java.util.Set<Violation> errors)
Deprecated.UseReceiver.onConstraintViolation(Set)
instead
-