Package com.groiss.reporting.data
Interface Expandable
- All Superinterfaces:
Comparable<ReportingExportable>
,ReportingExportable
- All Known Implementing Classes:
TimeInterval
ReportingExportable
that implement that interface, may multiply a single DB result into multiple table-model rows (e.g. expand a time-interval into single dates)-
Method Summary
Modifier and TypeMethodDescriptiondefault List<ReportingExportable>
returns the list ofReportingExportable
s the current item should be expanded toMethods inherited from interface com.groiss.reporting.export.ReportingExportable
compareTo, getColumnRenderer, getSortText, getValue, setValue, toJson, toText
-
Method Details
-
expand
returns the list ofReportingExportable
s the current item should be expanded to- Parameters:
q
- the query- Returns:
-