public class CascadedRowManager extends FilteredRowManager
RowManager.ColumnRowIterator, RowManager.RowIterator
m_childToParent, m_parentToChild
m_table
Constructor and Description |
---|
CascadedRowManager(Table table)
Create a new CascadedRowManager.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnRow(int row,
int col)
Given Table row and column indices, return the corresponding row in
the underlying data column.
|
int |
getTableRow(int columnRow,
int col)
Given a column row index and a table column index, return the
table row corresponding to the column value.
|
addRow, clear, getChildRow, getParentRow, put, releaseRow, remove
addRow, columnRows, columnRows, columnRows, getMaximumRow, getMinimumRow, getRowCount, getTable, isValidRow, rows, rows
public CascadedRowManager(Table table)
table
- the table to managepublic int getColumnRow(int row, int col)
RowManager
getColumnRow
in class FilteredRowManager
row
- the table rowcol
- the table columnRowManager.getColumnRow(int, int)
public int getTableRow(int columnRow, int col)
RowManager
getTableRow
in class FilteredRowManager
columnRow
- the row of the underlying data columncol
- the table columnRowManager.getTableRow(int, int)
Copyright ? 2013 Regents of the University of California