|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.query.DataTableColumnLookup
public class DataTableColumnLookup
An adapter between a data table and a column lookup. The table does not have to contain rows; only the columns data is used.
| Constructor Summary | |
|---|---|
DataTableColumnLookup(DataTable table)
Creates a new DataTableColumnLookup with the given data table. |
|
| Method Summary | |
|---|---|
boolean |
containsColumn(AbstractColumn column)
Returns whether or not this ColumnLookup contains the given column. |
int |
getColumnIndex(AbstractColumn column)
Returns the index of the given column. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataTableColumnLookup(DataTable table)
table - The given TableDescription.| Method Detail |
|---|
public int getColumnIndex(AbstractColumn column)
ColumnLookup
getColumnIndex in interface ColumnLookupcolumn - The given AbstractColumn.
public boolean containsColumn(AbstractColumn column)
ColumnLookup
containsColumn in interface ColumnLookupcolumn - The column to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||