Uses of Interface
de.xima.fc.common.data.table.IHeaderTable.ITableRowEntry
- 
Packages that use IHeaderTable.ITableRowEntry Package Description de.xima.fc.common.data.table de.xima.fc.workflow.itemlist  - 
- 
Uses of IHeaderTable.ITableRowEntry in de.xima.fc.common.data.table
Methods in de.xima.fc.common.data.table that return types with arguments of type IHeaderTable.ITableRowEntry Modifier and Type Method Description default Iterator<IHeaderTable.ITableRowEntry<T>>IHeaderTable. iterator()Iterator<IHeaderTable.ITableRowEntry<T>>AbstractHeaderTable. rowIterator()Iterator<IHeaderTable.ITableRowEntry<T>>IHeaderTable. rowIterator()Returns an iterator over the rows of the table. - 
Uses of IHeaderTable.ITableRowEntry in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return types with arguments of type IHeaderTable.ITableRowEntry Modifier and Type Method Description Iterator<IHeaderTable.ITableRowEntry<String>>FcForEachLoopItemListCsvRows. iterator()Methods in de.xima.fc.workflow.itemlist with parameters of type IHeaderTable.ITableRowEntry Modifier and Type Method Description ItemDataFcForEachLoopItemListCsvRows. extractData(IHeaderTable.ITableRowEntry<String> item, int index) 
 -