Uses of Class
io.keikai.model.SCell.CellType
-
Packages that use SCell.CellType 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. -
-
Uses of SCell.CellType in io.keikai.model
Methods in io.keikai.model that return SCell.CellType Modifier and Type Method 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. -
Uses of SCell.CellType in io.keikai.model.impl
Fields in io.keikai.model.impl declared as SCell.CellType Modifier and Type Field Description protected SCell.CellType
CellValue. cellType
Methods in io.keikai.model.impl that return SCell.CellType Modifier and Type Method Description SCell.CellType
FormulaResultCellValue. getCellType()
SCell.CellType
CellImpl. getFormulaResultType()
SCell.CellType
CellBuffer. getType()
SCell.CellType
CellImpl. getType()
SCell.CellType
CellValue. getType()
Methods in io.keikai.model.impl with parameters of type SCell.CellType Modifier and Type Method Description protected void
AbstractCellAdv. checkFormulaResultType(SCell.CellType... types)
protected void
AbstractCellAdv. checkType(SCell.CellType... types)
void
CellBuffer. setType(SCell.CellType type)
Constructors in io.keikai.model.impl with parameters of type SCell.CellType Constructor Description CellValue(SCell.CellType type, Object value)
-
Uses of SCell.CellType in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return SCell.CellType Modifier and Type Method Description SCell.CellType
InputResultImpl. getType()
Methods in io.keikai.model.impl.sys with parameters of type SCell.CellType Modifier and Type Method Description void
InputResultImpl. setType(SCell.CellType type)
-
Uses of SCell.CellType in io.keikai.model.sys.input
Methods in io.keikai.model.sys.input that return SCell.CellType Modifier and Type Method Description SCell.CellType
InputResult. getType()
-
Uses of SCell.CellType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SCell.CellType Modifier and Type Method Description boolean
DataValidationHelper. validate(int row, int col, SCell.CellType cellType, Object value, String dataformat)
-
Uses of SCell.CellType in io.keikai.ui.impl.undo
Constructors in io.keikai.ui.impl.undo with parameters of type SCell.CellType Constructor Description ReservedCellContent(SCell.CellType type)
-