GWT 2.7.0

Uses of Class
com.google.web.bindery.requestfactory.shared.ProxyFor

Packages that use ProxyFor
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 ProxyFor in com.google.web.bindery.requestfactory.shared
 

Classes in com.google.web.bindery.requestfactory.shared with annotations of type ProxyFor
 interface EntityProxy
          A proxy for a server-side domain object.
 interface EntityProxyId<P extends EntityProxy>
          A stable, opaque id of an EntityProxy that remains stable across updates, creates, deletes on the client.
 interface ValueProxy
          An analog to EntityProxy for domain types that do not have an identity concept.
 


GWT 2.7.0