|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icefaces.ace.component.dataexporter.Exporter
org.icefaces.ace.component.dataexporter.CSVExporter
org.icefaces.ace.component.dataexporter.OuterTableCSVExporter
public class OuterTableCSVExporter
This custom exporter is only available by using the 'customExporter' attribute. It invokes InnerTableCSVExporter. The ICEfaces showcase application contains an example of how to use it.
| 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 | |
|---|---|
OuterTableCSVExporter(java.lang.String innerTableId)
|
|
OuterTableCSVExporter(java.lang.String innerTableId,
DataTable innerTable)
|
|
| Method Summary | |
|---|---|
java.lang.String |
export(javax.faces.context.FacesContext facesContext,
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, setUp, shouldExcludeFromExport |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OuterTableCSVExporter(java.lang.String innerTableId)
public OuterTableCSVExporter(java.lang.String innerTableId,
DataTable innerTable)
| Method Detail |
|---|
public java.lang.String export(javax.faces.context.FacesContext facesContext,
DataExporter component,
DataTable table)
throws java.io.IOException
export in class CSVExporterjava.io.IOException
|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||