Uses of Class
org.smallmind.wicket.component.google.visualization.TableCell

Packages that use TableCell
org.smallmind.wicket.component.google.visualization   
 

Uses of TableCell in org.smallmind.wicket.component.google.visualization
 

Methods in org.smallmind.wicket.component.google.visualization that return TableCell
 TableCell ColumnDescription.createTableCell(Value value)
           
 TableCell ColumnDescription.createTableCell(Value value, String formattedValue)
           
 TableCell TableRow.getCell(int index)
           
 TableCell DataTable.getCell(int rowIndex, int cellIndex)
           
 

Methods in org.smallmind.wicket.component.google.visualization that return types with arguments of type TableCell
 Iterable<TableCell> TableRow.getCells()
           
 

Methods in org.smallmind.wicket.component.google.visualization with parameters of type TableCell
 void TableRow.addCell(TableCell tableCell)
           
 

Constructors in org.smallmind.wicket.component.google.visualization with parameters of type TableCell
TableRow(DataTable dataTable, TableCell[] cells)
           
 



Copyright © 2012. All Rights Reserved.