Uses of Class
io.keikai.model.impl.CellAttribute
-
Packages that use CellAttribute Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of CellAttribute in io.keikai.model.impl
Methods in io.keikai.model.impl that return CellAttribute Modifier and Type Method Description static CellAttribute
CellAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellAttribute[]
CellAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CellAttribute in io.keikai.range
Methods in io.keikai.range with parameters of type CellAttribute Modifier and Type Method Description void
SRange. 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 CellAttribute Modifier and Type Method Description CellAttribute
ModelUpdate. getCellAttr()
Methods in io.keikai.range.impl with parameters of type CellAttribute Modifier and Type Method Description void
ModelUpdateCollector. addCellUpdate(SSheet sheet, int row, int column, int lastRow, int lastColumn, CellAttribute cellAttr)
void
NotifyChangeHelper. notifyCellChange(SheetRegion notify, CellAttribute cellAttr)
void
NotifyChangeHelper. notifyCellChange(Set<SheetRegion> cellNotifySet, CellAttribute cellAttr)
void
RangeImpl. notifyChange(CellAttribute cellAttr)
Constructors in io.keikai.range.impl with parameters of type CellAttribute Constructor Description ModelUpdate(ModelUpdate.UpdateType type, Object data, CellAttribute cellAttr)
-