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