|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellObject | |
---|---|
jdbreport.design.model | |
jdbreport.design.model.xml |
Uses of CellObject in jdbreport.design.model |
---|
Classes in jdbreport.design.model that implement CellObject | |
---|---|
class |
NullCellObject
|
class |
TemplateReportCell
|
Methods in jdbreport.design.model that return CellObject | |
---|---|
CellObject |
TemplateRow.getCellObject(int column)
Returns the CellObject by column |
CellObject |
TemplateModel.getCellObject(int row,
int column)
Returns the CellObject by row and column |
Methods in jdbreport.design.model that return types with arguments of type CellObject | |
---|---|
protected Map<CellObject,jdbreport.design.model.TotalInfo> |
TemplateModel.getTotalList()
|
Methods in jdbreport.design.model with parameters of type CellObject | |
---|---|
protected Cell |
TemplateBook.generateCell(TableRow newRow,
int currentRow,
int column,
CellObject oldCell)
|
protected Cell |
TemplateBook.generateDetailCell(TableRow newRow,
int currentRow,
int column,
CellObject oldCell)
|
protected Cell |
TemplateBook.generateHeaderFooterCell(TableRow newRow,
int currentRow,
int column,
CellObject oldCell)
|
Method parameters in jdbreport.design.model with type arguments of type CellObject | |
---|---|
protected void |
TemplateModel.setTotalList(Map<CellObject,jdbreport.design.model.TotalInfo> list)
|
Uses of CellObject in jdbreport.design.model.xml |
---|
Fields in jdbreport.design.model.xml declared as CellObject | |
---|---|
protected CellObject |
TemplCellHandler.cellObject
|
protected CellObject |
TemplCellHandler6.cellObject
|
Methods in jdbreport.design.model.xml with parameters of type CellObject | |
---|---|
protected void |
TemplCellHandler.writeCellObject(PrintWriter writer,
CellObject cell)
|
protected void |
TemplCellHandler.writeExtProperty(PrintWriter writer,
CellObject cell)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |