| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.impl.sys |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.sys.input |
ZK Spreadsheet Internal Book Model Engines classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SCell.CellType |
SCell.getFormulaResultType() |
SCell.CellType |
SCell.getType() |
static SCell.CellType |
SCell.CellType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCell.CellType[] |
SCell.CellType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SCell.CellType |
CellValue.cellType |
| Modifier and Type | Method and Description |
|---|---|
SCell.CellType |
FormulaResultCellValue.getCellType() |
SCell.CellType |
CellImpl.getFormulaResultType() |
SCell.CellType |
CellValue.getType() |
SCell.CellType |
CellBuffer.getType() |
SCell.CellType |
CellImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCellAdv.checkFormulaResultType(SCell.CellType... types) |
protected void |
AbstractCellAdv.checkType(SCell.CellType... types) |
void |
CellBuffer.setType(SCell.CellType type) |
| Constructor and Description |
|---|
CellValue(SCell.CellType type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
SCell.CellType |
InputResultImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputResultImpl.setType(SCell.CellType type) |
| Modifier and Type | Method and Description |
|---|---|
SCell.CellType |
InputResult.getType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataValidationHelper.validate(int row,
int col,
SCell.CellType cellType,
Object value,
String dataformat) |
Copyright © 2019. All rights reserved.