JIDE 3.5.15

com.jidesoft.grid
Class TableModelValueProvider

java.lang.Object
  extended by com.jidesoft.grid.TableModelValueProvider
All Implemented Interfaces:
ValueProvider

public class TableModelValueProvider
extends Object
implements ValueProvider

A TableModelValueProvider is a ValueProvider which retrieves a value from a table model.


Constructor Summary
TableModelValueProvider(TableModel model)
           
 
Method Summary
 Object getValueAt(int row, int column)
          Gets the value from the designated rowIndex and columnIndex in the _model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableModelValueProvider

public TableModelValueProvider(TableModel model)
Method Detail

getValueAt

public Object getValueAt(int row,
                         int column)
Gets the value from the designated rowIndex and columnIndex in the _model.

Specified by:
getValueAt in interface ValueProvider
Parameters:
row - the row index.
column - the column index.
Returns:
the value at the columnIndex of a Row.

JIDE 3.5.15