| Class | Description |
|---|---|
| AuthorColumn |
A table column containing author names
|
| AuthorIdColumn |
A table column containing author names
|
| Column |
An abstract base class for table columns.
|
| DirectoryColumn |
A table column containing directories
|
| FileColumn |
A table column containing files
|
| GenericColumn |
A generic column with a text header and a text total.
|
| IntegerColumn |
A column of integer values.
|
| LinkColumn | |
| RatioColumn |
A column showing the ratio between two
IntegerColumns. |
| SimpleTextColumn |
A generic text column without any special behaviour.
|
| Table |
Represents a data table for a report.
|
| TimeLine |
Contains time line data for an integer value.
|
| TimePoint |
Encapsulates a data point in a
TimeLine |