S - sheet context typeR - row context typepublic interface RowNavigation<S,R> extends RowCondition<R>
| Modifier and Type | Method and Description |
|---|---|
R |
currentRow()
Retrieve current row, i.e.
|
R |
nextRow()
Create subsequent row and place current row pointer on it.
|
S |
skipRow()
Move current row pointer to the next position within the sheet.
|
S |
skipRows(int offset)
Move current row pointer by
offset rows within the sheet. |
S |
stepOneRowBack() |
nextConditionalRowR nextRow()
R currentRow()
nextRow() and RowCondition.nextConditionalRow(boolean)) within current sheet.
Is not affected by skipRow() or skipRows(int).RowContextS skipRow()
nextRow() or RowCondition.nextConditionalRow(boolean).SheetContextS skipRows(int offset)
offset rows within the sheet.
Doesn't involve actual row creation but just the position in which the next row will be created with nextRow() or RowCondition.nextConditionalRow(boolean).offset - number of rows to move pointer bySheetContextS stepOneRowBack()
Copyright © 2014. All rights reserved.