Package com._1c.g5.v8.bm.integration
Interface IBmPostUndoRedoHandler
-
- All Known Implementing Classes:
com._1c.g5.v8.dt.internal.form.service.task.AbstractFormAttributeTask,AddCaseTask,AddDecorativeRelationTask,AddElementsTask,AddEntityTask,AddRemoveDrawingOperation,AddRemoveGroupOperation,AddSplitRelationTask,ApplyFontOperation,ApplyFormatOperation,BaseApplyFormatOperation,BaseOperation,ChangeCellsOperation,ChangeDrawingOperation,ChangeDrawingPositionOperation,ChangeDrawingZOrder,ChangeGroupOperation,ChangeGroupParametersOperation,ChangeHeaderFooterOperation,ChangeParagraphPropertyOperation,ChangeRowsColumnsOperation,ChangeSpreadsheetOperation,ChangeTypeDescriptionTask,CollapseToLevelOperation,CompositeOperation,ConnectTask,CopyCellsOperation,CopyDrawingsOperation,CutDrawingsOperation,DeleteFormAttributeTask,DeleteInsertCellsOperation,ExpandCollapseAllOperation,ExpandCollapseOperation,GroupDrawngsOperation,MergeAndUnmergeOperation,MoveElementsTask,NotifyingOperation,PasteCellsOperation,PasteDrawingsOperation,RemoveCaseTask,RemoveElementsTask,RemoveRowColumnsOperation,RenameAreaOperation,SetAutoWidthCalculationOperation,SetColumnWidthOperation,SetDefaultWidthWeightFactorOperation,SetRemovePrintAreaOperation,SetRemoveRepeatedColumnsOperation,SetRemoveRepeatedRowsOperation,SetRowHeightOperation,SetSheetDefaultHeightOperation,SetSheetDefaultWidthOperation,SetWidthWeightFactorOperation,ShowHideOperation,SplitCellHorizontalOperation,SplitCellVerticalOperation,UngroupDrawingsOperation,UnsetWidthWeightFactorOperation
public interface IBmPostUndoRedoHandlerA mix-in interface fortasksthat need to execute some custom logic on undo/redo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRedo()The method invoked after the task is redone.voidonUndo()The method invoked after the task is undone.
-