public interface ExportableView extends View
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExportableView.FormatType
Data types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exportData(OutputStream out,
ExportableView.FormatType formatType,
Properties settings)
Exports data of the view at the given format.
|
boolean |
isFormatTypeSupported(ExportableView.FormatType formatType)
Returns
true if this view is able to export at the given format. |
boolean isFormatTypeSupported(ExportableView.FormatType formatType)
true if this view is able to export at the given format.void exportData(OutputStream out, ExportableView.FormatType formatType, Properties settings) throws IOException
IOException

© Copyrights 2006-2017 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License