public class FileColumn extends GenericColumn
Constructor | Description |
---|---|
FileColumn() |
Creates a new directory column
|
Modifier and Type | Method | Description |
---|---|---|
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 |
void |
setWebRepository(WebRepositoryIntegration webRepository) |
Setting a WebRepository turns filenames into links to that file.
|
void |
setWithIcon(boolean withIcon) |
Specifies if each cell should be rendered with an icon representing
the file
|
addValue, getRows, getValue, renderHead, renderTotal, setTotal
public void renderCell(int rowIndex, TableCellRenderer renderer)
Column
TableCellRenderer.renderCell(java.lang.String)
methodsrenderCell
in class GenericColumn
rowIndex
- the row number, starting at 0renderer
- the TableCellRenderer to useColumn.renderCell(int, net.sf.statcvs.renderer.TableCellRenderer)
public void setWithIcon(boolean withIcon)
withIcon
- render with icon?public void setWebRepository(WebRepositoryIntegration webRepository)