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

All Known Implementing Classes:
JExcelApiExporter.CellTextValueHandler

public interface TextValueHandler

Version:
$Id: TextValueHandler.java 1330 2006-07-10 12:09:48 +0300 (Mon, 10 Jul 2006) lucianc $
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-2006 JasperSoft Corporation www.jaspersoft.com