Uses of Interface
com.google.web.bindery.requestfactory.shared.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
Modifier and TypeMethodDescriptionboolean
RequestFactoryEditorDriver.setViolations
(Iterable<Violation> violations) Deprecated. -
Uses of Violation in com.google.web.bindery.requestfactory.gwt.client.testing
Modifier and TypeMethodDescriptionboolean
MockRequestFactoryEditorDriver.setViolations
(Iterable<Violation> errors) A no-op method that always returns false.
EditorDriver.setConstraintViolations(Iterable)