Class AbstractDateCellWriter<T>
java.lang.Object
ch.tocco.nice2.reporting.impl.dynamic.poiss.AbstractDateCellWriter<T>
- All Implemented Interfaces:
CellWriter
- Direct Known Subclasses:
DateCellWriter
,DateTimeCellWriter
,TimeCellWriter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Calendar
getCellValue
(T dateObject, org.joda.time.DateTimeZone timeZone) abstract String
void
writeCell
(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CreationHelper creationHelper, org.apache.poi.ss.usermodel.Cell cell, Object value, Object state, org.joda.time.DateTimeZone timeZone) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.reporting.impl.dynamic.poiss.CellWriter
getContentLength
-
Field Details
-
format
-
-
Constructor Details
-
AbstractDateCellWriter
-
-
Method Details
-
getFormat
-
setFormat
-
writeCell
public Object writeCell(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CreationHelper creationHelper, org.apache.poi.ss.usermodel.Cell cell, Object value, Object state, org.joda.time.DateTimeZone timeZone) - Specified by:
writeCell
in interfaceCellWriter
-
getCellValue
-