Uses of Interface
com.google.web.bindery.requestfactory.shared.Violation
Packages that use Violation
Package
Description
A package for managing client-server requests.
Classes used for testing the request factory service.
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 ViolationModifier and TypeMethodDescriptionboolean
RequestFactoryEditorDriver.setViolations
(Iterable<Violation> violations) Deprecated. -
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 ViolationModifier and TypeMethodDescriptionboolean
MockRequestFactoryEditorDriver.setViolations
(Iterable<Violation> errors) A no-op method that always returns false.
EditorDriver.setConstraintViolations(Iterable)