com.tonbeller.wcf.table
Interface TableRow

All Known Implementing Classes:
DefaultTableRow

public interface TableRow

a row of the table. To make selection work, this class must implement equals() and hashCode() properly.


Method Summary
 java.lang.Object getValue(int columnIndex)
          returns the cell value
 

Method Detail

getValue

public java.lang.Object getValue(int columnIndex)
returns the cell value