public class DetailedReportRow extends ReportRow<DetailedMonitorQueryItem>
ReportRow.
In contrast to the ReportRow there is an additional list of ReportRows for the classifications of the
attachments of the tasks.| Constructor and Description |
|---|
DetailedReportRow(int columnCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(DetailedMonitorQueryItem item,
int index) |
Map<String,ReportRow<DetailedMonitorQueryItem>> |
getDetailRows() |
String |
toString() |
void |
updateTotalValue(DetailedMonitorQueryItem item) |
getCells, getTotalValuepublic Map<String,ReportRow<DetailedMonitorQueryItem>> getDetailRows()
public void updateTotalValue(DetailedMonitorQueryItem item)
updateTotalValue in class ReportRow<DetailedMonitorQueryItem>public void addItem(DetailedMonitorQueryItem item, int index)
addItem in class ReportRow<DetailedMonitorQueryItem>Copyright © 2019. All rights reserved.