org.smallmind.wicket.component.google.visualization
Class TableRow

java.lang.Object
  extended by org.smallmind.wicket.component.google.visualization.TableElement
      extended by org.smallmind.wicket.component.google.visualization.TableRow

public class TableRow
extends TableElement


Constructor Summary
protected TableRow(DataTable dataTable, TableCell[] cells)
           
 
Method Summary
 void addCell(TableCell tableCell)
           
 TableCell getCell(int index)
           
 Iterable<TableCell> getCells()
           
 int getColumnCount()
           
 Value getValue(int index)
           
 
Methods inherited from class org.smallmind.wicket.component.google.visualization.TableElement
getPropertiesAsJson, hasProperties, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRow

protected TableRow(DataTable dataTable,
                   TableCell[] cells)
Method Detail

getColumnCount

public int getColumnCount()

getCells

public Iterable<TableCell> getCells()

getCell

public TableCell getCell(int index)

getValue

public Value getValue(int index)

addCell

public void addCell(TableCell tableCell)


Copyright © 2012. All Rights Reserved.