Interface EMFFormsSpreadsheetFileExporter

  • All Known Implementing Classes:
    EMFFormsSpreadsheetFileExporterImpl

    public interface EMFFormsSpreadsheetFileExporter
    Entry point for triggering the rendering to an Spreadsheet document.
    Author:
    Eugen Neufeld
    • Method Detail

      • render

        void render​(java.io.File file,
                    java.util.Collection<org.eclipse.emf.ecore.EObject> domainObjects,
                    org.eclipse.emf.ecore.EObject viewEobject,
                    VViewModelProperties properties)
        Starts the rendering to the Spreadsheet document.
        Parameters:
        file - The File to export to
        domainObjects - The collection of EObject containing the data to export
        viewEobject - the eObject which will be used to determine the view model
        properties - the properties which will be used to determine the view model