com.jidesoft.grid
Class TableModelValueProvider
java.lang.Object
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.
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 |
TableModelValueProvider
public TableModelValueProvider(TableModel model)
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.