Packagecom.flexicious.export.exporters
Classpublic class TxtExporter
InheritanceTxtExporter Inheritance com.flexicious.export.exporters.Exporter

Exports the grid in text format



Public Properties
 PropertyDefined By
  contentType : String
[override] [read-only] Returns the content type so the text editor launches when the exporter is run.
TxtExporter
  extension : String
[override] [read-only] Extension of the download file.
TxtExporter
  name : String
[override] [read-only] Name of the exporter
TxtExporter
Public Methods
 MethodDefined By
  
TxtExporter
  
writeFooter(grid:IExtendedDataGrid):String
[override]
TxtExporter
  
writeHeader(grid:IExtendedDataGrid):String
[override]
TxtExporter
  
writeRecord(grid:IExtendedDataGrid, record:Object):String
[override]
TxtExporter
Property Detail
contentTypeproperty
contentType:String  [read-only] [override]

Returns the content type so the text editor launches when the exporter is run.


Implementation
    public function get contentType():String
extensionproperty 
extension:String  [read-only] [override]

Extension of the download file.


Implementation
    public function get extension():String
nameproperty 
name:String  [read-only] [override]

Name of the exporter


Implementation
    public function get name():String
Constructor Detail
TxtExporter()Constructor
public function TxtExporter()



Method Detail
writeFooter()method
override public function writeFooter(grid:IExtendedDataGrid):String

Parameters

grid:IExtendedDataGrid

Returns
String
writeHeader()method 
override public function writeHeader(grid:IExtendedDataGrid):String

Parameters

grid:IExtendedDataGrid

Returns
String
writeRecord()method 
override public function writeRecord(grid:IExtendedDataGrid, record:Object):String

Parameters

grid:IExtendedDataGrid
 
record:Object

Returns
String