org.smallmind.wicket.component.google.visualization
Class DataTable
java.lang.Object
org.smallmind.wicket.component.google.visualization.TableElement
org.smallmind.wicket.component.google.visualization.DataTable
public class DataTable
- extends TableElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataTable
public DataTable(List<ColumnDescription> columnDescriptionList)
DataTable
public DataTable(ColumnDescription[] columnDescriptions)
getColumnCount
public int getColumnCount()
getColumnDescription
public ColumnDescription getColumnDescription(int index)
getColumnDescriptions
public Iterable<ColumnDescription> getColumnDescriptions()
createTableRow
public TableRow createTableRow()
getRows
public Iterable<TableRow> getRows()
getRow
public TableRow getRow(int index)
getCell
public TableCell getCell(int rowIndex,
int cellIndex)
getValue
public Value getValue(int rowIndex,
int cellIndex)
Copyright © 2012. All Rights Reserved.