public interface IndexConverter
ListTableMapperBase
.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.
|
int convert2ModelIndex(int pViewIndex)
pViewIndex
- the view indexint convert2ViewIndex(int pModelIndex)
pModelIndex
- the model indexCopyright © 2017 Jürgen Zeller (privat). All rights reserved.