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.CellTypeSCell. getFormulaResultType()SCell.CellTypeSCell. getType()static SCell.CellTypeSCell.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.CellTypeCellValue. cellTypeMethods in io.keikai.model.impl that return SCell.CellType Modifier and Type Method Description SCell.CellTypeFormulaResultCellValue. getCellType()SCell.CellTypeCellImpl. getFormulaResultType()SCell.CellTypeCellBuffer. getType()SCell.CellTypeCellImpl. getType()SCell.CellTypeCellValue. getType()Methods in io.keikai.model.impl with parameters of type SCell.CellType Modifier and Type Method Description protected voidAbstractCellAdv. checkFormulaResultType(SCell.CellType... types)protected voidAbstractCellAdv. checkType(SCell.CellType... types)voidCellBuffer. 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.CellTypeInputResultImpl. getType()Methods in io.keikai.model.impl.sys with parameters of type SCell.CellType Modifier and Type Method Description voidInputResultImpl. 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.CellTypeInputResult. 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 booleanDataValidationHelper. 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)
-