|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.targets.table.TableCellData | +--com.jrefinery.report.targets.table.excel.ExcelCellData | +--com.jrefinery.report.targets.table.excel.DateExcelCellData
A Date excel cell.
Constructor Summary | |
DateExcelCellData(java.awt.geom.Rectangle2D elementBounds,
ExcelDataCellStyle style,
java.util.Date value)
Creates a new instance. |
Method Summary | |
void |
applyContent(org.apache.poi.hssf.usermodel.HSSFCell cell)
Applies the cells content and formats to the given HSSFCell. |
boolean |
isEmpty()
Tests, whether the cell is empty. |
Methods inherited from class com.jrefinery.report.targets.table.excel.ExcelCellData |
getExcelCellStyle, isBackground, toString |
Methods inherited from class com.jrefinery.report.targets.table.TableCellData |
getBounds |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DateExcelCellData(java.awt.geom.Rectangle2D elementBounds, ExcelDataCellStyle style, java.util.Date value)
elementBounds
- the bounds of the cell.style
- the cell style.value
- the date value.Method Detail |
public void applyContent(org.apache.poi.hssf.usermodel.HSSFCell cell)
applyContent
in class ExcelCellData
cell
- the cell, that should be formated.public boolean isEmpty()
isEmpty
in class ExcelCellData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |