JIDE 3.5.15

com.jidesoft.grid
Interface TableModelsWrapper

All Known Implementing Classes:
AggregateTableModel, JoinTableModel

public interface TableModelsWrapper

TableModelsWrapper is a wrapper around several table models which are all referred as the actual table model or underlying table model. It can be used to provide a union view of several actual models. A typical use case is JoinTableModel.


Method Summary
 TableModel getActualModel(int row, int column)
          Gets the underlying table models.
 

Method Detail

getActualModel

TableModel getActualModel(int row,
                          int column)
Gets the underlying table models. This is used in case a table model wraps several table models. Then we have to ask each cell where the data is coming from.

Parameters:
row - the row index.
column - column index.
Returns:
the underlying table models.

JIDE 3.5.15