|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.io.ExportType
public class ExportType
Describes an export type.
| Constructor Summary | |
|---|---|
ExportType()
|
|
| Method Summary | |
|---|---|
void |
addSupplementalId(int supplementalId)
Adds a supplemental ID for this export type. |
String |
getActionClass()
Gets the class of the ExportAction used to export a report using this export type in the Report Designer. |
String |
getDescription()
Gets a description of this export type. |
String |
getDesignerKey()
Gets the key used to determine if this export type is included on the "Export" menu of the designer. |
ExportFactory |
getExportFactory()
Gets the ExportFactory that creates the Generator or Formatter for this export type. |
String |
getExtension()
Gets the file extension for this export type. |
int |
getFormatId()
Gets the unique identifier for this export type. |
String |
getFormatOption()
Gets the format option string for this export type. |
int |
getIndex()
Gets the index of this export type. |
String |
getMimeType()
Gets the MIME type for this export type. |
Enumeration |
getSupplementalIds()
Gets the supplemental IDs associated with this export type. |
boolean |
isExportSupported()
Determines if this export type can be exported from the web. |
boolean |
isMailSupported()
Determines if this export type can be sent by email. |
boolean |
isVisible()
Determines if this export type is visible. |
void |
setActionClass(String actionClass)
Sets the class of the ExportAction used to export a report using this export type in the Report Designer. |
void |
setDescription(String description)
Sets the description of this export type. |
void |
setDesignerKey(String designerKey)
Sets the key used to determine if this export type is included on the "Export" menu of the designer. |
void |
setExportFactory(ExportFactory exportFactory)
Sets the ExportFactory that creates the Generator or Formatter for this export type. |
void |
setExportSupported(boolean exportSupported)
Sets whether this export type can be exported from the web. |
void |
setExtension(String extension)
Sets the file extension for this export type. |
void |
setFormatId(int formatId)
Sets the unique identifier for this export type. |
void |
setFormatOption(String formatOption)
Sets the format option string for this export type. |
void |
setIndex(int index)
Sets the index of this export type. |
void |
setMailSupported(boolean mailSupported)
Sets whether this export type can be sent by email. |
void |
setMimeType(String mimeType)
Sets the MIME type for this export type. |
void |
setVisible(boolean visible)
Sets whether this export type is visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExportType()
| Method Detail |
|---|
public int getFormatId()
public void setFormatId(int formatId)
formatId - the unique identifier.public String getFormatOption()
public void setFormatOption(String formatOption)
formatOption - the format option string.public String getExtension()
public void setExtension(String extension)
extension - the file extension.public String getMimeType()
public void setMimeType(String mimeType)
mimeType - the MIME type.public boolean isMailSupported()
true if this export type can be sent by email;
false otherwise.public void setMailSupported(boolean mailSupported)
mailSupported - true if this export type can be sent by
email; false otherwise.public boolean isVisible()
true if this export type is visible,
false otherwise.public void setVisible(boolean visible)
visible - true if this export type is visible,
false otherwise.public boolean isExportSupported()
true if this export type can be exported from the
web; false otherwise.public void setExportSupported(boolean exportSupported)
exportSupported - true if this export type can be
exported from the web; false
otherwise.public String getDescription()
public void setDescription(String description)
description - the description.public int getIndex()
public void setIndex(int index)
index - the index of this export type.public String getDesignerKey()
public void setDesignerKey(String designerKey)
designerKey - the key for this export type.public String getActionClass()
null this export type will not be available on the export
menu.
public void setActionClass(String actionClass)
null this export type will not be available on the export
menu.
actionClass - the export action class.public ExportFactory getExportFactory()
public void setExportFactory(ExportFactory exportFactory)
exportFactory - an ExportFactory object.public void addSupplementalId(int supplementalId)
supplementalId - the ID to add.public Enumeration getSupplementalIds()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||