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(java.lang.String text, java.util.Date value, java.lang.String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPattern()java.util.DategetValue()voidhandle(TextValueHandler handler)
-
-
-
Method Detail
-
getPattern
public java.lang.String getPattern()
-
getValue
public java.util.Date getValue()
-
handle
public void handle(TextValueHandler handler) throws JRException
- Specified by:
handlein classTextValue- Throws:
JRException
-
-