Package 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.

See:
          Description

Interface Summary
Receiver<V> Experimental API: This class is still under rapid development, and is very likely to be deleted.
RecordListRequest<R extends Record> Experimental API: This class is still under rapid development, and is very likely to be deleted.
RecordRequest<R extends Record> Experimental API: This class is still under rapid development, and is very likely to be deleted.
RequestEvent.Handler Implemented by handlers of this type of event.
RequestFactory Experimental API: This class is still under rapid development, and is very likely to be deleted.
RequestFactory.RequestDefinition Implemented by enums that define the mapping between request objects and service methods.
RequestFactory.RequestObject<T> Implemented by the request objects created by this factory.
SyncRequest Experimental API: This class is still under rapid development, and is very likely to be deleted.
 

Class Summary
RequestEvent Experimental API: This class is still under rapid development, and is very likely to be deleted.
 

Enum Summary
RequestEvent.State The request state.
 

Annotation Types Summary
DataTransferObject Experimental API: This class is still under rapid development, and is very likely to be deleted.
Id Experimental API: This class is still under rapid development, and is very likely to be deleted.
Service Experimental API: This class is still under rapid development, and is very likely to be deleted.
Version Experimental API: This class is still under rapid development, and is very likely to be deleted.
 

Package com.google.gwt.requestfactory.shared Description

Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format.

Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.