Class DetailedClassificationRow
- java.lang.Object
-
- pro.taskana.monitor.api.reports.row.SingleRow<I>
-
- pro.taskana.monitor.api.reports.row.FoldableRow<DetailedMonitorQueryItem>
-
- pro.taskana.monitor.api.reports.row.DetailedClassificationRow
-
- All Implemented Interfaces:
Row<DetailedMonitorQueryItem>
public class DetailedClassificationRow extends FoldableRow<DetailedMonitorQueryItem>
Represents a single Row inside ClassificationReport.DetailedClassificationReport. The collapsing criteria is the attachement key of each DetailedMonitorQueryItem.
-
-
Constructor Summary
Constructors Constructor Description DetailedClassificationRow(String key, int columnSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Row<DetailedMonitorQueryItem>buildRow(String key, int columnSize)SingleRow<DetailedMonitorQueryItem>getFoldableRow(String key)-
Methods inherited from class pro.taskana.monitor.api.reports.row.FoldableRow
addItem, getFoldableRowCount, getFoldableRowKeySet, getFoldableRows, setDisplayName, toString, updateTotalValue
-
Methods inherited from class pro.taskana.monitor.api.reports.row.SingleRow
getCells, getDisplayName, getKey, getTotalValue
-
-
-
-
Constructor Detail
-
DetailedClassificationRow
public DetailedClassificationRow(String key, int columnSize)
-
-
Method Detail
-
getFoldableRow
public SingleRow<DetailedMonitorQueryItem> getFoldableRow(String key)
- Overrides:
getFoldableRowin classFoldableRow<DetailedMonitorQueryItem>
-
buildRow
protected Row<DetailedMonitorQueryItem> buildRow(String key, int columnSize)
- Specified by:
buildRowin classFoldableRow<DetailedMonitorQueryItem>
-
-