Class GridExporter
- java.lang.Object
 - 
- org.neotropic.util.visual.exporters.grid.GridExporter
 
 
- 
public class GridExporter extends Object
Manages data grid export to different formats- Author:
 - Orlando Paz <orlando.paz@kuwaiba.org>
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GridExporter(TranslationService ts, Object dataSource, DataGridParser dataGridParser, LoggingService log, AbstractFormatter... supportedExporters) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]createReport(AbstractFormatter exporter)ObjectgetDataSource()voidopen()voidsetDataSource(Object dataSource) 
 - 
 
- 
- 
Constructor Detail
- 
GridExporter
public GridExporter(TranslationService ts, Object dataSource, DataGridParser dataGridParser, LoggingService log, AbstractFormatter... supportedExporters)
 
 - 
 
- 
Method Detail
- 
getDataSource
public Object getDataSource()
 
- 
setDataSource
public void setDataSource(Object dataSource)
 
- 
open
public void open()
 
- 
createReport
public byte[] createReport(AbstractFormatter exporter)
 
 - 
 
 -