com.google.gwt.requestfactory.client.impl
Class AbstractIntegerRequest

java.lang.Object
  extended by com.google.gwt.requestfactory.client.impl.AbstractRequest<java.lang.Integer,AbstractIntegerRequest>
      extended by com.google.gwt.requestfactory.client.impl.AbstractIntegerRequest
All Implemented Interfaces:
RequestFactory.RequestObject<java.lang.Integer>

public abstract class AbstractIntegerRequest
extends AbstractRequest<java.lang.Integer,AbstractIntegerRequest>

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

Abstract implementation of RequestFactory.RequestObject for requests that return Integer.


Constructor Summary
AbstractIntegerRequest(RequestFactoryJsonImpl requestFactory)
           
 
Method Summary
 void handleResponseText(java.lang.String responseText)
           
 
Methods inherited from class com.google.gwt.requestfactory.client.impl.AbstractRequest
fire, forProperties, forProperty, getProperties, to
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.requestfactory.shared.RequestFactory.RequestObject
getRequestData
 

Constructor Detail

AbstractIntegerRequest

public AbstractIntegerRequest(RequestFactoryJsonImpl requestFactory)
Method Detail

handleResponseText

public void handleResponseText(java.lang.String responseText)