Packagecom.flexmonster.pivot.model.report
Classpublic class DestinationType
InheritanceDestinationType Inheritance Object

The DestinationType class provides values for destinationType in the ExportOptions class.



Public Methods
 MethodDefined By
  
validType(type:String):Boolean
[static]
DestinationType
Public Constants
 ConstantDefined By
  BINARY : String = binary
[static] The component's content will be exported to binary file.
DestinationType
  CLIPBOARD : String = clipboard
[static] The component's content will be exported to clipboard.
DestinationType
  FILE : String = file
[static] The component's content will be exported to the file to the local computer.
DestinationType
  PLAIN : String = plain
[static] The component's content will be exported to plain data (for CSV only).
DestinationType
  SERVER : String = server
[static] The component's content will be exported to the server.
DestinationType
Method Detail
validType()method
public static function validType(type:String):Boolean

Parameters

type:String

Returns
Boolean
Constant Detail
BINARYConstant
public static const BINARY:String = binary

The component's content will be exported to binary file.

CLIPBOARDConstant 
public static const CLIPBOARD:String = clipboard

The component's content will be exported to clipboard. Please note that binary files (image, PDF, Excel) cannot be saved to the clipboard due to the Flash Player security policy.

FILEConstant 
public static const FILE:String = file

The component's content will be exported to the file to the local computer.

PLAINConstant 
public static const PLAIN:String = plain

The component's content will be exported to plain data (for CSV only).

SERVERConstant 
public static const SERVER:String = server

The component's content will be exported to the server. Server-side script is required.