public class ModelUpdateCollector extends Object implements Serializable
Constructor and Description |
---|
ModelUpdateCollector() |
Modifier and Type | Method and Description |
---|---|
void |
addAutoFilterUpdate(SSheet sheet,
STable table) |
void |
addCellUpdate(SSheet sheet,
int row,
int column,
int lastRow,
int lastColumn)
Deprecated.
|
void |
addCellUpdate(SSheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
CellAttribute cellAttr) |
void |
addInsertDeleteUpdate(SSheet sheet,
boolean inserted,
boolean isRow,
int index,
int lastIndex) |
void |
addMergeChange(SSheet sheet,
CellRegion original,
CellRegion changeTo) |
void |
addModelUpdate(ModelUpdate mu) |
void |
addRef(Ref ref) |
void |
addRefs(Set<Ref> dependents) |
static ModelUpdateCollector |
getCurrent() |
List<ModelUpdate> |
getModelUpdates() |
static ModelUpdateCollector |
setCurrent(ModelUpdateCollector ctx) |
public static ModelUpdateCollector setCurrent(ModelUpdateCollector ctx)
public static ModelUpdateCollector getCurrent()
public void addModelUpdate(ModelUpdate mu)
public List<ModelUpdate> getModelUpdates()
public void addRef(Ref ref)
@Deprecated public void addCellUpdate(SSheet sheet, int row, int column, int lastRow, int lastColumn)
public void addCellUpdate(SSheet sheet, int row, int column, int lastRow, int lastColumn, CellAttribute cellAttr)
public void addMergeChange(SSheet sheet, CellRegion original, CellRegion changeTo)
public void addInsertDeleteUpdate(SSheet sheet, boolean inserted, boolean isRow, int index, int lastIndex)
Copyright © 2020. All rights reserved.