| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| com.github.jferard.fastods.tool |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue |
class |
CurrencyValue
A CellValue that contains a currency value
|
class |
DateValue
A CellValue that contains a date
|
class |
FloatValue
A value of type float
|
class |
PercentageValue
A CellValue that contains a percentage
|
class |
StringValue
A cell value of string type
|
class |
TextValue
A text value
|
class |
TimeValue
A time value
|
class |
VoidValue
The value in this cell will be void
|
| Modifier and Type | Method and Description |
|---|---|
CellValue |
ObjectToCellValueConverter.from(CellType type,
Object o) |
CellValue |
ToCellValueConverter.from(CellType type,
Object o)
Converts a value to a CellValue
|
CellValue |
ObjectToCellValueConverter.from(Object o) |
CellValue |
ToCellValueConverter.from(Object o)
Converts a value to a CellValue
|
static CellValue |
StringValue.from(Object o) |
| Modifier and Type | Method and Description |
|---|---|
void |
RowCellWalkerImpl.setCellValue(CellValue value)
Deprecated.
|
void |
TableCellImpl.setCellValue(CellValue value) |
void |
AbstractTableCell.setCellValue(CellValue value) |
void |
TableCell.setCellValue(CellValue value)
Set the value for a cell.
|
void |
TableCellWalker.setCellValue(CellValue value) |
| Modifier and Type | Method and Description |
|---|---|
CellValue |
SQLToCellValueConverter.from(CellType type,
Object o) |
CellValue |
SQLToCellValueConverter.from(Object o) |
| Modifier and Type | Method and Description |
|---|---|
ResultSetDataWrapperBuilder |
ResultSetDataWrapperBuilder.nullValue(CellValue nullValue)
Set a value for SQL NULLs.
|
void |
TableHelper.setCellValue(Table table,
int rowIndex,
int colIndex,
CellValue value) |
void |
TableHelper.setCellValue(Table table,
int rowIndex,
int colIndex,
CellValue value,
TableCellStyle ts) |
void |
TableHelper.setCellValue(Table table,
String address,
CellValue value)
Sets the cell value in all tables to the given values.
|
void |
TableHelper.setCellValue(Table table,
String address,
CellValue value,
TableCellStyle ts)
Sets the cell value in all tables to the given values.
|
void |
OdsFileHelper.setCellValueInAllTables(int rowIndex,
int colIndex,
CellValue value,
TableCellStyle ts)
Sets the cell value in all tables to the date from the Calendar object.
|
void |
OdsFileHelper.setCellValueInAllTables(String address,
CellValue value,
TableCellStyle ts)
Sets the cell value in all tables to the date from the Calendar object.
|
| Constructor and Description |
|---|
ResultSetDataWrapper(Logger logger,
ToCellValueConverter converter,
String rangeName,
ResultSet rs,
TableCellStyle headCellStyle,
boolean autoFilter,
Map<Integer,CellType> cellTypeByColIndex,
CellValue nullValue,
int max) |
Copyright © 2016–2021. All rights reserved.