public interface RowCellWalker extends TableCell
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious() |
void |
last()
Set the walker on the last cell of the row
|
void |
next()
Set the walker on the next cell of the row
|
void |
previous()
Set the walker on the previous cell of the row
|
void |
to(int i)
Set the walker on the row
|
colIndex, hasValue, isCovered, markColumnsSpanned, markRowsSpanned, setAttribute, setBooleanValue, setCellMerge, setCellValue, setColumnsSpanned, setCovered, setCurrencyValue, setCurrencyValue, setCurrencyValue, setDataStyle, setDateValue, setDateValue, setFloatValue, setFloatValue, setFloatValue, setFormula, setMatrixFormula, setMatrixFormula, setNegTimeValue, setPercentageValue, setPercentageValue, setPercentageValue, setRowsSpanned, setStringValue, setStyle, setText, setTimeValue, setTimeValue, setTooltip, setTooltip, setTooltip, setValidation, setVoidValueboolean hasNext()
boolean hasPrevious()
void last()
void next()
void previous()
void to(int i)
i - the index of the cellCopyright © 2016–2021. All rights reserved.