com.google.gwt.visualization.client
Interface Selectable

All Known Implementing Classes:
AreaChart, AreaChart, BarChart, BarChart, ColumnChart, ColumnChart, CoreChart, GeoMap, IntensityMap, LineChart, LineChart, MapVisualization, OrgChart, PieChart, PieChart, ScatterChart, ScatterChart, Table

public interface Selectable

A selectable visualization.


Method Summary
 void addSelectHandler(SelectHandler handler)
          Add a SelectHandler to the visualization.
 com.google.gwt.core.client.JsArray<Selection> getSelections()
          Get the Selections that are currently selected.
 void setSelections(com.google.gwt.core.client.JsArray<Selection> sel)
          Set the Selections on the Selectable visualization.
 

Method Detail

addSelectHandler

void addSelectHandler(SelectHandler handler)
Add a SelectHandler to the visualization.

Parameters:
handler - A SelectHandler.

getSelections

com.google.gwt.core.client.JsArray<Selection> getSelections()
Get the Selections that are currently selected.

Returns:
A JsArray of Selections.

setSelections

void setSelections(com.google.gwt.core.client.JsArray<Selection> sel)
Set the Selections on the Selectable visualization.

Parameters:
sel - An array of Selections.