Packagecom.flexicious.export.exporters
Classpublic class HtmlExporter
InheritanceHtmlExporter Inheritance com.flexicious.export.exporters.Exporter
Subclasses DocExporter, ExcelExporter

Exports the grid in HTML format



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

Returns the content type so the browser 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
HtmlExporter()Constructor
public function HtmlExporter()



Method Detail
escapeHtml()method
protected function escapeHtml(val:String):String

Parameters

val:String

Returns
String
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