Uses of Enum Class
io.keikai.model.SCell.CellType
Packages that use SCell.CellType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Range API Implementation classes.
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.CellTypeModifier and TypeMethodDescriptionSCell.getFormulaResultType()SRevisionCellChange.getNewType()Returns the new cell type after the change.SRevisionCellChange.getOldType()Returns the old cell type before the change.SCell.getType()static SCell.CellTypeReturns the enum constant of this class with the specified name.static SCell.CellType[]SCell.CellType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SCell.CellType in io.keikai.model.impl
Fields in io.keikai.model.impl declared as SCell.CellTypeMethods in io.keikai.model.impl that return SCell.CellTypeModifier and TypeMethodDescriptionFormulaResultCellValue.getCellType()RevisionCellChangeImpl.getNewType()RevisionCellChangeImpl.getOldType()CellBuffer.getType()CellValue.getType()Methods in io.keikai.model.impl with parameters of type SCell.CellTypeModifier and TypeMethodDescriptionprotected 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.CellTypeModifierConstructorDescriptionprotectedCellValue(SCell.CellType type, Object value) RevisionCellChangeImpl(long id, String author, Date timestamp, String sheetName, String cellRef, Object oldValue, Object newValue, SCell.CellType oldType, SCell.CellType newType) Creates a new cell change revision. -
Uses of SCell.CellType in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return SCell.CellTypeMethods in io.keikai.model.impl.sys with parameters of type SCell.CellType -
Uses of SCell.CellType in io.keikai.model.sys.input
Methods in io.keikai.model.sys.input that return SCell.CellType -
Uses of SCell.CellType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SCell.CellTypeModifier and TypeMethodDescriptionbooleanDataValidationHelper.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