com.google.gwt.visualization.client.visualizations
Class Toolbar.Component

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.AbstractDrawOptions
              extended by com.google.gwt.visualization.client.visualizations.Toolbar.Component
Enclosing class:
Toolbar

public static class Toolbar.Component
extends AbstractDrawOptions

Component for the toolbar.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected Toolbar.Component()
           
 
Method Summary
static Toolbar.Component create()
           
 void setDataSource(java.lang.String dataSource)
           
 void setGadget(java.lang.String gadget)
           
 void setType(Toolbar.Type type)
           
 void setUserprefs(java.lang.String userprefs)
           
 
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

Toolbar.Component

protected Toolbar.Component()
Method Detail

create

public static Toolbar.Component create()

setDataSource

public final void setDataSource(java.lang.String dataSource)

setGadget

public final void setGadget(java.lang.String gadget)

setType

public final void setType(Toolbar.Type type)

setUserprefs

public final void setUserprefs(java.lang.String userprefs)