com.google.gwt.visualization.client
Class Query.Options

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.ajaxloader.client.Properties
          extended by com.google.gwt.visualization.client.Query.Options
Enclosing class:
Query

public static class Query.Options
extends Properties


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected Query.Options()
           
 
Method Summary
static Query.Options create()
           
 void setMakeRequestParams(com.google.gwt.core.client.JavaScriptObject params)
           
 void setSendMethod(Query.SendMethod sendMethod)
           
 
Methods inherited from class com.google.gwt.ajaxloader.client.Properties
getBoolean, getDate, getNumber, getObject, getString, remove, set, set, set, set, set, typeof
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Query.Options

protected Query.Options()
Method Detail

create

public static Query.Options create()

setSendMethod

public final void setSendMethod(Query.SendMethod sendMethod)

setMakeRequestParams

public final void setMakeRequestParams(com.google.gwt.core.client.JavaScriptObject params)