net.sf.jasperreports.engine.export.data
Class TextValue
java.lang.Object
net.sf.jasperreports.engine.export.data.TextValue
- Direct Known Subclasses:
- BooleanTextValue, DateTextValue, NumberTextValue, StringTextValue
public abstract class TextValue
- extends Object
- Version:
- $Id: TextValue.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextValue
public TextValue(String text)
getText
public String getText()
handle
public abstract void handle(TextValueHandler handler)
throws JRException
- Throws:
JRException
Copyright © 2012. All Rights Reserved.