| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sf.statcvs.reportmodel.Columnnet.sf.statcvs.reportmodel.GenericColumnnet.sf.statcvs.reportmodel.SimpleTextColumnpublic class SimpleTextColumnextends GenericColumnConstructor Summary | |
| |
Method Summary | |
void |
|
Methods inherited from class net.sf.statcvs.reportmodel.GenericColumn | |
addValue, getRows, getValue, renderCell, renderHead, renderTotal, setTotal | |
Methods inherited from class net.sf.statcvs.reportmodel.Column | |
getRows, renderCell, renderHead, renderTotal | |
public SimpleTextColumn(String title)
Creates a new SimpleTextColumn with the given head
- Parameters:
title- the head of the column
public void renderCell(int rowIndex,
TableCellRenderer renderer)
- Overrides:
- renderCell in interface GenericColumn