Package io.keikai.range.impl
Class NotifyChangeHelper
java.lang.Object
io.keikai.range.impl.NotifyChangeHelper
A helper class that encapsulate details of sending model events.
- Since:
- 3.5.0
- Author:
- Dennis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidnotifyBeforeCellValueChange(SheetRegion sheetRegion) voidnotifyCellChange(SheetRegion notify, CellAttribute cellAttr) voidnotifyCellChange(Set<SheetRegion> cellNotifySet, CellAttribute cellAttr) voidnotifyChartChange(SSheet sheet, String chartId) voidnotifyCustomEvent(String customEventName, SSheet sheet, Object data) voidnotifyDataValidationChange(SSheet sheet, String validationId) voidnotifyDisplayGridlines(SSheet sheet, boolean show) voidnotifyInsertDelete(InsertDeleteUpdate update) voidnotifyInsertDelete(List<InsertDeleteUpdate> insertDeleteNofitySet) voidnotifyMergeAdd(SheetRegion notify) voidnotifyMergeAdd(Set<SheetRegion> toAdd) voidnotifyMergeRemove(SheetRegion notify) voidnotifyMergeRemove(Set<SheetRegion> toRemove) voidnotifyMergeSync(SheetRegion notify) voidnotifyNameNameChange(SSheet sheet, SName name, String oldName) voidnotifyProtectSheet(SSheet sheet, boolean protect) voidnotifyReleaseSelectedCache(SSheet sheet) voidnotifyRowColumnSizeChange(SheetRegion notify) voidnotifyRowColumnSizeChange(Set<SheetRegion> notifySet) voidnotifySheetAutoFilterChange(SSheet sheet, STable table) voidnotifySheetChartAdd(SSheet sheet, String id) voidnotifySheetChartDelete(SSheet sheet, String id) voidnotifySheetChartUpdate(SSheet sheet, String id) voidnotifySheetCreate(SSheet sheet) voidnotifySheetDelete(SBook book, SSheet deletedSheet, int deletedIndex) voidnotifySheetFreezeChange(SSheet sheet) voidnotifySheetGroupChange(SSheet sheet) voidnotifySheetNameChange(SSheet sheet, String oldName) voidnotifySheetPictureAdd(SSheet sheet, String id) voidnotifySheetPictureDelete(SSheet sheet, String id) voidnotifySheetPictureMove(SSheet sheet, String id) voidnotifySheetReorder(SSheet sheet, int oldIdx) voidnotifySheetSelect(SSheet sheet) voidnotifySheetVisibleChange(SSheet sheet)
-
Constructor Details
-
NotifyChangeHelper
public NotifyChangeHelper()
-
-
Method Details
-
notifyRowColumnSizeChange
-
notifyRowColumnSizeChange
-
notifySheetAutoFilterChange
-
notifySheetFreezeChange
-
notifySheetGroupChange
-
notifySheetPictureAdd
-
notifySheetPictureDelete
-
notifySheetPictureMove
-
notifySheetChartAdd
-
notifySheetChartDelete
-
notifySheetChartUpdate
-
notifyMergeRemove
-
notifyMergeRemove
-
notifyMergeSync
-
notifyMergeAdd
-
notifyMergeAdd
-
notifyCellChange
-
notifyCellChange
-
notifySheetDelete
-
notifySheetCreate
-
notifySheetNameChange
-
notifySheetReorder
-
notifySheetVisibleChange
-
notifyDataValidationChange
-
notifyChartChange
-
notifyCustomEvent
-
notifyDisplayGridlines
-
notifyProtectSheet
-
notifyInsertDelete
-
notifyInsertDelete
-
notifyNameNameChange
-
notifyReleaseSelectedCache
-
notifySheetSelect
-
notifyBeforeCellValueChange
-