public interface CellValueAdapter
Cell.setDisplayText and table cell text replacement. For example, if a table
cell would be replaced with string "1234" in text navigation, the cell value
type can be adapted to "float" automatically with the help of
CellValueAdapter.
Different adapter realizations have different adaptive rules.| Modifier and Type | Field and Description |
|---|---|
static CellValueAdapter |
DEFAULT_VALUE_ADAPTER
The default cell value adapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
adaptValue(Cell cell,
String value)
Adapt string content to a more proper cell value type as need.
|
static final CellValueAdapter DEFAULT_VALUE_ADAPTER
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.