Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.statcvs.reportmodel.Column
net.sf.statcvs.reportmodel.GenericColumn
net.sf.statcvs.reportmodel.FileColumn
public class FileColumn
extends GenericColumn
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
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 void renderCell(int rowIndex, TableCellRenderer renderer)
- Overrides:
- renderCell in interface GenericColumn
public void setWebRepository(WebRepositoryIntegration webRepository)
Setting a WebRepository turns filenames into links to that file.
public void setWithIcon(boolean withIcon)
Specifies if each cell should be rendered with an icon representing the file
- Parameters:
withIcon
- render with icon?