Class BaseOperation
- java.lang.Object
- 
- com._1c.g5.v8.bm.integration.AbstractBmTask<Void>
- 
- com._1c.g5.v8.dt.moxel.ui.operations.BaseOperation
 
 
- 
- All Implemented Interfaces:
- IBmPostUndoRedoHandler,- IBmTask<Void>
 - Direct Known Subclasses:
- CompositeOperation,- NotifyingOperation,- SplitCellHorizontalOperation,- SplitCellVerticalOperation
 
 public abstract class BaseOperation extends AbstractBmTask<Void> implements IBmPostUndoRedoHandler 
- 
- 
Field SummaryFields Modifier and Type Field Description protected SheetAccessorsheetТабличный документ.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBaseOperation(String label, SheetAccessor sheet)Constructs a new instance.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanisReadOnly()Checks if the operation is read-only.abstract voidonExecute()The method invoked outside the transaction after the 'execute' method.- 
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTaskgetId, getName, getServiceId
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.bm.integration.IBmPostUndoRedoHandleronRedo, onUndo
 
- 
 
- 
- 
- 
Field Detail- 
sheetprotected SheetAccessor sheet Табличный документ.
 
- 
 - 
Constructor Detail- 
BaseOperationprotected BaseOperation(String label, SheetAccessor sheet) Constructs a new instance.- Parameters:
- label- The operation label. May not be- null.
- sheet- The spreadsheet accessor. May not be- null.
 
 
- 
 
-