Class DateTextValue
- java.lang.Object
-
- net.sf.jasperreports.engine.export.data.TextValue
-
- net.sf.jasperreports.engine.export.data.DateTextValue
-
public class DateTextValue extends TextValue
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description DateTextValue(String text, Date value, String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPattern()DategetValue()voidhandle(TextValueHandler handler)
-
-
-
Method Detail
-
getPattern
public String getPattern()
-
getValue
public Date getValue()
-
handle
public void handle(TextValueHandler handler) throws JRException
- Specified by:
handlein classTextValue- Throws:
JRException
-
-