|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.JRExporterParameter
net.sf.jasperreports.engine.export.JRXlsAbstractExporterParameter
net.sf.jasperreports.engine.export.JRXlsAbstractMetadataExporterParameter
public class JRXlsAbstractMetadataExporterParameter
Contains parameters useful for export to XLS format based on metadata.
| Field Summary | |
|---|---|
static JRXlsAbstractMetadataExporterParameter |
COLUMN_NAMES
An array of strings representing the comma-separated names of the columns that should be exported. |
static String |
PROPERTY_COLUMN_NAME
A string that represents the name for the column that should appear in the XLS export. |
static String |
PROPERTY_COLUMN_NAMES_PREFIX
Properties having this prefix contain comma-separated column names. |
static String |
PROPERTY_DATA
Property that specifies what value to associate with PROPERTY_COLUMN_NAME. |
static String |
PROPERTY_REPEAT_VALUE
Property that specifies whether the value associated with PROPERTY_COLUMN_NAME should be repeated or not
when it is missing. |
static String |
PROPERTY_WRITE_HEADER
Property whose value is used as default for the WRITE_HEADER export parameter. |
static JRXlsAbstractMetadataExporterParameter |
WRITE_HEADER
A boolean that specifies whether the export header (the column names) should be written or not. |
| Constructor Summary | |
|---|---|
protected |
JRXlsAbstractMetadataExporterParameter(String name)
|
| Method Summary |
|---|
| Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final JRXlsAbstractMetadataExporterParameter COLUMN_NAMES
public static final String PROPERTY_COLUMN_NAMES_PREFIX
JRPropertiesUtil,
Constant Field Valuespublic static final JRXlsAbstractMetadataExporterParameter WRITE_HEADER
JRPropertiesUtilpublic static final String PROPERTY_WRITE_HEADER
WRITE_HEADER export parameter.
The property itself defaults to false.
JRPropertiesUtil,
Constant Field Valuespublic static final String PROPERTY_COLUMN_NAME
COLUMN_NAMES, if provided.
JRPropertiesUtil,
Constant Field Valuespublic static final String PROPERTY_REPEAT_VALUE
PROPERTY_COLUMN_NAME should be repeated or not
when it is missing.
The property itself defaults to false.
JRPropertiesUtil,
Constant Field Valuespublic static final String PROPERTY_DATA
PROPERTY_COLUMN_NAME.
The property itself defaults to the text value of the report element that this property is assigned to.
JRPropertiesUtil,
Constant Field Values| Constructor Detail |
|---|
protected JRXlsAbstractMetadataExporterParameter(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||