public static class ListTableMapperBase.IdentityIndexConverter extends Object implements IndexConverter
Constructor and Description |
---|
ListTableMapperBase.IdentityIndexConverter() |
Modifier and Type | Method and Description |
---|---|
int |
convert2ModelIndex(int pViewIndex)
This method converts the given view index of a table row to
the corresponding model index of this row.
|
int |
convert2ViewIndex(int pModelIndex)
This method converts the given model index of a table row to
the corresponding view index of this row.
|
public ListTableMapperBase.IdentityIndexConverter()
public int convert2ModelIndex(int pViewIndex)
IndexConverter
convert2ModelIndex
in interface IndexConverter
pViewIndex
- the view indexpublic int convert2ViewIndex(int pModelIndex)
IndexConverter
convert2ViewIndex
in interface IndexConverter
pModelIndex
- the model indexCopyright © 2017 Jürgen Zeller (privat). All rights reserved.