|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
P
- the instance type of BaseProxyT
- the type eventually returned by the method invocation
@Deprecated public interface InstanceRequest<P extends BaseProxy,T>
Used to call instance methods. Note that this does not extend Request
— rather it vends one. There is no way to get an instance method's
Request.fire()
without assigning an instance by calling using(P)
.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
Method Summary | |
---|---|
Request<T> |
using(P instanceObject)
Deprecated. Provide the instance on which the request will be invoked. |
Method Detail |
---|
Request<T> using(P instanceObject)
instanceObject
- an BaseProxy
instance of type P
Request
<T>
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |