|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableRenderer
Interface used to help rendering tables.
| Method Summary | |
|---|---|
void |
endRow()
End the rendering of a table row. |
void |
endTable()
End the rendering of the table. |
void |
initHeader()
Initialize the table appropriately for printing table headers. |
void |
printCell(TableCell cell,
String cellValue)
Print a table cell. |
void |
printHeaderCell(TableCell headerCell,
String cellValue)
Print a header cell. |
void |
startRow(TableRow row)
Start the rendering of a table row. |
| Method Detail |
|---|
void initHeader()
void printHeaderCell(TableCell headerCell,
String cellValue)
headerCell - the cell that must be rendered as a header cell.cellValue - the text contents of the cell.void startRow(TableRow row)
row - the row box.void endRow()
void printCell(TableCell cell,
String cellValue)
cell - the table cell that must be rendered.cellValue - the text contents of the cell.
void endTable()
throws RenderingException
RenderingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||