public class CascadedRowManager extends FilteredRowManager
RowManager.ColumnRowIterator, RowManager.RowIteratorm_childToParent, m_parentToChildm_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, removeaddRow, columnRows, columnRows, columnRows, getMaximumRow, getMinimumRow, getRowCount, getTable, isValidRow, rows, rowspublic CascadedRowManager(Table table)
table - the table to managepublic int getColumnRow(int row,
int col)
RowManagergetColumnRow in class FilteredRowManagerrow - the table rowcol - the table columnRowManager.getColumnRow(int, int)public int getTableRow(int columnRow,
int col)
RowManagergetTableRow in class FilteredRowManagercolumnRow - the row of the underlying data columncol - the table columnRowManager.getTableRow(int, int)