Java com.google.gwt.visualization.client Selection fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.visualization.client Selection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.visualization.client Selection.

The text is from its open source code.

Method

SelectioncreateCellSelection(int row, int column)
Create a selection that specifies a row and a column.
intgetColumn()
intgetRow()
JsArraygetSelections( E viz)
Get the Selections that are currently selected.
booleanisCell()
voidsetSelections(E viz, JsArray selections)
Set the selections that will be selected.