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

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

public interface TextValueHandler

Version:
$Id: TextValueHandler.java 3033 2009-08-27 11:46:22Z teodord $
Author:
Lucian Chirita ([email protected])

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


Copyright © 2011. All Rights Reserved.