ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.component.dataexporter
Class InnerTableCSVExporter

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

public class InnerTableCSVExporter
extends CSVExporter

This custom exporter is invoked by the OuterTableCSVExporter.


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
encodingType, excludeColumns, expandedOnly, filename, HTML_TAG_PATTERN, includeFooters, includeHeaders, pageOnly, postProcessor, preProcessor, selectedRowsOnly, spanningRows, userColumnOrder
 
Constructor Summary
InnerTableCSVExporter(java.lang.String parentRow)
           
 
Method Summary
 java.lang.String export(javax.faces.context.FacesContext facesContext, DataExporter component, DataTable table)
           
 void setUp(DataExporter component, DataTable table)
           
 
Methods inherited from class org.icefaces.ace.component.dataexporter.CSVExporter
addColumnValue, addColumnValue, addColumnValues, addFacetColumns, exportChildRows
 
Methods inherited from class org.icefaces.ace.component.dataexporter.Exporter
exportValue, getColumnGroupHeader, getColumnsToExport, getRowColumnsToExport, getRows, hasColumnFooter, registerResource, resolveExcludedColumnIndexes, shouldExcludeFromExport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InnerTableCSVExporter

public InnerTableCSVExporter(java.lang.String parentRow)
Method Detail

setUp

public void setUp(DataExporter component,
                  DataTable table)
Overrides:
setUp in class Exporter

export

public java.lang.String export(javax.faces.context.FacesContext facesContext,
                               DataExporter component,
                               DataTable table)
                        throws java.io.IOException
Overrides:
export in class CSVExporter
Throws:
java.io.IOException

ICEfaces ACE Components 3.3.0
Java API Documentation

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