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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract CalendargetCellValue(T dateObject, org.joda.time.DateTimeZone timeZone) abstract StringvoidwriteCell(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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
writeCellin interfaceCellWriter
-
getCellValue
-