ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.dataexporter
Class ExcelExporter

java.lang.Object
  extended by org.icefaces.ace.component.dataexporter.Exporter
      extended by org.icefaces.ace.component.dataexporter.ExcelExporter

public class ExcelExporter
extends Exporter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.icefaces.ace.component.dataexporter.Exporter
Exporter.ColumnType, Exporter.SpanningColumn, Exporter.SpanningRow, Exporter.SpanningRows
 
Field Summary
 
Fields inherited from class org.icefaces.ace.component.dataexporter.Exporter
htmlTagPattern, spanningRows
 
Constructor Summary
ExcelExporter()
           
 
Method Summary
 java.lang.String export(javax.faces.context.FacesContext facesContext, DataTable table, java.lang.String filename, boolean pageOnly, int[] excludeColumns, java.lang.String encodingType, javax.el.MethodExpression preProcessor, javax.el.MethodExpression postProcessor, boolean includeHeaders, boolean includeFooters, boolean selectedRowsOnly)
           
 
Methods inherited from class org.icefaces.ace.component.dataexporter.Exporter
exportValue, getColumnGroupHeader, getColumnsToExport, getRowColumnsToExport, getRows, hasColumnFooter, shouldExcludeFromExport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelExporter

public ExcelExporter()
Method Detail

export

public java.lang.String export(javax.faces.context.FacesContext facesContext,
                               DataTable table,
                               java.lang.String filename,
                               boolean pageOnly,
                               int[] excludeColumns,
                               java.lang.String encodingType,
                               javax.el.MethodExpression preProcessor,
                               javax.el.MethodExpression postProcessor,
                               boolean includeHeaders,
                               boolean includeFooters,
                               boolean selectedRowsOnly)
                        throws java.io.IOException
Specified by:
export in class Exporter
Throws:
java.io.IOException

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.