public class TimestampReport extends Report<TimestampQueryItem,TimeIntervalColumnHeader>
TimestampReport displays created and competed tasks for a specific dates.| Modifier and Type | Class and Description |
|---|---|
static interface |
TimestampReport.Builder
Builder for
TimestampReport. |
columnHeaders| Constructor and Description |
|---|
TimestampReport(List<TimeIntervalColumnHeader> dates) |
| Modifier and Type | Method and Description |
|---|---|
protected TimestampRow |
createRow(String key,
int columnSize) |
TimestampRow |
getRow(String key) |
addItem, addItem, addItems, addItems, augmentDisplayNames, createRow, getColumnHeaders, getRowDesc, getRows, getSumRow, rowSize, rowTitlespublic TimestampReport(List<TimeIntervalColumnHeader> dates)
public TimestampRow getRow(String key)
getRow in class Report<TimestampQueryItem,TimeIntervalColumnHeader>protected TimestampRow createRow(String key, int columnSize)
createRow in class Report<TimestampQueryItem,TimeIntervalColumnHeader>Copyright © 2020. All rights reserved.