public class FileColumn extends GenericColumn
| Constructor and Description |
|---|
FileColumn()
Creates a new directory column
|
| Modifier and Type | Method and 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, setTotalpublic void renderCell(int rowIndex,
TableCellRenderer renderer)
ColumnTableCellRenderer.renderCell(java.lang.String) methodsrenderCell in class GenericColumnrowIndex - 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)