Current index inside iteration of data

Hi,

Inside iterative controls such as tables, lists on a CAF view, is it possible to get the current index of the current data row?
Regards,

Eric

If your content provider is the instance of IUpdateableTableContentProvider or SelectableListTableContentProvider than there is a method to get the current row.
SelectableListTableContentProvider.getCurrentRow() that will return object of the current row.

Thank you,
Keval