GWT 2.1.0

Uses of Interface
com.google.gwt.requestfactory.shared.UserInformationProxy

Packages that use UserInformationProxy
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   
 

Uses of UserInformationProxy in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared that return types with arguments of type UserInformationProxy
 Request<UserInformationProxy> UserInformationRequest.getCurrentUserInformation(java.lang.String redirectUrl)
           
 

Uses of UserInformationProxy in com.google.gwt.requestfactory.ui.client
 

Methods in com.google.gwt.requestfactory.ui.client with parameters of type UserInformationProxy
 void LoginWidget.setUserInformation(UserInformationProxy info)
           
 


GWT 2.1.0