|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cell in jdbreport.design.model |
---|
Subinterfaces of Cell in jdbreport.design.model | |
---|---|
interface |
CellObject
Interface for cell in TemplateReport |
Classes in jdbreport.design.model that implement Cell | |
---|---|
class |
NullCellObject
|
class |
TemplateReportCell
|
Methods in jdbreport.design.model that return Cell | |
---|---|
Cell |
CellObject.createCellItem()
Creates the Cell object and copies its properties there |
Cell |
NullCellObject.createCellItem()
|
Cell |
TemplateReportCell.createCellItem()
|
Cell |
TemplateNullRow.createCellItem(int column)
|
protected Cell |
TemplateRow.createDefaultCell()
|
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)
|
Cell |
AbstractCellFunction.getCell()
|
Cell |
CellFunction.getCell()
Returns the current cell |
Cell |
AbstractCellFunction.getCell(int row,
int column)
|
Cell |
CellFunction.getCell(int row,
int column)
Returns the Cell by row and column |
protected Cell |
TemplateRow.getNullCell()
|
Cell |
TemplateNullRow.removeCell(int index)
|
Cell |
TemplateNullRow.removeColumn(int index)
|
Uses of Cell in jdbreport.design.model.xml |
---|
Methods in jdbreport.design.model.xml with parameters of type Cell | |
---|---|
protected and.util.xml.XMLParser |
TemplateReportParser6.createCellHandler(Cell cell)
|
protected CellParser |
TemplateReportParser.createCellHandler(Cell cell)
|
protected void |
TemplateBookParser.writeCell(PrintWriter writer,
ReportModel model,
Cell cell,
int r,
int c)
|
protected void |
TemplCellHandler.writeElements(PrintWriter writer,
ReportModel model,
Cell cell,
int row,
int column)
|
Constructors in jdbreport.design.model.xml with parameters of type Cell | |
---|---|
TemplCellHandler(DefaultReaderHandler reportHandler,
Cell cell,
ResourceReader rr)
|
|
TemplCellHandler6(DefaultReaderHandler reportHandler,
Cell cell)
|
Uses of Cell in jdbreport.grid |
---|
Fields in jdbreport.grid declared as Cell | |
---|---|
protected Cell |
JReportGrid.AbstractReportRenderer.cell
|
Methods in jdbreport.grid that return Cell | |
---|---|
Cell |
JReportGrid.getSelectedCell()
Returns the first selected cell |
Methods in jdbreport.grid that return types with arguments of type Cell | |
---|---|
List<Cell> |
CellPropertiesDlg.getCells()
|
Methods in jdbreport.grid with parameters of type Cell | |
---|---|
int |
JReportGrid.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
protected boolean |
JReportGrid.canEdit(Cell cell)
|
TableCellRenderer |
JReportGrid.getCellRenderer(Cell cell)
|
protected void |
CellPropertiesDlg.saveCellStyle(Cell cell)
|
void |
JReportGrid.AbstractReportRenderer.setCell(Cell cell)
|
void |
CellEditorPanel.setCell(Cell cell)
|
void |
ReportCellRenderer.setCell(Cell cell)
|
Method parameters in jdbreport.grid with type arguments of type Cell | |
---|---|
void |
CellPropertiesPanel.setCells(List<Cell> cells)
|
Uses of Cell in jdbreport.helper |
---|
Methods in jdbreport.helper with parameters of type Cell | |
---|---|
void |
ColorReportRenderer.setCell(Cell cell)
|
Uses of Cell in jdbreport.model |
---|
Classes in jdbreport.model that implement Cell | |
---|---|
class |
NullCell
|
class |
ReportCell
|
Fields in jdbreport.model with type parameters of type Cell | |
---|---|
protected ArrayList<Cell> |
ReportRow.colList
|
Methods in jdbreport.model that return Cell | |
---|---|
Cell |
ReportRow.createCellItem(int column)
|
Cell |
TableRow.createCellItem(int column)
Creates a new Cell for specified column in the current row |
Cell |
NullReportRow.createCellItem(int column)
|
protected Cell |
ReportRow.createDefaultCell()
|
Cell |
ReportModel.createReportCell(int row,
int column)
Creates the Cell by row and column |
Cell |
JReportModel.createReportCell(int row,
int column)
|
Cell |
JReportModel.ReportCellWrap.getCell()
|
Cell |
CellWrap.getCell()
|
Cell |
ReportRow.getCellItem(int column)
|
Cell |
TableRow.getCellItem(int column)
|
Cell |
NullReportRow.getCellItem(int column)
|
protected Cell |
ReportRow.getNullCell()
|
Cell |
Cell.getOwner()
Returns the owner of the cell, can be null |
Cell |
NullCell.getOwner()
|
Cell |
ReportCell.getOwner()
|
Cell |
ReportModel.getOwnerReportCell(int row,
int column)
Returns the Cell's owner by row and column If there is no owner, the Cell returns by itself. |
Cell |
JReportModel.getOwnerReportCell(int row,
int column)
|
Cell |
ReportModel.getReportCell(int row,
int column)
Returns the Cell by row and column |
Cell |
JReportModel.getReportCell(int row,
int column)
|
Cell |
ReportRow.removeCell(int index)
|
Cell |
TableRow.removeCell(int index)
Replaces the cell at the specified position by NullCell |
Cell |
NullReportRow.removeCell(int index)
|
Cell |
ReportRow.removeColumn(int index)
|
Cell |
TableRow.removeColumn(int index)
Removes the cell at the specified position in this row Makes the columns' count smaller |
Cell |
NullReportRow.removeColumn(int index)
|
Methods in jdbreport.model that return types with arguments of type Cell | |
---|---|
Iterator<Cell> |
ReportModel.getSelectedCells(GridRect rect)
Returns cells that do not have owner |
Iterator<Cell> |
JReportModel.getSelectedCells(GridRect rect)
|
Iterator<Cell> |
ReportRow.iterator()
|
Iterator<Cell> |
TableRow.iterator()
Returns an iterator over the cells in this row in proper sequence. |
Iterator<Cell> |
NullReportRow.iterator()
|
Methods in jdbreport.model with parameters of type Cell | |
---|---|
void |
ReportRow.addColumn(Cell cellItem)
|
void |
ReportRow.addColumn(int index,
Cell cellItem)
|
void |
TableRow.addColumn(int index,
Cell cellItem)
Inserts the Cell at the specified position in this row |
void |
NullReportRow.addColumn(int index,
Cell cellItem)
|
int |
HeighCalculator.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
int |
JReportModel.calcRowWidths(StringMetrics metrics,
Cell cell,
int row,
int column)
|
int |
JReportModel.getCellHeight(Cell cell,
int row,
int column)
|
CellCoord |
ReportRowModel.getCellPosition(Cell cell)
|
CellCoord |
ReportModel.getCellPosition(Cell cell)
|
CellCoord |
JReportModel.getCellPosition(Cell cell)
|
Dimension |
JReportModel.getCellSize(Cell cell,
int row,
int column)
|
Dimension |
ReportModel.getCellSize(Cell cell,
int row,
int column,
boolean includeSpacing)
Returns a size for the cell that lies at the intersection of row and column. |
Dimension |
JReportModel.getCellSize(Cell cell,
int row,
int column,
boolean includeSpacing)
|
String |
ReportModel.getCellText(Cell cell)
|
String |
JReportModel.getCellText(Cell cell)
|
int |
ReportModel.getOwnerColumn(Cell cell,
int row,
int column)
Returns the column's number of the cell's owner If there is no owner, the column's number of the cell is returned. |
int |
JReportModel.getOwnerColumn(Cell cell,
int row,
int column)
|
int |
ReportRowModel.getOwnerRow(Cell cell,
int row,
int column)
|
int |
ReportModel.getOwnerRow(Cell cell,
int row,
int column)
Returns the row's number of the cell's owner If there is no owner, the row's number of the cell is returned. |
int |
JReportModel.getOwnerRow(Cell cell,
int row,
int column)
|
void |
ReportRow.setCellItem(Cell cellItem,
int column)
|
void |
TableRow.setCellItem(Cell cellItem,
int column)
Sets Cell for specified column |
void |
NullReportRow.setCellItem(Cell cellItem,
int column)
|
void |
Cell.setOwner(Cell cell)
Sets the owner of the cell |
void |
NullCell.setOwner(Cell cell)
|
void |
ReportCell.setOwner(Cell newOwner)
|
char[] |
StringMetrics.toViewCharArray(Cell cell)
|
Constructors in jdbreport.model with parameters of type Cell | |
---|---|
JReportModel.ReportCellWrap(int row,
int column,
Cell cell)
|
Uses of Cell in jdbreport.model.clipboard |
---|
Methods in jdbreport.model.clipboard with parameters of type Cell | |
---|---|
protected CellParser |
ClipboardParser.createCellHandler(Cell cell)
|
protected void |
ClipboardParser.writeCell(PrintWriter writer,
ReportModel model,
Cell cell,
int r,
int c)
|
Uses of Cell in jdbreport.model.io.itext2.pdf |
---|
Methods in jdbreport.model.io.itext2.pdf with parameters of type Cell | |
---|---|
protected void |
PdfWriter.writeHTMLText(CellStyle parentStyle,
Cell cell,
com.lowagie.text.pdf.PdfPCell pdfCell)
|
Uses of Cell in jdbreport.model.io.itext5.pdf |
---|
Methods in jdbreport.model.io.itext5.pdf with parameters of type Cell | |
---|---|
protected void |
PdfWriter.writeHTMLText(CellStyle parentStyle,
Cell cell,
com.itextpdf.text.pdf.PdfPCell pdfCell)
|
Uses of Cell in jdbreport.model.io.xml |
---|
Methods in jdbreport.model.io.xml that return Cell | |
---|---|
Cell |
CellParser.getCell()
|
Cell |
CellParser6.getCell()
|
Methods in jdbreport.model.io.xml with parameters of type Cell | |
---|---|
protected CellParser |
DBReportParser.createCellHandler(Cell cell)
|
protected and.util.xml.XMLParser |
DBReportParser6.createCellHandler(Cell cell)
|
protected String |
CellParser.getParams(Cell cell,
int col)
|
void |
CellParser.save(PrintWriter writer,
ReportModel model,
Cell cell,
int row,
int col)
|
void |
CellParser.setCell(Cell cell)
|
void |
CellParser6.setCell(Cell cell)
|
protected void |
ReportBookWriterParser.writeCell(PrintWriter writer,
ReportModel model,
Cell cell,
int row,
int col)
|
protected void |
CellParser.writeElements(PrintWriter writer,
ReportModel model,
Cell cell,
int row,
int column)
|
Constructors in jdbreport.model.io.xml with parameters of type Cell | |
---|---|
CellParser(DefaultReaderHandler reportHandler,
Cell cell,
ResourceReader resReader)
|
|
CellParser6(DefaultReaderHandler reportHandler,
Cell cell)
|
Uses of Cell in jdbreport.model.io.xml.excel |
---|
Methods in jdbreport.model.io.xml.excel with parameters of type Cell | |
---|---|
protected String |
ExcelSheetParser.getHTMLRenderedText(Cell cell)
|
Uses of Cell in jdbreport.model.math |
---|
Methods in jdbreport.model.math with parameters of type Cell | |
---|---|
void |
MathReportRenderer.setCell(Cell cell)
|
Uses of Cell in jdbreport.model.svg |
---|
Methods in jdbreport.model.svg with parameters of type Cell | |
---|---|
void |
SVGReportRenderer.setCell(Cell cell)
|
Uses of Cell in jdbreport.view |
---|
Methods in jdbreport.view with parameters of type Cell | |
---|---|
int |
ReportDialog.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
int |
ReportPane.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
int |
ReportEditor.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |