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)
IndexConverterconvert2ModelIndex in interface IndexConverterpViewIndex - the view indexpublic int convert2ViewIndex(int pModelIndex)
IndexConverterconvert2ViewIndex in interface IndexConverterpModelIndex - the model indexCopyright © 2017 Jürgen Zeller (privat). All rights reserved.