Class EMFFormsSpreadsheetFileExporterImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EMFFormsSpreadsheetFileExporterImpl

        public EMFFormsSpreadsheetFileExporterImpl()
    • Method Detail

      • render

        public void render​(java.io.File file,
                           java.util.Collection<org.eclipse.emf.ecore.EObject> domainObjects,
                           org.eclipse.emf.ecore.EObject viewEobject,
                           VViewModelProperties properties)
        Description copied from interface: EMFFormsSpreadsheetFileExporter
        Starts the rendering to the Spreadsheet document.
        Specified by:
        render in interface EMFFormsSpreadsheetFileExporter
        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