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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SRange.notifyChange(CellAttribute cellAttr)
Notify this range has been changed with the specified attribute.
|
Modifier and Type | Method and Description |
---|---|
CellAttribute |
ModelUpdate.getCellAttr() |
Modifier and Type | Method and Description |
---|---|
void |
ModelUpdateCollector.addCellUpdate(SSheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
CellAttribute cellAttr) |
void |
NotifyChangeHelper.notifyCellChange(Set<SheetRegion> cellNotifySet,
CellAttribute cellAttr) |
void |
NotifyChangeHelper.notifyCellChange(SheetRegion notify,
CellAttribute cellAttr) |
void |
RangeImpl.notifyChange(CellAttribute cellAttr) |
Constructor and Description |
---|
ModelUpdate(ModelUpdate.UpdateType type,
Object data,
CellAttribute cellAttr) |
Copyright © 2020. All rights reserved.