net.sf.jasperreports.engine.export.data
Interface TextValueHandler

All Known Implementing Classes:
JExcelApiExporter.CellTextValueHandler, JExcelApiExporter.FormulaTextValueHandler, JExcelApiMetadataExporter.CellTextValueHandler, JExcelApiMetadataExporter.FormulaTextValueHandler

public interface TextValueHandler

Version:
$Id: TextValueHandler.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 void handle(BooleanTextValue textValue)
           
 void handle(DateTextValue textValue)
           
 void handle(NumberTextValue textValue)
           
 void handle(StringTextValue textValue)
           
 

Method Detail

handle

void handle(StringTextValue textValue)
            throws JRException
Throws:
JRException

handle

void handle(NumberTextValue textValue)
            throws JRException
Throws:
JRException

handle

void handle(DateTextValue textValue)
            throws JRException
Throws:
JRException

handle

void handle(BooleanTextValue textValue)
            throws JRException
Throws:
JRException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com