GWT 2.1.0

Uses of Package
com.google.gwt.requestfactory.shared

Packages that use com.google.gwt.requestfactory.shared
com.google.gwt.requestfactory.client   
com.google.gwt.requestfactory.client.testing   
com.google.gwt.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
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. 
com.google.gwt.requestfactory.ui.client   
 

Classes in com.google.gwt.requestfactory.shared used by com.google.gwt.requestfactory.client
LoggingRequest
          "API Generated" request selector interface implemented by objects that give client access to the methods of Logging.
RequestContext
          The base interface for RequestFactory service endpoints.
RequestFactory
          Marker interface for the RequestFactory code generator.
RequestTransport
          Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.
RequestTransport.TransportReceiver
          A callback interface.
Violation
          A lightweight representation of a ConstraintViolation.
 

Classes in com.google.gwt.requestfactory.shared used by com.google.gwt.requestfactory.client.testing
RequestContext
          The base interface for RequestFactory service endpoints.
RequestFactory
          Marker interface for the RequestFactory code generator.
Violation
          A lightweight representation of a ConstraintViolation.
 

Classes in com.google.gwt.requestfactory.shared used by com.google.gwt.requestfactory.server
ServerFailure
          Describes a request failure on the server.
 

Classes in com.google.gwt.requestfactory.shared used by com.google.gwt.requestfactory.shared
EntityProxy
          A proxy for a server-side domain object.
EntityProxyChange
          Abstract base class for an event announcing changes to an EntityProxy.
EntityProxyChange.Handler
          Implemented by methods that handle EntityProxyChange events.
EntityProxyId
          A stable, opaque id of an EntityProxy that remains stable across updates, creates, deletes on the client.
ProxyFor
          Annotation on EntityProxy classes specifying the domain (server-side) object type.
Receiver
          Implemented by objects that display values.
Request
          Implemented by the request objects created by this factory.
RequestContext
          The base interface for RequestFactory service endpoints.
RequestEvent
          An event posted whenever an RPC request is sent or its response is received.
RequestEvent.Handler
          Implemented by handlers of this type of event.
RequestEvent.State
          The request state.
RequestTransport
          Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.
RequestTransport.TransportReceiver
          A callback interface.
ServerFailure
          Describes a request failure on the server.
Service
          Annotation on Request classes specifying the server side implementations that back them.
UserInformationProxy
          "API Generated" DTO interface based on UserInformation.
Violation
          A lightweight representation of a ConstraintViolation.
WriteOperation
          The enum used in EntityProxyChange.
 

Classes in com.google.gwt.requestfactory.shared used by com.google.gwt.requestfactory.ui.client
EntityProxy
          A proxy for a server-side domain object.
RequestEvent
          An event posted whenever an RPC request is sent or its response is received.
RequestEvent.Handler
          Implemented by handlers of this type of event.
UserInformationProxy
          "API Generated" DTO interface based on UserInformation.
 


GWT 2.1.0