Uses of Class
com.google.visualization.datasource.base.TypeMismatchException

Packages that use TypeMismatchException
com.google.visualization.datasource.datatable   
com.google.visualization.datasource.datatable.value   
 

Uses of TypeMismatchException in com.google.visualization.datasource.datatable
 

Methods in com.google.visualization.datasource.datatable that throw TypeMismatchException
 void DataTable.addRow(TableRow row)
          Adds a single row to the end of the result.
 void DataTable.addRowFromValues(java.lang.Object... values)
          A convenience method for creating a row directly from its cell values and adding it to the data table.
 void DataTable.addRows(java.util.Collection<TableRow> rowsToAdd)
          Adds a collection of rows to the end of the result.
 void DataTable.setRows(java.util.Collection<TableRow> rows)
          Sets a collection of rows after clearing any current rows.
 

Uses of TypeMismatchException in com.google.visualization.datasource.datatable.value
 

Methods in com.google.visualization.datasource.datatable.value that throw TypeMismatchException
 Value ValueType.createValue(java.lang.Object value)
          Creates a value of this ValueType.
 



Copyright © 2009 Google. All Rights Reserved.