Uses of Interface
com.google.visualization.datasource.query.ColumnLookup

Packages that use ColumnLookup
com.google.visualization.datasource.query   
 

Uses of ColumnLookup in com.google.visualization.datasource.query
 

Classes in com.google.visualization.datasource.query that implement ColumnLookup
 class DataTableColumnLookup
          An adapter between a data table and a column lookup.
 class GenericColumnLookup
          This class represents a generic column lookup.
 

Methods in com.google.visualization.datasource.query with parameters of type ColumnLookup
 TableCell ScalarFunctionColumn.getCell(ColumnLookup lookup, TableRow row)
          Returns the cell of the column in the given row.
 TableCell AbstractColumn.getCell(ColumnLookup lookup, TableRow row)
          Returns the cell of the column in the given row.
 Value AbstractColumn.getValue(ColumnLookup lookup, TableRow row)
          Returns the value of the column in the given row.
 



Copyright © 2009 Google. All Rights Reserved.