|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableCell | |
|---|---|
| com.google.visualization.datasource.datatable | |
| com.google.visualization.datasource.query | |
| com.google.visualization.datasource.render | |
| Uses of TableCell in com.google.visualization.datasource.datatable |
|---|
| Methods in com.google.visualization.datasource.datatable that return TableCell | |
|---|---|
TableCell |
TableCell.clone()
Returns a copy of this TableCell. |
TableCell |
TableRow.getCell(int index)
Returns a single cell by its index. |
TableCell |
DataTable.getCell(int rowIndex,
int colIndex)
Returns the cell at the specified row and column indexes. |
| Methods in com.google.visualization.datasource.datatable that return types with arguments of type TableCell | |
|---|---|
java.util.List<TableCell> |
TableRow.getCells()
Returns the list of all cell values. |
java.util.List<TableCell> |
DataTable.getColumnCells(int columnIndex)
Returns the list of all cells of a certain column, by the column index. |
java.util.List<TableCell> |
DataTable.getColumnCells(java.lang.String columnId)
Returns the list of all cells of a certain column, by the column Id. |
java.util.List<TableCell> |
DataTable.getColumnDistinctCellsSorted(int columnIndex,
java.util.Comparator<TableCell> comparator)
Returns a sorted list of distinct table cells in the specified column. |
static java.util.Comparator<TableCell> |
TableCell.getLocalizedComparator(com.ibm.icu.util.ULocale ulocale)
Returns a comparator that compares table cells according to their inner values and, in the case of text values, according to a given locale. |
| Methods in com.google.visualization.datasource.datatable with parameters of type TableCell | |
|---|---|
void |
TableRow.addCell(TableCell cell)
Adds a single cell to the end of the row. |
| Method parameters in com.google.visualization.datasource.datatable with type arguments of type TableCell | |
|---|---|
java.util.List<TableCell> |
DataTable.getColumnDistinctCellsSorted(int columnIndex,
java.util.Comparator<TableCell> comparator)
Returns a sorted list of distinct table cells in the specified column. |
| Constructors in com.google.visualization.datasource.datatable with parameters of type TableCell | |
|---|---|
TableCell(TableCell other)
Copy constructor. |
|
| Uses of TableCell in com.google.visualization.datasource.query |
|---|
| Methods in com.google.visualization.datasource.query that return TableCell | |
|---|---|
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. |
| Uses of TableCell in com.google.visualization.datasource.render |
|---|
| Methods in com.google.visualization.datasource.render with parameters of type TableCell | |
|---|---|
static java.lang.StringBuilder |
JsonRenderer.appendCellJson(TableCell cell,
java.lang.StringBuilder sb,
boolean includeFormatting,
boolean isLastColumn)
Appends a Json representing a cell to the string buffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||