|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RowTableModelWrapper
RowTableModelWrapper is a wrapper around table model which is referred
as the actual table model or underlying table model. It can be used to provide a
different row mapping to create a different view to the actual model. A typical use case is SortableTableModel.
TableModelWrapperUtils which allows
you to do the row index conversion from view index to model index and vice versa.
TableModelWrapperUtils| Method Summary | |
|---|---|
int |
getActualRowAt(int visualRow)
Gets the actual row index in the underlying table that corresponds the specified row index. |
int |
getVisualRowAt(int actualRow)
Gets the visual row index representing the specified actual row. |
| Methods inherited from interface com.jidesoft.grid.TableModelWrapper |
|---|
getActualModel |
| Method Detail |
|---|
int getActualRowAt(int visualRow)
visualRow - the visual row index.
int getVisualRowAt(int actualRow)
actualRow - the actual row index.
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||