|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.statcvs.reportmodel.Column
net.sf.statcvs.reportmodel.GenericColumn
net.sf.statcvs.reportmodel.SimpleTextColumn
A generic text column without any special behaviour. It can be filled with String values. The total for the column is empty.
| Constructor Summary | |
SimpleTextColumn(java.lang.String title)
Creates a new SimpleTextColumn with the given head |
|
| Method Summary | |
void |
renderCell(int rowIndex,
TableCellRenderer renderer)
Renders a row of the column into a TableCellRenderer by calling one of its TableCellRenderer.renderCell(java.lang.String) methods |
| Methods inherited from class net.sf.statcvs.reportmodel.GenericColumn |
addValue, getRows, getValue, renderHead, renderTotal, setTotal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleTextColumn(java.lang.String title)
title - the head of the column| Method Detail |
public void renderCell(int rowIndex,
TableCellRenderer renderer)
ColumnTableCellRenderer.renderCell(java.lang.String) methods
renderCell in class GenericColumnColumn.renderCell(int, net.sf.statcvs.renderer.TableCellRenderer)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||