public interface TableRowWalker extends TableRow
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNextRow() |
boolean |
hasPreviousRow() |
void |
lastRow()
Set the walker on the last row of the table
|
void |
nextRow()
Set the walker on the next row of the table
|
void |
previousRow()
Set the walker on the previous row of the table
|
void |
toRow(int i)
Set the walker on the table
|
getColumnCount, removeRowStyle, rowIndex, setRowAttribute, setRowDefaultCellStyle, setRowFormat, setRowStyleboolean hasNextRow()
boolean hasPreviousRow()
void lastRow()
throws IOException
IOException - if an I/O error occursvoid nextRow()
throws IOException
IOException - if an I/O error occursvoid previousRow()
throws IOException
IOException - if an I/O error occursvoid toRow(int i)
throws IOException
i - the index of the rowIOException - if an I/O error occursCopyright © 2016–2021. All rights reserved.