Class DateCellWriter
java.lang.Object
ch.tocco.nice2.reporting.impl.dynamic.poiss.AbstractDateCellWriter<org.joda.time.LocalDate>
ch.tocco.nice2.reporting.impl.dynamic.poiss.DateCellWriter
- All Implemented Interfaces:
CellWriter
-
Field Summary
Fields inherited from class AbstractDateCellWriter
format -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CalendargetCellValue(org.joda.time.LocalDate dateObject, org.joda.time.DateTimeZone timeZone) intgetContentLength(Object value) Methods inherited from class AbstractDateCellWriter
setFormat, writeCell
-
Constructor Details
-
DateCellWriter
-
-
Method Details
-
getFormat
- Specified by:
getFormatin classAbstractDateCellWriter<org.joda.time.LocalDate>
-
getCellValue
protected Calendar getCellValue(org.joda.time.LocalDate dateObject, org.joda.time.DateTimeZone timeZone) - Specified by:
getCellValuein classAbstractDateCellWriter<org.joda.time.LocalDate>
-
getContentLength
-