Class BaseOperation

    • Field Detail

      • sheet

        protected SheetAccessor sheet
        Табличный документ.
    • Constructor Detail

      • BaseOperation

        protected 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.
    • Method Detail

      • onExecute

        public abstract void onExecute()
        The method invoked outside the transaction after the 'execute' method.
      • isReadOnly

        public abstract boolean isReadOnly()
        Checks if the operation is read-only.
        Returns:
        true if the operation is read-only, false otherwise.