| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowCellWalker
A walker over cells
|
interface |
WritableTableCell |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableCell
An abstract class to ease the implementation of `WritableTableCell`.
|
class |
RowCellWalkerImpl
Deprecated.
|
class |
TableCellImpl
WHERE ?
|
class |
TableCellWalker |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
TableRowImpl.getOrCreateCell(int colIndex)
Get the cell at given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VoidValue.setToCell(TableCell tableCell) |
void |
TextValue.setToCell(TableCell tableCell) |
void |
BooleanValue.setToCell(TableCell tableCell) |
void |
CurrencyValue.setToCell(TableCell tableCell) |
void |
StringValue.setToCell(TableCell cell) |
void |
DateValue.setToCell(TableCell cell) |
void |
TimeValue.setToCell(TableCell tableCell) |
void |
FloatValue.setToCell(TableCell tableCell) |
void |
PercentageValue.setToCell(TableCell tableCell) |
void |
CellValue.setToCell(TableCell tableCell)
Set this value in the cell
|
Copyright © 2016–2021. All rights reserved.