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

Packages that use Warning
com.google.visualization.datasource.datatable   
 

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

Methods in com.google.visualization.datasource.datatable that return types with arguments of type Warning
 java.util.List<Warning> DataTable.getWarnings()
          Returns the list of warnings in this table.
 

Methods in com.google.visualization.datasource.datatable with parameters of type Warning
 void DataTable.addWarning(Warning warning)
          Adds a warning.
 



Copyright © 2009 Google. All Rights Reserved.