Class FoldableRow<I extends QueryItem>

java.lang.Object
pro.taskana.monitor.api.reports.row.SingleRow<I>
pro.taskana.monitor.api.reports.row.FoldableRow<I>
Type Parameters:
I - the QueryItem on which the Report is based on.
All Implemented Interfaces:
Row<I>
Direct Known Subclasses:
DetailedClassificationRow, TimestampRow, TimestampRow.OrgLevel1Row, TimestampRow.OrgLevel2Row, TimestampRow.OrgLevel3Row

public abstract class FoldableRow<I extends QueryItem> extends SingleRow<I>
The FoldableRow extends the SingleRow. In contrast to the SingleRow the FoldableRow contains rows which can be collapsed or expanded. The FoldableRow itself displays the sum of all foldable rows.
  • Constructor Details

    • FoldableRow

      protected FoldableRow(String key, int columnSize, Function<? super I,String> calcFoldableRowKey)
  • Method Details