Uses of Enum Class
io.keikai.model.impl.CellAttribute
Packages that use CellAttribute
Package
Description
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of CellAttribute in io.keikai.model.impl
Methods in io.keikai.model.impl that return CellAttributeModifier and TypeMethodDescriptionstatic CellAttributeReturns the enum constant of this class with the specified name.static CellAttribute[]CellAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CellAttribute in io.keikai.range
Methods in io.keikai.range with parameters of type CellAttributeModifier and TypeMethodDescriptionvoidSRange.notifyChange(CellAttribute cellAttr) Notify this range has been changed with the specified attribute. -
Uses of CellAttribute in io.keikai.range.impl
Methods in io.keikai.range.impl that return CellAttributeMethods in io.keikai.range.impl with parameters of type CellAttributeModifier and TypeMethodDescriptionvoidModelUpdateCollector.addCellUpdate(SSheet sheet, int row, int column, int lastRow, int lastColumn, CellAttribute cellAttr) voidNotifyChangeHelper.notifyCellChange(SheetRegion notify, CellAttribute cellAttr) voidNotifyChangeHelper.notifyCellChange(Set<SheetRegion> cellNotifySet, CellAttribute cellAttr) voidRangeImpl.notifyChange(CellAttribute cellAttr) Constructors in io.keikai.range.impl with parameters of type CellAttributeModifierConstructorDescriptionModelUpdate(ModelUpdate.UpdateType type, Object data, CellAttribute cellAttr)