|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openswing.swing.export.java.ExportOptions
Title: OpenSwing Framework
Description: Export information needed to export data related, for instance to a grid) on the server side.
Copyright: Copyright (C) 2006 Mauro Carniel
This file is part of OpenSwing Framework. This library is free software; you can redistribute it and/or modify it under the terms of the (LGPL) Lesser General Public License as published by the Free Software Foundation; GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. The author may be contacted at: maurocarniel@tin.it
Field Summary | |
static java.lang.String |
CSV_FORMAT1
|
static java.lang.String |
CSV_FORMAT2
|
static java.lang.String |
HTML_FORMAT
|
static java.lang.String |
PDF_FORMAT
|
static java.lang.String |
RTF_FORMAT
|
static java.lang.String |
XLS_FORMAT
|
static java.lang.String |
XML_FORMAT
|
static java.lang.String |
XML_FORMAT_FAT
|
Constructor Summary | |
ExportOptions(GridExportOptions gridOpts,
java.lang.String dateFormat,
java.lang.String timeFormat,
java.lang.String dateTimeFormat,
java.lang.String exportType,
ExportToPDFCallbacks exportToPDFAdapter,
ExportToRTFCallbacks exportToRTFAdapter)
Method called by Grid. |
Method Summary | |
void |
addComponentExportOptions(ComponentExportOptions options)
Add a component descriptor for exporting task. |
java.util.ArrayList |
getComponentsExportOptions()
|
java.lang.String |
getDateFormat()
|
java.lang.String |
getDateTimeFormat()
|
ExportToPDFCallbacks |
getExportToPDFAdapter()
|
ExportToRTFCallbacks |
getExportToRTFAdapter()
|
java.lang.String |
getExportType()
|
java.lang.String |
getTimeFormat()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String XLS_FORMAT
public static final java.lang.String CSV_FORMAT1
public static final java.lang.String CSV_FORMAT2
public static final java.lang.String XML_FORMAT
public static final java.lang.String XML_FORMAT_FAT
public static final java.lang.String HTML_FORMAT
public static final java.lang.String PDF_FORMAT
public static final java.lang.String RTF_FORMAT
Constructor Detail |
public ExportOptions(GridExportOptions gridOpts, java.lang.String dateFormat, java.lang.String timeFormat, java.lang.String dateTimeFormat, java.lang.String exportType, ExportToPDFCallbacks exportToPDFAdapter, ExportToRTFCallbacks exportToRTFAdapter)
gridOpts
- grid export optionsdateFormat
- date formattimeFormat
- time formatdateTimeFormat
- date+time formatexportType
- export formatMethod Detail |
public final java.lang.String getDateFormat()
public final java.lang.String getTimeFormat()
public final java.lang.String getDateTimeFormat()
public final java.lang.String getExportType()
public final java.util.ArrayList getComponentsExportOptions()
public final void addComponentExportOptions(ComponentExportOptions options)
public final ExportToPDFCallbacks getExportToPDFAdapter()
public final ExportToRTFCallbacks getExportToRTFAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |