JIDE 3.5.15

com.jidesoft.grid
Interface CalculatedRowColumn


public interface CalculatedRowColumn

CalculatedColumn for Row based TreeTableModel.

Since:
3.4.1

Method Summary
 Object getValueAt(Row row)
          Gets the value at the cell of the Row instance.
 

Method Detail

getValueAt

Object getValueAt(Row row)
Gets the value at the cell of the Row instance.

Parameters:
row - the row instance
Returns:
the cell value.

JIDE 3.5.15