Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.impl.sys |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.sys.input |
Keikai Spreadsheet Internal Book Model Engines classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.ui.impl.undo |
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
|
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 |
CellImpl.getType() |
SCell.CellType |
CellBuffer.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) |
Constructor and Description |
---|
ReservedCellContent(SCell.CellType type) |
Copyright © 2020. All rights reserved.