public class EMFFormsSpreadsheetStreamExporterImpl extends Object implements EMFFormsSpreadsheetStreamExporter
INSTANCE
Constructor and Description |
---|
EMFFormsSpreadsheetStreamExporterImpl() |
Modifier and Type | Method and Description |
---|---|
void |
render(OutputStream outputStream,
Collection<org.eclipse.emf.ecore.EObject> domainObjects,
org.eclipse.emf.ecore.EObject viewEobject,
VViewModelProperties properties)
Starts the rendering to the Spreadsheet document.
|
public EMFFormsSpreadsheetStreamExporterImpl()
public void render(OutputStream outputStream, Collection<org.eclipse.emf.ecore.EObject> domainObjects, org.eclipse.emf.ecore.EObject viewEobject, VViewModelProperties properties)
EMFFormsSpreadsheetStreamExporter
render
in interface EMFFormsSpreadsheetStreamExporter
outputStream
- The OutputStream
to write todomainObjects
- The collection of EObject
containing the data to exportviewEobject
- the eObject which will be used to determine the view modelproperties
- the properties
which will be used to determine the view modelCopyright © 2016. All rights reserved.