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