Class Overview
A simple table document. Such table document objects do not listen to unit changes events; in
fact, they are unaware of the IUnit
family of classes. They are ideal to distribute
static, immutable contents. More complex table documents should implement ITableDocument
and/or extend AbstractTableDocument
.
Summary
Public Constructors |
|
StaticTableDocument(List<String> columnLabels, List<? extends ITableRow> rows)
Create a static table document containing the provided rows.
|
Public Constructors
public
StaticTableDocument
(List<String> columnLabels, List<? extends ITableRow> rows)
Create a static table document containing the provided rows.
Parameters
columnLabels |
cannot be null or empty |
rows |
cannot be null
|
Public Methods
public
List<String>
getColumnLabels
()
public
int
getRowCount
()