ICEfaces ICE Components 3.3.0
Java API Documentation

Uses of Class
com.icesoft.faces.component.dataexporter.OutputTypeHandler

Packages that use OutputTypeHandler
com.icesoft.faces.component.dataexporter   
 

Uses of OutputTypeHandler in com.icesoft.faces.component.dataexporter
 

Subclasses of OutputTypeHandler in com.icesoft.faces.component.dataexporter
 class CSVOutputHandler
           
 class ExcelOutputHandler
           
 class PDFOutputHandler
           
 

Methods in com.icesoft.faces.component.dataexporter that return OutputTypeHandler
 OutputTypeHandler DataExporter.getOutputTypeHandler()
           
 

Methods in com.icesoft.faces.component.dataexporter with parameters of type OutputTypeHandler
protected  void DataExporter.processAllColumns(javax.faces.context.FacesContext fc, OutputTypeHandler outputHandler, java.util.List columns, java.lang.String[] includeColumnsArray, int countOfRowsDisplayed, boolean footer)
           
protected  void DataExporter.processColumn(javax.faces.context.FacesContext fc, OutputTypeHandler outputHandler, javax.faces.component.UIComponent uiColumn, int colIndex, int countOfRowsDisplayed)
           
protected  void DataExporter.processColumnFooter(javax.faces.context.FacesContext fc, OutputTypeHandler outputHandler, javax.faces.component.UIComponent uiColumn, int colIndex, int countOfRowsDisplayed)
           
protected  void DataExporter.processColumnHeader(javax.faces.context.FacesContext fc, OutputTypeHandler outputHandler, javax.faces.component.UIComponent uiColumn, int colIndex)
           
protected  void DataExporter.renderInUserDefinedOrder(javax.faces.context.FacesContext fc, OutputTypeHandler outputHandler, java.util.List columns, java.lang.String[] includeColumnsArray, int colIndex, int countOfRowsDisplayed, boolean footer)
           
 void DataExporter.setOutputTypeHandler(OutputTypeHandler outputTypeHandler)
           
 


ICEfaces ICE Components 3.3.0
Java API Documentation

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