|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The return type of objects in the corresponding response.
@Deprecated public interface Request<T>
Implemented by the request objects created by this factory.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
Method Summary | |
---|---|
void |
fire()
Deprecated. Submit this request. |
void |
fire(Receiver<? super T> receiver)
Deprecated. Convenience method equivalent to calling to(...).fire() . |
RequestContext |
to(Receiver<? super T> receiver)
Deprecated. Specify the object that will receive the result of the method invocation. |
Request<T> |
with(java.lang.String... propertyRefs)
Deprecated. Request additional reference properties to fetch with the return value. |
Method Detail |
---|
void fire()
void fire(Receiver<? super T> receiver)
to(...).fire()
.
receiver
- a Receiver
instanceRequestContext to(Receiver<? super T> receiver)
receiver
- a Receiver
instance
RequestContext
instanceRequest<T> with(java.lang.String... propertyRefs)
propertyRefs
- a list of reference property names as Strings
Request
instance of type T
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |